File tree Expand file tree Collapse file tree 7 files changed +15
-16
lines changed
Expand file tree Collapse file tree 7 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 1616 args :
1717 - ' -c'
1818 - |
19- # Builds java apps with dockerfile profile due to jib/skaffold community builder incompatibility
19+ # Builds java apps with dockerfile profile due to jib/skaffold community builder incompatibility
2020 if [ "${_LANG}" = "java" ]
2121 then
2222 skaffold run -p dockerfile -l $BUILD_ID -n $$TEST_NAMESPACE -d $$SKAFFOLD_DEFAULT_REPO
6161 args :
6262 - ' -c'
6363 - |
64- set -e
65-
64+ set -e
6665 # Testing connection
6766 chmod +x test_connection.sh
6867 ./test_connection.sh -r 20 -i 3 -u http://$(cat _externalIP)
@@ -93,7 +92,7 @@ timeout: 2500s
9392options :
9493 env :
9594 - CLOUDSDK_COMPUTE_ZONE=us-central1-a
96- - CLOUDSDK_CONTAINER_CLUSTER=staging
95+ - CLOUDSDK_CONTAINER_CLUSTER=test-cluster
9796 - SKAFFOLD_DEFAULT_REPO=gcr.io/$PROJECT_ID
9897 - TEST_NAMESPACE=test-$BUILD_ID-$_LANG-$_APP
9998 - HELLO_WORLD_SERVICE=${_LANG}-${_APP}-external
Original file line number Diff line number Diff line change 4646 args :
4747 - ' -c'
4848 - |
49- set -e
49+ set -e
5050 # Testing connection
5151 chmod +x test_connection.sh
5252 ./test_connection.sh -r 20 -i 3 -u http://$(cat _externalIP)
@@ -68,7 +68,7 @@ timeout: 2500s
6868options :
6969 env :
7070 - CLOUDSDK_COMPUTE_ZONE=us-central1-a
71- - CLOUDSDK_CONTAINER_CLUSTER=staging
71+ - CLOUDSDK_CONTAINER_CLUSTER=test-cluster
7272 - SKAFFOLD_DEFAULT_REPO=gcr.io/$PROJECT_ID
7373 - TEST_NAMESPACE=test-$BUILD_ID-dotnet-hello-world
7474 - HELLO_WORLD_SERVICE=dotnet-hello-world-external
Original file line number Diff line number Diff line change 4646 args :
4747 - ' -c'
4848 - |
49- set -e
49+ set -e
5050 # Testing connection
5151 chmod +x test_connection.sh
5252 ./test_connection.sh -r 20 -i 3 -u http://$(cat _externalIP)
@@ -68,7 +68,7 @@ timeout: 2500s
6868options :
6969 env :
7070 - CLOUDSDK_COMPUTE_ZONE=us-central1-a
71- - CLOUDSDK_CONTAINER_CLUSTER=staging
71+ - CLOUDSDK_CONTAINER_CLUSTER=test-cluster
7272 - SKAFFOLD_DEFAULT_REPO=gcr.io/$PROJECT_ID
7373 - TEST_NAMESPACE=test-$BUILD_ID-go-hello-world
7474 - HELLO_WORLD_SERVICE=go-hello-world-external
Original file line number Diff line number Diff line change 4646 args :
4747 - ' -c'
4848 - |
49- set -e
49+ set -e
5050 # Testing connection
5151 chmod +x test_connection.sh
5252 ./test_connection.sh -r 20 -i 3 -u http://$(cat _externalIP)
@@ -68,7 +68,7 @@ timeout: 2500s
6868options :
6969 env :
7070 - CLOUDSDK_COMPUTE_ZONE=us-central1-a
71- - CLOUDSDK_CONTAINER_CLUSTER=staging
71+ - CLOUDSDK_CONTAINER_CLUSTER=test-cluster
7272 - SKAFFOLD_DEFAULT_REPO=gcr.io/$PROJECT_ID
7373 - TEST_NAMESPACE=test-$BUILD_ID-java-hello-world
7474 - HELLO_WORLD_SERVICE=java-hello-world-external
Original file line number Diff line number Diff line change 4646 args :
4747 - ' -c'
4848 - |
49- set -e
49+ set -e
5050 # Testing connection
5151 chmod +x test_connection.sh
5252 ./test_connection.sh -r 20 -i 3 -u http://$(cat _externalIP)
@@ -68,7 +68,7 @@ timeout: 2500s
6868options :
6969 env :
7070 - CLOUDSDK_COMPUTE_ZONE=us-central1-a
71- - CLOUDSDK_CONTAINER_CLUSTER=staging
71+ - CLOUDSDK_CONTAINER_CLUSTER=test-cluster
7272 - SKAFFOLD_DEFAULT_REPO=gcr.io/$PROJECT_ID
7373 - TEST_NAMESPACE=test-$BUILD_ID-nodejs-hello-world
7474 - HELLO_WORLD_SERVICE=nodejs-hello-world-external
Original file line number Diff line number Diff line change 4646 args :
4747 - ' -c'
4848 - |
49- set -e
49+ set -e
5050 # Testing connection
5151 chmod +x test_connection.sh
5252 ./test_connection.sh -r 20 -i 3 -u http://$(cat _externalIP)
@@ -68,7 +68,7 @@ timeout: 2500s
6868options :
6969 env :
7070 - CLOUDSDK_COMPUTE_ZONE=us-central1-a
71- - CLOUDSDK_CONTAINER_CLUSTER=staging
71+ - CLOUDSDK_CONTAINER_CLUSTER=test-cluster
7272 - SKAFFOLD_DEFAULT_REPO=gcr.io/$PROJECT_ID
7373 - TEST_NAMESPACE=test-$BUILD_ID-django-hello-world
7474 - HELLO_WORLD_SERVICE=django-python-hello-world-external
Original file line number Diff line number Diff line change 4646 args :
4747 - ' -c'
4848 - |
49- set -e
49+ set -e
5050 # Testing connection
5151 chmod +x test_connection.sh
5252 ./test_connection.sh -r 20 -i 3 -u http://$(cat _externalIP)
@@ -68,7 +68,7 @@ timeout: 2500s
6868options :
6969 env :
7070 - CLOUDSDK_COMPUTE_ZONE=us-central1-a
71- - CLOUDSDK_CONTAINER_CLUSTER=staging
71+ - CLOUDSDK_CONTAINER_CLUSTER=test-cluster
7272 - SKAFFOLD_DEFAULT_REPO=gcr.io/$PROJECT_ID
7373 - TEST_NAMESPACE=test-$BUILD_ID-python-hello-world
7474 - HELLO_WORLD_SERVICE=python-hello-world-external
You can’t perform that action at this time.
0 commit comments