zuul/tests/fixtures/config/global-repo-state/git/org_project/.zuul.yaml
Jonas Sticha 175990ec42
Make repo state buildset global
Store repo state globally for whole buildset
including inherited and required projects.
This is necessary to avoid inconsistencies in case,
e.g., a required projects HEAD changes between two
dependent jobs executions in the same buildset.

Change-Id: I872d4272d8a594b2a40dee0c627f14c990399dd5
2021-03-05 13:28:22 +01:00

9 lines
136 B
YAML

- project:
name: org/project
gate:
jobs:
- test1
- test2:
dependencies:
- test1