Skip to content
Snippets Groups Projects
Commit a24fb1e5 authored by HeJ's avatar HeJ
Browse files

GitLab CI: use bookworm for node stuff, too

parent a96cd26c
Branches
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ sanitycheck: ...@@ -60,7 +60,7 @@ sanitycheck:
- tags - tags
build_css: build_css:
image: node:current-buster image: node:current-bookworm
stage: prepare stage: prepare
needs: [] needs: []
script: script:
...@@ -180,8 +180,7 @@ test_internals: ...@@ -180,8 +180,7 @@ test_internals:
alias: hubapp alias: hubapp
before_script: before_script:
- pip3 install httpie requests "urllib3<2" - pip3 install httpie requests "urllib3<2"
- ping -c 2 dbserver || true - echo "testing on: $BASE_URL"
- ping -c 2 hubapp || true
- timeout 30 bash -c "while timeout -k 3 2 http --check-status GET ${BASE_URL}/.well-known/version; rc=\$?; [ \$rc = 124 -o \$rc = 502 ]; do sleep 1; done; if [ \$rc != 0 ]; then exit \$rc; fi" - timeout 30 bash -c "while timeout -k 3 2 http --check-status GET ${BASE_URL}/.well-known/version; rc=\$?; [ \$rc = 124 -o \$rc = 502 ]; do sleep 1; done; if [ \$rc != 0 ]; then exit \$rc; fi"
- http --timeout 2.5 --check-status GET ${BASE_URL}/.well-known/health - http --timeout 2.5 --check-status GET ${BASE_URL}/.well-known/health
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment