-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathshippable.resources.yml
89 lines (75 loc) · 1.93 KB
/
shippable.resources.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
resources:
- name: res-state
type: state
- name: codecov
type: integration
integration: "codecov"
- name: codecov_testing
type: integration
integration: "codecov_testing"
- name: s3-token
type: integration
integration: "aws_s3"
- name: s3-token-simple
type: integration
integration: "aws_s3_simple"
- name: daily-docs
type: time
seed:
interval: "50 22 * * *"
- name: daily-verify
type: time
seed:
interval: "0 */12 * * *"
- name: daily-verify-debug
type: time
seed:
interval: "13 4 * * *"
- name: daily-verify-arm
type: time
seed:
interval: "53 2 * * *"
- name: daily-verify-issm
type: time
seed:
interval: "50 3 * * *"
- name: ci_test_repo
type: gitRepo
integration: github
pointer:
sourceName: zephyrproject-rtos/ci-test
branch: master
buildOnPullRequest: false
buildOnCommit: true
- name: docs_theme_repo
type: gitRepo
integration: github
pointer:
sourceName: zephyrproject-rtos/docs-theme
branch: master
buildOnPullRequest: false
buildOnCommit: true
- name: doc_repo
type: gitRepo
integration: github
pointer:
sourceName: zephyrproject-rtos/project-docs
branch: master
buildOnPullRequest: false
buildOnCommit: true
- name: main_repo
type: gitRepo
integration: github
pointer:
sourceName: zephyrproject-rtos/zephyr
branch: master
buildOnPullRequest: false
buildOnCommit: true
- name: testing_repo
type: gitRepo
integration: github
pointer:
sourceName: zephyrproject-rtos/zephyr-testing
branch: master
buildOnPullRequest: false
buildOnCommit: false