Skip to content
Snippets Groups Projects
Verified Commit dba4c10f authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

reproducible debian: maintenance: also do not automatically take pb10 offline

parent c9b49907
No related branches found
No related tags found
No related merge requests found
......@@ -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
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment