Skip to content
Snippets Groups Projects
Commit a7502c51 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add new task to reboot gitlab runner hosts if required

parent a3b2b6df
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,16 @@ SanityReboot:
variables:
- $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "SanityReboot"
SanityRebootGitLabRunner:
<<: *default_settings_cron
tags:
- ansible-reboot-runner
script:
- ascr sanity reboot --limit=gitlabrunner ${CHAT_INPUT} ${ANSIBLE_EXTRA_ARGS}
except:
variables:
- $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "SanityRebootGitLabRunner"
JailkitUpgrade:
<<: *default_settings_cron
script:
......
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