diff --git a/.circleci/config.yml b/.circleci/config.yml index e1e755d28c1..0832e532170 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2851,7 +2851,6 @@ workflows: - circleci-repo-readonly-authenticated-github-token check_changed_patterns: contracts-bedrock,op-node - contracts-bedrock-coverage: - filters: "false" # Generate coverage reports. name: contracts-bedrock-coverage <> test_timeout: 1h @@ -2895,7 +2894,6 @@ workflows: context: - circleci-repo-readonly-authenticated-github-token - contracts-bedrock-checks: - filters: "false" requires: - contracts-bedrock-build context: @@ -2963,7 +2961,6 @@ workflows: - contracts-bedrock-build - cannon-prestate-quick - go-tests: - filters: "false" name: go-tests-short parallelism: 12 no_output_timeout: 19m @@ -3637,7 +3634,6 @@ workflows: - cannon-kona-prestate: # needed for sysgo tests (if any package is in-memory) context: - circleci-repo-readonly-authenticated-github-token - - discord - cannon-kona-host: # needed for sysgo tests (if any package is in-memory) context: - circleci-repo-readonly-authenticated-github-token @@ -3647,28 +3643,6 @@ workflows: binaries: "kona-node kona-supervisor" build_command: cargo build --release --bin kona-node --bin kona-supervisor needs_clang: true - # Generate flaky test report : CircleCI API token not configured TODO: https://app.asana.com/1/1208976916964769/project/1209976130071762/task/1211927036399950?focus=true - # - generate-flaky-report: - # name: generate-flaky-tests-report - # context: - # - circleci-repo-readonly-authenticated-github-token - # - circleci-api-token - - # Acceptance tests (pre-merge to develop) - acceptance-tests-pr: - when: - not: - equal: [<< pipeline.git.branch >>, "develop"] - jobs: - # KURTOSIS (Simple) - - op-acceptance-tests: - # Acceptance Testing params - filters: "false" - name: kurtosis-simple - devnet: simple - gate: base - # CircleCI params - no_output_timeout: 30m context: - circleci-repo-readonly-authenticated-github-token - rust-binary-build: