Add temporary noop job
There is a bug that causes Zuul to get stuck if a noop job runs on a queue item with a repo state; until that is fixed, use a "real" noop job instead of the built-in one. Change-Id: I64dafd7daf57d8cceea6b074b62e7cffaa5afc0c
This commit is contained in:
parent
a2037da922
commit
41cd215559
2
playbooks/noop.yaml
Normal file
2
playbooks/noop.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
tasks: []
|
@ -1,3 +1,12 @@
|
|||||||
|
- job:
|
||||||
|
name: opendev-zuul-jobs-noop
|
||||||
|
description: |
|
||||||
|
A temporary noop job until we can use the built-in one
|
||||||
|
|
||||||
|
(The built-in noop job currently has a bug if a repo-state call
|
||||||
|
is involved.)
|
||||||
|
run: playbooks/noop.yaml
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: opendev-build-diskimage-base
|
name: opendev-build-diskimage-base
|
||||||
description: |
|
description: |
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
- project:
|
- project:
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- noop
|
- opendev-zuul-jobs-noop
|
||||||
- opendev-build-diskimage-debian-bullseye
|
- opendev-build-diskimage-debian-bullseye
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- noop
|
- opendev-zuul-jobs-noop
|
||||||
- opendev-build-diskimage-debian-bullseye:
|
- opendev-build-diskimage-debian-bullseye:
|
||||||
secrets:
|
secrets:
|
||||||
- name: image_upload_secret
|
- name: image_upload_secret
|
||||||
|
Loading…
x
Reference in New Issue
Block a user