Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jenkins.debian.net
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian QA
jenkins.debian.net
Commits
dba4c10f
Verified
Commit
dba4c10f
authored
6 years ago
by
Mattia Rizzolo
Browse files
Options
Downloads
Patches
Plain Diff
reproducible debian: maintenance: also do not automatically take pb10 offline
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
c9b49907
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/reproducible_maintenance.sh
+3
-2
3 additions, 2 deletions
bin/reproducible_maintenance.sh
with
3 additions
and
2 deletions
bin/reproducible_maintenance.sh
+
3
−
2
View file @
dba4c10f
...
...
@@ -175,8 +175,9 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
armhf
)
NODE
=
"
${
NODE_ALIAS
}
-armhf-rb.debian.net"
;;
esac
case
"
$NODE
"
in
jenkins|profitbricks-build9-amd64.debian.net
)
# pb not used for r-b and sometimes too busy to run healthcheck / maintenance jobs
jenkins|profitbricks-build9-amd64.debian.net|profitbricks-build10-amd64.debian.net
)
# pb9 and pb10 are not used for r-b and sometimes are too busy
# to run healthcheck / maintenance jobs
echo
"Skipping
${
NODE
}
..."
continue
;;
...
...
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