2024-03-01 18:32:37 +00:00
|
|
|
- project:
|
|
|
|
check:
|
|
|
|
jobs:
|
|
|
|
- validate
|
2022-10-26 09:11:02 +00:00
|
|
|
|
2024-03-01 18:32:37 +00:00
|
|
|
- job:
|
|
|
|
name: validate
|
|
|
|
description: Validate manifests, scripts, dependencies and compose the base image
|
|
|
|
# Increased timeout as builds can take a while
|
|
|
|
timeout: 3600
|
|
|
|
run: ci/validate.yaml
|
|
|
|
nodeset:
|
|
|
|
nodes:
|
|
|
|
- name: vm
|
|
|
|
# Replace by a fixed version label after branching, once available:
|
|
|
|
# https://fedora.softwarefactory-project.io/zuul/labels
|
2024-06-12 21:41:15 +00:00
|
|
|
# See: https://pagure.io/fedora-ci/general/issue/474
|
|
|
|
# label: cloud-fedora-rawhide-medium
|
|
|
|
label: cloud-fedora-40-medium
|