Skip to content

Commit

Permalink
Merge branch 'master' into 131-divide-up-weekly-jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jadonn committed Feb 20, 2024
2 parents d6f9638 + d271446 commit 8679c04
Show file tree
Hide file tree
Showing 5 changed files with 1,234 additions and 0 deletions.
17 changes: 17 additions & 0 deletions osci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@
periodic-weekly-thursday:
jobs:
- cot_distro-regression_jammy-bobcat
- cot_distro-regression_jammy-caracal
- cot_distro-regression_lunar-antelope
- cot_distro-regression_mantic-bobcat
- cot_distro-regression_noble-caracal
periodic-weekly-friday:
jobs:
- cot_distro-regression_bionic-queens-security
Expand Down Expand Up @@ -107,6 +109,11 @@
parent: cot-func-target
vars:
tox_extra_args: '-- jammy-bobcat'
- job:
name: cot_distro-regression_jammy-caracal
parent: cot-func-target
vars:
tox_extra_args: '-- jammy-caracal'
- job:
name: cot_distro-regression_lunar-antelope
parent: cot-func-target
Expand All @@ -117,6 +124,11 @@
parent: cot-func-target
vars:
tox_extra_args: '-- mantic-bobcat'
- job:
name: cot_distro-regression_noble-caracal
parent: cot-func-target
vars:
tox_extra_args: '-- noble-caracal'
- job:
name: cot_distro-regression_bionic-queens-security
parent: cot-func-target
Expand All @@ -137,6 +149,11 @@
parent: cot-func-target
vars:
tox_extra_args: '-- lunar-antelope-security'
- job:
name: cot_distro-regression_noble-caracal-security
parent: cot-func-target
vars:
tox_extra_args: '-- noble-caracal-security'
- job:
name: cot_distro-regression_focal-ussuri-to-yoga-upgrades
parent: cot-func-target
Expand Down
Loading

0 comments on commit 8679c04

Please sign in to comment.