2022-10-26 09:11:02 +00:00
|
|
|
- project:
|
|
|
|
check:
|
|
|
|
jobs:
|
|
|
|
- validate
|
2024-02-09 17:36:17 +00:00
|
|
|
- compose-base
|
2022-10-26 09:11:02 +00:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: validate
|
|
|
|
description: Validate manifests and scripts syntax
|
|
|
|
run: ci/validate.yaml
|
2023-02-13 09:21:24 +00:00
|
|
|
nodeset:
|
|
|
|
nodes:
|
|
|
|
- name: container
|
2023-07-26 17:51:48 +00:00
|
|
|
label: zuul-worker-rawhide
|
2024-02-09 17:36:17 +00:00
|
|
|
|
|
|
|
- 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
|