Skip to content

Commit

Permalink
Merge pull request #146 from ethereum-optimism/jan/circleci--011
Browse files Browse the repository at this point in the history
chore: Migrate op-program-test workflow to CircleCI [11/N]
  • Loading branch information
janjakubnanista authored Jan 24, 2025
2 parents cfd5ae8 + 07ea88f commit ac8a541
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ workflows:
jobs:
- contracts-bedrock-build
- op-program-riscv
- op-program-test
- asterisc-prestate:
requires:
- op-program-riscv
Expand Down Expand Up @@ -175,6 +176,27 @@ jobs:
paths:
- "op-program-artifacts"

op-program-test:
executor: default
steps:
- checkout-with-monorepo
- install-dependencies
- install-go-modules
- run:
name: Build asterisc
command: make build-rvgo && cp rvgo/bin/asterisc tests/op-program-test/
- run:
name: Build op-program
command: |
make -C rvsol/lib/optimism/op-program op-program-host
cp rvsol/lib/optimism/op-program/bin/op-program tests/op-program-test/
- run:
name: Run op-program
command: |
tar -xzvf ./test-data.tar.gz
./local_cmd.sh
working_directory: tests/op-program-test

asterisc-prestate:
executor: default
resource_class: xlarge
Expand Down

0 comments on commit ac8a541

Please sign in to comment.