Remove unneeded JJB variable from packer templates
[releng/global-jjb.git] / test.template
1 - defaults:
2     name: global
3
4     # General
5     jenkins-ssh-credential: test-credential
6
7     # Gerrit Infra
8     gerrit-server-name: test-server
9
10     # GitHub Infra
11     git-url: https://github.com
12     git-clone-url: 'git@github.com:'
13     github-org: example-org
14     github_pr_whitelist:
15       - jpwku
16       - tykeal
17       - zxiiro
18     github_pr_admin_list:
19       - tykeal
20
21     # Common test config
22     project: releng/ciman
23     stream: latest
24     build-node: build-vm
25
26 ################
27 # GERRIT TESTS #
28 ################
29
30 - project:
31     name: gerrit-ci-jobs
32     jobs:
33         - "{project-name}-ci-jobs"
34
35     project-name: gerrit-ciman
36
37 - project:
38     name: gerrit-maven-jobs
39     jobs:
40         - gerrit-maven-release
41
42     project-name: gerrit-maven
43     staging-profile-id: uuddlrlrba
44     settings-file: gerrit-maven-project-settings
45
46 - project:
47     name: gerrit-packer-jobs
48     jobs:
49         - "{project-name}-packer-jobs"
50
51     project-name: gerrit-ciman
52     platforms:
53       - centos
54       - ubuntu1604
55
56     templates:
57       - java-builder
58       - mininet
59
60 - project:
61     name: gerrit-python-jobs
62     jobs:
63         - "{project-name}-python-jobs"
64
65     project-name: gerrit-python
66
67 ################
68 # GITHUB TESTS #
69 ################
70
71 - project:
72     name: github-ci-jobs
73     jobs:
74         - "{project-name}-github-ci-jobs"
75
76     project-name: github-ciman
77
78 - project:
79     name: github-maven-jobs
80     jobs:
81         - github-maven-release
82
83     project-name: github-maven
84     staging-profile-id: uuddlrlrba
85     settings-file: aproject-settings
86
87 - project:
88     name: github-packer-jobs
89     jobs:
90         - "{project-name}-github-packer-jobs"
91
92     project-name: github-ciman
93     platforms:
94       - centos
95       - ubuntu1604
96
97     templates:
98       - java-builder
99       - mininet
100
101 - project:
102     name: github-python-jobs
103     jobs:
104         - "{project-name}-github-python-jobs"
105
106     project-name: github-python