mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
refactor: remove debug
This commit is contained in:
parent
962b38467e
commit
9c50f60760
1 changed files with 1 additions and 5 deletions
6
.github/workflows/docker-k8s.yml
vendored
6
.github/workflows/docker-k8s.yml
vendored
|
@ -45,10 +45,6 @@ jobs:
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: pokeapi/pokeapi
|
images: pokeapi/pokeapi
|
||||||
- name: Setup tmate session
|
|
||||||
uses: mxschmitt/action-tmate@v3
|
|
||||||
with:
|
|
||||||
detached: true
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
|
@ -98,7 +94,7 @@ jobs:
|
||||||
bash Resources/scripts/wait.sh http://localhost:8001/api/v1/namespaces/pokeapi/services/pokeapi/proxy/api/v2/pal-park-area/5/
|
bash Resources/scripts/wait.sh http://localhost:8001/api/v1/namespaces/pokeapi/services/pokeapi/proxy/api/v2/pal-park-area/5/
|
||||||
- name: K8s wait for job
|
- name: K8s wait for job
|
||||||
run: |
|
run: |
|
||||||
kubectl wait --timeout=6000s --for=condition=complete job/load-graphql
|
kubectl wait --timeout=600s --for=condition=complete job/load-graphql
|
||||||
last_command=$(kubectl get job -o jsonpath='{.status.succeeded}' load-graphql)
|
last_command=$(kubectl get job -o jsonpath='{.status.succeeded}' load-graphql)
|
||||||
test "$last_command" -eq 1
|
test "$last_command" -eq 1
|
||||||
- name: Get GQL output
|
- name: Get GQL output
|
||||||
|
|
Loading…
Reference in a new issue