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:
- tags
build_css:
image: node:current-buster
image: node:current-bookworm
stage: prepare
needs: []
script:
......@@ -180,8 +180,7 @@ test_internals:
alias: hubapp
before_script:
- pip3 install httpie requests "urllib3<2"
- ping -c 2 dbserver || true
- ping -c 2 hubapp || true
- echo "testing on: $BASE_URL"
- 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
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment