diff options
-rw-r--r-- | jjb/testsuite/testsuite-cds-mock-server.yaml | 14 | ||||
-rw-r--r-- | jjb/testsuite/testsuite-cds-mock-ssh.yaml | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/jjb/testsuite/testsuite-cds-mock-server.yaml b/jjb/testsuite/testsuite-cds-mock-server.yaml new file mode 100644 index 000000000..b68e5fd68 --- /dev/null +++ b/jjb/testsuite/testsuite-cds-mock-server.yaml @@ -0,0 +1,14 @@ +--- +- project: + name: testsuite-cds-mock-server-project-view + project-name: testsuite-cds-mock-server + views: + - project-view + +- project: + name: testsuite-cds-mock-server-info + project: testsuite/cds-mock-server + project-name: testsuite-cds-mock-server + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify diff --git a/jjb/testsuite/testsuite-cds-mock-ssh.yaml b/jjb/testsuite/testsuite-cds-mock-ssh.yaml new file mode 100644 index 000000000..4d124e9f7 --- /dev/null +++ b/jjb/testsuite/testsuite-cds-mock-ssh.yaml @@ -0,0 +1,14 @@ +--- +- project: + name: testsuite-cds-mock-ssh-project-view + project-name: testsuite-cds-mock-ssh + views: + - project-view + +- project: + name: testsuite-cds-mock-ssh-info + project: testsuite/cds-mock-ssh + project-name: testsuite-cds-mock-ssh + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify |