summaryrefslogtreecommitdiff
path: root/tests/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures')
-rw-r--r--tests/fixtures/config/tenant-parser/exclude-branches.yaml12
-rw-r--r--tests/fixtures/config/tenant-parser/include-branches.yaml12
2 files changed, 24 insertions, 0 deletions
diff --git a/tests/fixtures/config/tenant-parser/exclude-branches.yaml b/tests/fixtures/config/tenant-parser/exclude-branches.yaml
new file mode 100644
index 000000000..1efbae38f
--- /dev/null
+++ b/tests/fixtures/config/tenant-parser/exclude-branches.yaml
@@ -0,0 +1,12 @@
+- tenant:
+ name: tenant-one
+ source:
+ gerrit:
+ config-projects:
+ - common-config
+ untrusted-projects:
+ - org/project1:
+ exclude-branches:
+ - master
+ - baz
+ - org/project2
diff --git a/tests/fixtures/config/tenant-parser/include-branches.yaml b/tests/fixtures/config/tenant-parser/include-branches.yaml
new file mode 100644
index 000000000..382926488
--- /dev/null
+++ b/tests/fixtures/config/tenant-parser/include-branches.yaml
@@ -0,0 +1,12 @@
+- tenant:
+ name: tenant-one
+ source:
+ gerrit:
+ config-projects:
+ - common-config
+ untrusted-projects:
+ - org/project1:
+ include-branches:
+ - foo
+ - bar
+ - org/project2