zuul/tests/fixtures/layouts/regex-queue.yaml
James E. Blair 1feb1d3016 Fix regex project templates
* The simple_layout test fixture needs to avoid creating a project
  for "regex" projects (ie, don't create a git reponamed "^.*$").
* Add some missing attributes to the ProjectConfig copy method, which
  could cause the config to error if a regex project added a template.
* Add tests to exercise regex project templates.

Change-Id: I821a70fc6b93ce6da3145eda03ff6570b5410dba
2018-05-01 16:24:58 -07:00

23 lines
293 B
YAML

- pipeline:
name: gate
manager: dependent
trigger: {}
- job:
name: base
parent: null
run: playbooks/base.yaml
- project:
name: ^.*$
gate:
queue: integrated
jobs:
- base
- project:
name: org/project1
- project:
name: org/project2