forked from Near-One/rainbow-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpipeline.yml
70 lines (54 loc) · 1.61 KB
/
pipeline.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
steps:
- label: "linter"
command: |
source testing/ci/e2e_ci_prepare_env.sh
yarn
yarn standard
yarn prettier-solidity
timeout: 5
agents:
- "queue=default"
- label: "e2e"
command: |
source testing/ci/e2e_ci_prepare_env.sh
source testing/ci/e2e_ci_prepare_log.sh
testing/ci/e2e.sh
artifact_paths:
- "logs/**/*.log"
timeout: 60
agents:
- "queue=default"
- label: "e2e myerc20"
command: |
source testing/ci/e2e_ci_prepare_env.sh
source testing/ci/e2e_ci_prepare_log.sh
testing/ci/e2e_deploy_contract.sh
artifact_paths:
- "logs/**/*.log"
timeout: 60
agents:
- "queue=default"
- label: "challenge with watchdog"
command: |
source testing/ci/e2e_ci_prepare_env.sh
source testing/ci/e2e_ci_prepare_log.sh
testing/ci/test_challenge.sh
artifact_paths:
- "logs/**/*.log"
timeout: 60
agents:
- "queue=default"
- label: "test eth-relay catchup"
command: |
source testing/ci/e2e_ci_prepare_env.sh
source testing/ci/e2e_ci_prepare_log.sh
testing/ci/test_ethrelay_catchup.sh
artifact_paths:
- "logs/**/*.log"
timeout: 60
agents:
- "queue=default"
- label: "contracts/eth/"
command: buildkite-agent pipeline upload .buildkite/contracts-eth.yml
- label: "contracts/near/"
command: buildkite-agent pipeline upload .buildkite/contracts-near.yml