18 lines
532 B
YAML
18 lines
532 B
YAML
- project:
|
|
check:
|
|
jobs:
|
|
- validate
|
|
|
|
- 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
|
|
# label: cloud-fedora-41-medium
|
|
label: cloud-fedora-40-medium
|