Skip to content

Commit

Permalink
ufm-test-services: delete (ethereum-optimism#10702)
Browse files Browse the repository at this point in the history
* ufm-test-services: delete

This code is no longer maintained by anybody at the company and is not
running in production. This commit deletes the code. We should strive
to ensure that there is clear ownership of all code in this repository
to ensure problems can be easily resolved when one comes up in a
particular place.

* ci: delete
  • Loading branch information
tynes authored May 31, 2024
1 parent 61b2b36 commit 1b9fd7a
Show file tree
Hide file tree
Showing 31 changed files with 0 additions and 9,044 deletions.
27 changes: 0 additions & 27 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1901,10 +1901,6 @@ workflows:
name: indexer-docker-build
docker_name: indexer
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>>
- docker-build:
name: ufm-metamask-docker-build
docker_name: ufm-metamask
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>>
- check-generated-mocks-op-node
- check-generated-mocks-op-service
- cannon-go-lint-and-test:
Expand Down Expand Up @@ -2183,21 +2179,6 @@ workflows:
- oplabs-gcr
requires:
- hold
- docker-build:
name: ufm-metamask-docker-release
filters:
tags:
only: /^ufm-metamask\/v.*/
branches:
ignore: /.*/
docker_name: ufm-metamask
docker_tags: <<pipeline.git.revision>>,latest
publish: true
release: true
context:
- oplabs-gcr
requires:
- hold

scheduled-todo-issues:
when:
Expand Down Expand Up @@ -2384,14 +2365,6 @@ workflows:
context:
- oplabs-gcr
- slack
- docker-build:
name: ufm-metamask-docker-publish
docker_name: ufm-metamask
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>>
publish: true
context:
- oplabs-gcr
- slack

scheduled-preimage-reproducibility:
when:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tag-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ on:
- op-ufm
- da-server
- proxyd
- ufm-metamask
- op-contracts
- op-conductor
prerelease:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ The Optimism Immunefi program offers up to $2,000,042 for in-scope critical vuln
│ ├── <a href="./packages/sdk">sdk</a>: provides a set of tools for interacting with Optimism
├── <a href="./proxyd">proxyd</a>: Configurable RPC request router and proxy
├── <a href="./specs">specs</a>: Specs of the rollup starting at the Bedrock upgrade
└── <a href="./ufm-test-services">ufm-test-services</a>: Runs a set of tasks to generate metrics
</pre>

## Development and Release Process
Expand Down Expand Up @@ -127,7 +126,6 @@ The full set of components that have releases are:
- `op-proposer`
- `op-ufm`
- `proxyd`
- `ufm-metamask`

All other components and packages should be considered development components only and do not have releases.

Expand Down
13 changes: 0 additions & 13 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -225,19 +225,6 @@ target "indexer" {
tags = [for tag in split(",", IMAGE_TAGS) : "${REGISTRY}/${REPOSITORY}/indexer:${tag}"]
}

target "ufm-metamask" {
dockerfile = "Dockerfile"
context = "./ufm-test-services/metamask"
args = {
// proxyd dockerfile has no _ in the args
GITCOMMIT = "${GIT_COMMIT}"
GITDATE = "${GIT_DATE}"
GITVERSION = "${GIT_VERSION}"
}
platforms = split(",", PLATFORMS)
tags = [for tag in split(",", IMAGE_TAGS) : "${REGISTRY}/${REPOSITORY}/ufm-metamask:${tag}"]
}

target "chain-mon" {
dockerfile = "./ops/docker/Dockerfile.packages"
context = "."
Expand Down
1 change: 0 additions & 1 deletion ops/tag-service/tag-service.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
'op-proposer': '0.10.14',
'proxyd': '3.16.0',
'op-heartbeat': '0.1.0',
'ufm-metamask': '0.1.0',
'op-contracts': '1.0.0',
'op-conductor': '0.0.0',
}
Expand Down
1 change: 0 additions & 1 deletion ops/tag-service/tag-tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
'da-server',
'proxyd',
'op-heartbeat',
'ufm-metamask',
'op-contracts',
'test',
'op-stack', # special case for tagging op-node, op-batcher, and op-proposer together
Expand Down
46 changes: 0 additions & 46 deletions ufm-test-services/.env.example

This file was deleted.

46 changes: 0 additions & 46 deletions ufm-test-services/.secrets.example

This file was deleted.

87 changes: 0 additions & 87 deletions ufm-test-services/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions ufm-test-services/assets/ufm-ci-execution.svg

This file was deleted.

3 changes: 0 additions & 3 deletions ufm-test-services/assets/ufm-local-execution.svg

This file was deleted.

11 changes: 0 additions & 11 deletions ufm-test-services/crontab.example

This file was deleted.

68 changes: 0 additions & 68 deletions ufm-test-services/docker-compose.yml

This file was deleted.

Loading

0 comments on commit 1b9fd7a

Please sign in to comment.