forked from gluster/centosci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kubernetes.yml
46 lines (40 loc) · 1.21 KB
/
kubernetes.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
- job:
name: gluster_kubernetes
node: gluster
description: Run the complex test from gluster-kubernetes. Tests are
triggered for a pull-request after one of the repository admins approves
it (with standard Jenkins GitHub commands).
project-type: freestyle
concurrent: true
scm:
- git:
url: https://github.com/gluster/centosci.git
branches:
- origin/master
properties:
- github:
url: https://github.com/gluster/gluster-kubernetes/
triggers:
- github-pull-request:
admin-list:
- jarrpa
- obnoxxx
white-list:
- jarrpa
- obnoxxx
cron: H/5 * * * *
status-context: centos-ci
builders:
- shell: !include-raw: scripts/common/get-node.sh
- shell: scripts/common/bootstrap.sh $WORKSPACE/scripts/kubernetes/gluster-kubernetes.sh "ghprbPullId=${ghprbPullId}"
publishers:
- post-tasks:
- matches:
# "Building remotely" should always be in the build console output
- log-text: Building remotely
script:
!include-raw: scripts/common/return-node.sh
wrappers:
- ansicolor:
colormap: xterm
- timestamps