This repository has been archived by the owner on Apr 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
beaker-project.org-review-checks.yaml
71 lines (71 loc) · 2.5 KB
/
beaker-project.org-review-checks.yaml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
- job:
name: beaker-project.org-review-checks
description: |
Builds all non-Sphinx web site content from
https://git.beaker-project.org/cgit/beaker-project.org/ for patches
posted to Gerrit.
properties:
- priority-sorter:
priority: 150
node: fedora
scm:
- git:
url: ssh://[email protected]:29418/beaker-project.org
credentials-id: "fac135e6-5a13-4cd0-8dd5-737da825099b"
branches:
- origin/master
basedir: beaker-project.org
choosing-strategy: gerrit
name: gerrit
refspec: +refs/heads/*:refs/remotes/gerrit/* $GERRIT_REFSPEC
merge:
remote: gerrit
branch: $GERRIT_BRANCH
changelog-against:
remote: gerrit
branch: $GERRIT_BRANCH
# no clean because we don't want to fetch tarballs and RPMs every time!
wipe-workspace: false
skip-tag: true
reference-repo: /var/lib/jenkins/gitreference/beaker-project.org
- git:
url: ssh://[email protected]:29418/beaker
credentials-id: "fac135e6-5a13-4cd0-8dd5-737da825099b"
branches:
- origin/master
basedir: beaker
clean:
before: true
wipe-workspace: false
skip-tag: true
reference-repo: /var/lib/jenkins/gitreference/beaker
triggers:
- gerrit:
server-name: gerrit.beaker-project.org
projects:
- project-compare-type: PLAIN
project-pattern: beaker-project.org
branches:
- branch-compare-type: ANT
branch-pattern: "**"
file-paths:
- compare-type: REG_EXP
pattern: ".*"
trigger-on:
- comment-added-event:
approval-category: Ready-for-Checks
approval-value: 1
escape-quotes: false
silent-start: true
wrappers:
- exclusion:
resources:
- htdocs
builders:
- shell: |
cd beaker-project.org/
make clean
# Don't run the full make, because parts will download our release
# tarballs and build a yum repository
make releases/index.html
make releases/index.atom