diff options
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index bfacc70b..29e020a7 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -138,5 +138,5 @@ for arch in sorted(architectures): supported_comment=" using the supported method" if supported else "", diffoscope_value="yes" if diffoscope else "no", diffoscope_comment=" showing diffoscopes" if diffoscope else "", - node="profitbricks4")) + node="profitbricks9")) |