Skip to content

Commit

Permalink
Disabling the COT distro regression jobs
Browse files Browse the repository at this point in the history
Replace the func-target with noop, which should result in the jobs never
being run.
  • Loading branch information
ajkavanagh committed Mar 5, 2024
1 parent 34736a5 commit b0e31c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion osci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
- cot_distro-regression_jammy-yoga-to-caracal-upgrades
- job:
name: cot-func-target
parent: func-target
#parent: func-target
# disable the cot jobs
parent: noop
semaphore: distro-regression
abstract: true
- job:
Expand Down

0 comments on commit b0e31c7

Please sign in to comment.