Skip to content

Commit 19f8b22

Browse files
committed
Undo changes to circleci files
1 parent b7aceb9 commit 19f8b22

File tree

2 files changed

+30
-55
lines changed

2 files changed

+30
-55
lines changed

.circleci/config.yml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -146,34 +146,7 @@ jobs:
146146
- checkout
147147
- attach_workspace:
148148
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
177150
job-prod-tests:
178151
working_directory: ~/repo
179152
docker:

.circleci/src/jobs/job-prod-tests-ovm.yml

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,32 @@ steps:
66
- attach_workspace:
77
at: .
88
- 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

0 commit comments

Comments
 (0)