X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=test.template;fp=test.template;h=898f43e441409a62eba25f0e238d75d873d4d4bd;hb=a94198f2d19b1a76c6483c1b5293d5871aeb33d7;hp=0000000000000000000000000000000000000000;hpb=2c2e5fda72d41b63bb67055519cc0028a779c2c3;p=releng%2Fglobal-jjb.git diff --git a/test.template b/test.template new file mode 100644 index 00000000..898f43e4 --- /dev/null +++ b/test.template @@ -0,0 +1,73 @@ +- defaults: + name: global + + # General + jenkins-ssh-credential: test-credential + + # Gerrit Infra + gerrit-server-name: test-server + + # GitHub Infra + git-url: https://github.com + git-clone-url: 'git@github.com:' + github-org: example-org + + # Common test config + project: releng/ciman + stream: latest + build-node: build-vm + +################ +# GERRIT TESTS # +################ + +- project: + name: gerrit-ci-jobs + jobs: + - "{project-name}-ci-jobs" + + project-name: gerrit-ciman + +- project: + name: gerrit-maven-jobs + jobs: + - gerrit-maven-release + + project-name: gerrit-maven + staging-profile-id: uuddlrlrba + settings-file: gerrit-maven-project-settings + +- project: + name: gerrit-python-jobs + jobs: + - "{project-name}-python-jobs" + + project-name: gerrit-python + +################ +# GITHUB TESTS # +################ + +- project: + name: github-ci-jobs + jobs: + - "{project-name}-github-ci-jobs" + + project-name: github-ciman + +- project: + name: github-maven-jobs + jobs: + - github-maven-release + + project-name: github-maven + staging-profile-id: uuddlrlrba + settings-file: aproject-settings + +- project: + name: github-python-jobs + jobs: + - "{project-name}-github-python-jobs" + + project-name: github-python +