forked from mozilla/bedrock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jenkins.yml
64 lines (61 loc) · 1.11 KB
/
jenkins.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
environment:
SELENIUM_VERSION: 2.52.0
# see the following for documentation of these options
# http://bedrock.readthedocs.io/en/latest/pipeline.html#configuration
branches:
master:
push_public_registry: true
smoke_tests: true
regions:
- usw
- euw
apps:
- bedrock-dev
integration_tests:
- firefox
- headless
prod:
push_public_registry: true
smoke_tests: true
require_tag: true
app_name_suffix: "-deis"
regions:
- usw
- euw
apps:
- bedrock-stage
- bedrock-prod
integration_tests:
- headless
- firefox
- chrome
- ie
- ie6
- ie7
run-integration-tests:
smoke_tests: true
regions:
- usw
apps:
- bedrock-integration-tests
integration_tests:
- headless
- firefox
- chrome
- ie
- ie6
- ie7
run-smoke-tests:
smoke_tests: true
regions:
usw:
deis_profile: usw
name: us-west
registry_port: 5001
euw:
deis_profile: euw
name: eu-west
registry_port: 5000
irc:
nick: hms-flintstone
channel: "#www"