Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into add-tfc-workload-id-t…
Browse files Browse the repository at this point in the history
…oken-support
  • Loading branch information
alexhung committed May 3, 2024
2 parents 6a1be28 + 8bd81a2 commit fab3227
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 fab3227

Please sign in to comment.