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
44 changes: 4 additions & 40 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1678,10 +1678,6 @@ workflows:
context:
- circleci-repo-readonly-authenticated-github-token
- discord
- diff-asterisc-bytecode:
context:
- circleci-repo-readonly-authenticated-github-token
- discord
- semgrep-scan:
name: semgrep-scan-local
scan_command: semgrep scan --timeout=100 --config .semgrep/rules/ --error .
Expand Down Expand Up @@ -1715,15 +1711,6 @@ workflows:
context:
- circleci-repo-readonly-authenticated-github-token
- discord
- fuzz-golang:
name: cannon-fuzz
package_name: cannon
on_changes: cannon,packages/contracts-bedrock/src/cannon
uses_artifacts: true
requires: ["contracts-bedrock-build"]
context:
- circleci-repo-readonly-authenticated-github-token
- discord
- fuzz-golang:
name: op-e2e-fuzz
package_name: op-e2e
Expand Down Expand Up @@ -1769,22 +1756,15 @@ workflows:
context:
- circleci-repo-readonly-authenticated-github-token
- discord
- analyze-op-program-client:
context:
- circleci-repo-readonly-authenticated-github-token
- discord
# TODO(#15353) - Need to regenerate data used in op-program-compat and then reenable this test
# See: https://github.com/ethereum-optimism/chain-test-data?tab=readme-ov-file#generating-new-data
# - op-program-compat:
# context:
# - circleci-repo-readonly-authenticated-github-token
# - discord
# - op-program-compat:
# context:
# - circleci-repo-readonly-authenticated-github-token
# - discord
- bedrock-go-tests:
requires:
- go-lint
- cannon-build-test-vectors
- cannon-go-lint-and-test-32-bit
- cannon-go-lint-and-test-64-bit
- check-generated-mocks-op-node
- check-generated-mocks-op-service
# TODO(#15353) - Need to regenerate data used in op-program-compat
Expand All @@ -1810,22 +1790,6 @@ workflows:
context:
- circleci-repo-readonly-authenticated-github-token
- discord
- cannon-go-lint-and-test:
name: cannon-go-lint-and-test-<<matrix.mips_word_size>>-bit
requires:
- contracts-bedrock-build
skip_slow_tests: true
notify: true
matrix:
parameters:
mips_word_size: [32, 64]
context:
- circleci-repo-readonly-authenticated-github-token
- discord
- cannon-build-test-vectors:
context:
- circleci-repo-readonly-authenticated-github-token
- discord

go-release-deployer:
jobs:
Expand Down