Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cyroxx
hub
Commits
a24fb1e5
Commit
a24fb1e5
authored
Sep 23, 2023
by
HeJ
Browse files
Options
Downloads
Patches
Plain Diff
GitLab CI: use bookworm for node stuff, too
parent
a96cd26c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-3
2 additions, 3 deletions
.gitlab-ci.yml
with
2 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
3
View file @
a24fb1e5
...
@@ -60,7 +60,7 @@ sanitycheck:
...
@@ -60,7 +60,7 @@ sanitycheck:
-
tags
-
tags
build_css
:
build_css
:
image
:
node:current-b
uster
image
:
node:current-b
ookworm
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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment