Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,27 +455,6 @@ jobs:
command: make <<parameters.binary_name>>
working_directory: <<parameters.working_directory>>

op-chain-ops-tests:
docker:
- image: ethereumoptimism/ci-builder:latest
steps:
- restore_cache:
keys:
- v2-cache-yarn-build-{{ .Revision }}
- checkout
- run:
name: Check if we should run
command: |
CHANGED=$(bash ./ops/docker/ci-builder/check-changed.sh "op-chain-ops")
if [[ "$CHANGED" = "FALSE" ]]; then
circleci step halt
fi
- run:
name: Test
command: |
gotestsum --junitfile /test-results/op-chain-ops.xml -- -coverpkg=github.com/ethereum-optimism/optimism/... -coverprofile=coverage.out -covermode=atomic ./...
working_directory: op-chain-ops

geth-tests:
docker:
- image: ethereumoptimism/ci-builder:latest
Expand Down Expand Up @@ -780,10 +759,6 @@ workflows:
binary_name: bss-core
working_directory: bss-core
build: false
- op-chain-ops-tests:
name: op-chain-ops-tests
requires:
- yarn-monorepo
- geth-tests
- integration-tests
- semgrep-scan
Expand Down