summaryrefslogtreecommitdiffstats
path: root/ci/run.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/run.yaml')
-rw-r--r--ci/run.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/ci/run.yaml b/ci/run.yaml
index 71b237a06..58b3436b3 100644
--- a/ci/run.yaml
+++ b/ci/run.yaml
@@ -155,3 +155,25 @@
name: '{repo}-functest-features-{tag}-run'
jobs:
- '{repo}-functest-features-{tag}-run'
+
+- project:
+ name: '{repo}-parser-{test}-{tag}-run'
+ container: functest-parser
+ test:
+ - parser-basics
+ jobs:
+ - '{repo}-{container}-{test}-{tag}-run'
+
+- job-template:
+ name: '{repo}-functest-parser-{tag}-run'
+ project-type: multijob
+ builders:
+ - multijob:
+ name: features
+ projects:
+ - name: '{repo}-functest-parser-parser-basics-{tag}-run'
+
+- project:
+ name: '{repo}-functest-parser-{tag}-run'
+ jobs:
+ - '{repo}-functest-parser-{tag}-run'