Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Debian-Linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CGG-public
CI-components
Debian-Linux
Commits
2ac806c4
Commit
2ac806c4
authored
1 month ago
by
Martin Heistermann
Browse files
Options
Downloads
Patches
Plain Diff
limit test to bookworm, trixie not supported yet
parent
b0f46e24
No related branches found
Branches containing commit
Tags
v0.0.5
Tags containing commit
No related merge requests found
Pipeline
#9104
failed
1 month ago
Stage: component
Stage: test
Stage: release
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-7
0 additions, 7 deletions
.gitlab-ci.yml
with
0 additions
and
7 deletions
.gitlab-ci.yml
+
0
−
7
View file @
2ac806c4
...
...
@@ -26,13 +26,6 @@ ensure-job-added:
-
|
route="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/pipelines/${CI_PIPELINE_ID}/jobs"
echo "$route"
count=`curl --silent "$route" | jq 'map(select(.name | contains("pref-debian-trixie-x64"))) | length'`
if [ "$count" != "1" ]; then
curl --silent "$route" | jq '.'
exit 1; else
echo "Component Job present"
fi
# yeah yeah, this is stupid: please make it better :)
count=`curl --silent "$route" | jq 'map(select(.name | contains("pref-debian-bookworm-x64"))) | length'`
if [ "$count" != "1" ]; then
curl --silent "$route" | jq '.'
...
...
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