Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CircleCI: Open fixed workflow steps #146

Merged
merged 1 commit into from
Dec 26, 2024
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
72 changes: 36 additions & 36 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1264,10 +1264,10 @@ workflows:
# test_list: git diff origin/develop...HEAD --name-only --diff-filter=AM -- './test/**/*.t.sol' | sed 's|packages/contracts-bedrock/||'
# test_timeout: 1h
# test_profile: ciheavy
# - contracts-bedrock-checks:
# requires:
# - contracts-bedrock-build
# - diff-asterisc-bytecode
- contracts-bedrock-checks:
requires:
- contracts-bedrock-build
- diff-asterisc-bytecode
- semgrep-scan:
name: semgrep-scan-local
scan_command: semgrep scan --timeout=100 --config .semgrep/rules/ --error .
Expand All @@ -1285,18 +1285,18 @@ workflows:
- op-node
- op-service
- op-chain-ops
# - fuzz-golang:
# name: cannon-fuzz
# package_name: cannon
# on_changes: cannon,packages/contracts-bedrock/src/cannon
# uses_artifacts: true
# requires: ["contracts-bedrock-build"]
# - fuzz-golang:
# name: op-e2e-fuzz
# package_name: op-e2e
# on_changes: op-e2e,packages/contracts-bedrock/src
# uses_artifacts: true
# requires: ["contracts-bedrock-build"]
- fuzz-golang:
name: cannon-fuzz
package_name: cannon
on_changes: cannon,packages/contracts-bedrock/src/cannon
uses_artifacts: true
requires: ["contracts-bedrock-build"]
- fuzz-golang:
name: op-e2e-fuzz
package_name: op-e2e
on_changes: op-e2e,packages/contracts-bedrock/src
uses_artifacts: true
requires: ["contracts-bedrock-build"]
- go-tests:
packages: |
op-batcher
Expand Down Expand Up @@ -1358,26 +1358,26 @@ workflows:
- op-supervisor
- cannon
- cannon-prestate
# - check-generated-mocks-op-node
# - check-generated-mocks-op-service
# - 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]
# - cannon-build-test-vectors
# - todo-issues:
# name: todo-issues-check
# check_closed: false
# - shellcheck/check:
# name: shell-check
# # We don't need the `exclude` key as the orb detects the `.shellcheckrc`
# dir: .
# ignore-dirs: ./packages/contracts-bedrock/lib
- check-generated-mocks-op-node
- check-generated-mocks-op-service
- 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]
- cannon-build-test-vectors
- todo-issues:
name: todo-issues-check
check_closed: false
- shellcheck/check:
name: shell-check
# We don't need the `exclude` key as the orb detects the `.shellcheckrc`
dir: .
ignore-dirs: ./packages/contracts-bedrock/lib

# go-release-deployer:
# jobs:
Expand Down