Skip to content

Commit

Permalink
cleanup: delete actor-tests
Browse files Browse the repository at this point in the history
The `actor-tests` package is no longer used and can be deleted.
  • Loading branch information
tynes committed Jun 9, 2023
1 parent d9d9bdb commit a99d44a
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 1,656 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
key: yarn-packages-v2-{{ checksum "yarn.lock" }}
paths:
- "node_modules"
- "packages/actor-tests/node_modules"
- "packages/balance-monitor/node_modules"
- "packages/chain-mon/node_modules"
- "packages/common-ts/node_modules"
Expand Down Expand Up @@ -1116,13 +1115,6 @@ workflows:
- op-bindings-build:
requires:
- yarn-monorepo
- js-lint-test:
name: actor-tests-tests
coverage_flag: actor-tests-tests
package_name: actor-tests
dependencies: "(core-utils|sdk)"
requires:
- yarn-monorepo
- js-lint-test:
name: contracts-periphery-tests
coverage_flag: contracts-periphery-tests
Expand Down
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Legacy codebases
/l2geth @ethereum-optimism/legacy-reviewers
/packages/actor-tests @ethereum-optimism/legacy-reviewers
/packages/common-ts @ethereum-optimism/typescript-reviewers
/packages/contracts @ethereum-optimism/contract-reviewers
/packages/contracts-bedrock @ethereum-optimism/contract-reviewers
Expand Down
9 changes: 0 additions & 9 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,5 @@ steps:
- --cache=true
- --cache-ttl=48h
waitFor: ['-']
- name: 'gcr.io/kaniko-project/executor:latest'
args:
- --destination=us-central1-docker.pkg.dev/$PROJECT_ID/images/actor-tests-bedrock:$_TAG
- --destination=us-central1-docker.pkg.dev/$PROJECT_ID/images/actor-tests-bedrock:$COMMIT_SHA
- --dockerfile=./ops/docker/Dockerfile.packages
- --target=actor-tests-bedrock
- --cache=true
- --cache-ttl=48h
waitFor: ['-']
options:
machineType: N1_HIGHCPU_32
1 change: 0 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ flag_management:
- name: common-ts-tests
- name: contracts-tests
- name: core-utils-tests
- name: actor-tests-tests
- name: contracts-periphery-tests
- name: dtl-tests
- name: chain-mon-tests
Expand Down
4 changes: 0 additions & 4 deletions ops/docker/Dockerfile.packages
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ COPY ./packages ./packages

RUN yarn build

FROM base as actor-tests-bedrock
WORKDIR /opt/optimism/packages/actor-tests
ENTRYPOINT ["yarn", "run:bedrock"]

FROM base as fault-detector
WORKDIR /opt/optimism/packages/fault-detector
COPY ./ops/scripts/detector.sh .
Expand Down
3 changes: 0 additions & 3 deletions packages/actor-tests/.depcheckrc

This file was deleted.

3 changes: 0 additions & 3 deletions packages/actor-tests/.eslintrc.js

This file was deleted.

3 changes: 0 additions & 3 deletions packages/actor-tests/.lintstagedrc.yml

This file was deleted.

3 changes: 0 additions & 3 deletions packages/actor-tests/.prettierrc.js

This file was deleted.

298 changes: 0 additions & 298 deletions packages/actor-tests/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit a99d44a

Please sign in to comment.