diff options
author | Helmut Grohne <helmut@subdivi.de> | 2015-12-23 18:10:23 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2015-12-23 18:10:23 +0100 |
commit | e52d6316f32fe4c248b121ae4a2ddedf3acdcebe (patch) | |
tree | d6a1df1d0db9d55795e807dd7df954204bfe3bcf /job-cfg | |
parent | 6803e909b3bac4d8e56e1bbe386eb1f7eb03fd7f (diff) | |
download | jenkins.debian.net-e52d6316f32fe4c248b121ae4a2ddedf3acdcebe.tar.xz |
rebootstrap: add gcc-6
This adds 66 jobs and does not allocate any further resources to those
jobs. They will be run infrequently at first and replace the gcc-5 jobs
in the long run.
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 05e8390d..23ec5eda 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -33,7 +33,7 @@ release_architectures = """ architectures += mono_architectures -gcc_versions = ("5",) +gcc_versions = ("5", "6") diffoscope_gcc_versions = ("5",) print(""" |