Skip to content

Commit

Permalink
Update TFproviderTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung authored May 3, 2024
1 parent f81c620 commit 8bd81a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .jfrog-pipelines/TFproviderTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ pipelines:
- kubectl rollout status statefulset/xray
- export RT_URL=$(kubectl get svc artifactory-artifactory-nginx -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
- add_run_variables JFROG_URL="http://${RT_URL}"
- git clone https://${int_partnership_github_token}@github.com/jfrog/partner-integration-tests.git
- echo "Common test will check services health and change the default admin user password, if NEW_RT_PASSWORD is set. Test uses RT_URL var."
- ./partner-integration-tests/gradlew -p partner-integration-tests artifactory_common
# - git clone https://${int_partnership_github_token}@github.com/jfrog/partner-integration-tests.git
# - echo "Common test will check services health and change the default admin user password, if NEW_RT_PASSWORD is set. Test uses RT_URL var."
# - ./partner-integration-tests/gradlew -p partner-integration-tests artifactory_common
onSuccess:
- echo "GKE cluster created successfully with JFrog Artifactory and Xray"
- echo "Visit Artifactory at http://${RT_URL}"
Expand Down

0 comments on commit 8bd81a2

Please sign in to comment.