There was an error while loading. Please reload this page.
1 parent 962b384 commit 9c50f60Copy full SHA for 9c50f60
1 file changed
.github/workflows/docker-k8s.yml
@@ -45,10 +45,6 @@ jobs:
45
uses: docker/metadata-action@v5
46
with:
47
images: pokeapi/pokeapi
48
- - name: Setup tmate session
49
- uses: mxschmitt/action-tmate@v3
50
- with:
51
- detached: true
52
- name: Set up QEMU
53
uses: docker/setup-qemu-action@v3
54
- name: Set up Docker Buildx
@@ -98,7 +94,7 @@ jobs:
98
94
bash Resources/scripts/wait.sh http://localhost:8001/api/v1/namespaces/pokeapi/services/pokeapi/proxy/api/v2/pal-park-area/5/
99
95
- name: K8s wait for job
100
96
run: |
101
- kubectl wait --timeout=6000s --for=condition=complete job/load-graphql
97
+ kubectl wait --timeout=600s --for=condition=complete job/load-graphql
102
last_command=$(kubectl get job -o jsonpath='{.status.succeeded}' load-graphql)
103
test "$last_command" -eq 1
104
- name: Get GQL output
0 commit comments