From 8bd81a21ffea91993b97ae66b3a7a757f85aac75 Mon Sep 17 00:00:00 2001 From: Alex Hung Date: Fri, 3 May 2024 14:39:35 -0700 Subject: [PATCH] Update TFproviderTest.yml --- .jfrog-pipelines/TFproviderTest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.jfrog-pipelines/TFproviderTest.yml b/.jfrog-pipelines/TFproviderTest.yml index 84a07a36..506c5e59 100644 --- a/.jfrog-pipelines/TFproviderTest.yml +++ b/.jfrog-pipelines/TFproviderTest.yml @@ -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}"