Make master branch build jobs non voting

Build jobs for the master branch can be
broken in the mid of release cycle which
is normal. This must not block Loci development.

Change-Id: Ia51fb96358bf833af18a91814ecdc2ee7ec84642
This commit is contained in:
Vladimir Kozhukalov
2025-05-19 13:56:35 -05:00
parent db285247c2
commit 96e9f7cad0
2 changed files with 6 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
- job:
name: loci-build-master-ubuntu_jammy
timeout: 10800
voting: false
dependencies:
- name: loci-buildset-registry
pre-run:
@@ -15,6 +16,7 @@
- job:
name: loci-upload-master-ubuntu_jammy
timeout: 10800
voting: false
dependencies:
- name: loci-buildset-registry
pre-run:
@@ -31,6 +33,7 @@
- job:
name: loci-promote-master-ubuntu_jammy
voting: false
run:
- playbooks/promote.yaml
vars: *vars

View File

@@ -1,6 +1,7 @@
- job:
name: loci-build-master-ubuntu_noble
timeout: 10800
voting: false
dependencies:
- name: loci-buildset-registry
pre-run:
@@ -15,6 +16,7 @@
- job:
name: loci-upload-master-ubuntu_noble
timeout: 10800
voting: false
dependencies:
- name: loci-buildset-registry
pre-run:
@@ -31,6 +33,7 @@
- job:
name: loci-promote-master-ubuntu_noble
voting: false
run:
- playbooks/promote.yaml
vars: *vars