File tree Expand file tree Collapse file tree 2 files changed +30
-55
lines changed Expand file tree Collapse file tree 2 files changed +30
-55
lines changed Original file line number Diff line number Diff line change @@ -146,34 +146,7 @@ jobs:
146
146
- checkout
147
147
- attach_workspace :
148
148
at : .
149
- - run :
150
- name : Build docker containers
151
- command : |
152
- git clone git@github.com:ethereum-optimism/optimism.git
153
- cd optimism
154
- yarn
155
- cd ops
156
- export COMPOSE_DOCKER_CLI_BUILD=1
157
- export DOCKER_BUILDKIT=1
158
- docker-compose build
159
- - run :
160
- name : Start chains
161
- background : true
162
- command : |
163
- cd optimism/ops
164
- docker-compose up -d
165
- - cmd-wait-for-port :
166
- port : 8545
167
- - cmd-wait-for-port :
168
- port : 9545
169
- - run :
170
- name : Deploy OVM Synthetix instances
171
- command : |
172
- node publish deploy-ovm-pair
173
- - run :
174
- name : Run OVM production tests
175
- command : |
176
- npm run test:prod:ovm
149
+ - run : echo Disabled until ops tool is fixed by Optimism
177
150
job-prod-tests :
178
151
working_directory : ~/repo
179
152
docker :
Original file line number Diff line number Diff line change 6
6
- attach_workspace :
7
7
at : .
8
8
- run :
9
- name : Build docker containers
10
- command : |
11
- git clone git@github.com:ethereum-optimism/optimism.git
12
- cd optimism
13
- yarn
14
- cd ops
15
- export COMPOSE_DOCKER_CLI_BUILD=1
16
- export DOCKER_BUILDKIT=1
17
- docker-compose build
18
- - run :
19
- name : Start chains
20
- background : true
21
- command : |
22
- cd optimism/ops
23
- docker-compose up -d
24
- - cmd-wait-for-port :
25
- port : 8545
26
- - cmd-wait-for-port :
27
- port : 9545
28
- - run :
29
- name : Deploy OVM Synthetix instances
30
- command : |
31
- node publish deploy-ovm-pair
32
- - run :
33
- name : Run OVM production tests
34
- command : |
35
- npm run test:prod:ovm
9
+ echo Disabled until ops tool is fixed by Optimism
10
+ # - run:
11
+ # name: Build docker containers
12
+ # command: |
13
+ # git clone git@github.com:ethereum-optimism/optimism.git
14
+ # cd optimism
15
+ # yarn
16
+ # cd ops
17
+ # export COMPOSE_DOCKER_CLI_BUILD=1
18
+ # export DOCKER_BUILDKIT=1
19
+ # docker-compose build
20
+ # - run:
21
+ # name: Start chains
22
+ # background: true
23
+ # command: |
24
+ # cd optimism/ops
25
+ # docker-compose up -d
26
+ # - cmd-wait-for-port:
27
+ # port: 8545
28
+ # - cmd-wait-for-port:
29
+ # port: 9545
30
+ # - run:
31
+ # name: Deploy OVM Synthetix instances
32
+ # command: |
33
+ # node publish deploy-ovm-pair
34
+ # - run:
35
+ # name: Run OVM production tests
36
+ # command: |
37
+ # npm run test:prod:ovm
You can’t perform that action at this time.
0 commit comments