50e2be80b8
Test composing the base variant for all PRs. We don't compose all variants yet as some fail in the Zuul infrastructure for an unknown reason. We only compose the base variant as it is the smallest and should give enough assurance about the builds while not delaying PR merging too much. See: https://pagure.io/workstation-ostree-config/pull-request/405
24 lines
513 B
YAML
24 lines
513 B
YAML
- project:
|
|
check:
|
|
jobs:
|
|
- validate
|
|
- compose-base
|
|
|
|
- job:
|
|
name: validate
|
|
description: Validate manifests and scripts syntax
|
|
run: ci/validate.yaml
|
|
nodeset:
|
|
nodes:
|
|
- name: container
|
|
label: zuul-worker-rawhide
|
|
|
|
- job:
|
|
name: compose-base
|
|
description: Test composing the base variant
|
|
timeout: 3600
|
|
run: ci/compose-base.yaml
|
|
nodeset:
|
|
nodes:
|
|
- name: vm
|
|
label: cloud-fedora-rawhide-medium
|