forked from gluster/centosci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
libgfapi-python.yml
43 lines (37 loc) · 1.21 KB
/
libgfapi-python.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
- job:
name: gluster_libgfapi-python
node: gluster
description: Run the functional test from libgfapi-python against the latest build
of the glusterfs packages. A new run is executed automatically against the nightly
builds of the master branch.
project-type: freestyle
concurrent: true
scm:
- git:
url: https://github.com/gluster/centosci.git
branches:
- origin/master
properties:
- github:
url: https://github.com/gluster/libgfapi-python/
triggers:
- pollurl:
cron: H */2 * * *
polling-node: gluster
urls:
- url: http://artifacts.ci.centos.org/gluster/nightly/master/7/x86_64/repodata/repomd.xml
check-date: true
builders:
- shell: !include-raw: scripts/common/get-node.sh
- shell: scripts/common/bootstrap.sh $WORKSPACE/scripts/libgfapi-python/libgfapi-python.sh
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