Commit 037afe41 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

ci: Remove publish dependencies (#3578)

* ci: Remove publish dependencies

The publish tasks don't need to depend on upstream tests. This will let us run Hive tests earlier in the pipeline, and shave off additional CI runtime.

* remove deployer deps

* remove job altogether

* ci: Fix contracts tests

Need to include these artifacts for the contracts tests to work.
parent e397f46b
......@@ -754,9 +754,6 @@ workflows:
repo: us-central1-docker.pkg.dev
context:
- gcr
requires:
- bedrock-go-tests
- op-bindings-build
- docker-publish:
name: op-batcher-publish-dev
docker_file: op-batcher/Dockerfile
......@@ -765,9 +762,6 @@ workflows:
repo: us-central1-docker.pkg.dev
context:
- gcr
requires:
- bedrock-go-tests
- op-bindings-build
- docker-publish:
name: op-proposer-publish-dev
docker_file: op-proposer/Dockerfile
......@@ -776,20 +770,6 @@ workflows:
repo: us-central1-docker.pkg.dev
context:
- gcr
requires:
- bedrock-go-tests
- op-bindings-build
- docker-publish:
name: deployer-bedrock-publish-dev
docker_file: ops/docker/Dockerfile.packages
docker_tags: us-central1-docker.pkg.dev/bedrock-goerli-development/images/deployer-bedrock:<<pipeline.git.revision>>
target: deployer-bedrock
docker_context: .
repo: us-central1-docker.pkg.dev
context:
- gcr
requires:
- contracts-bedrock-tests
- hive-test:
name: hive-test-rpc
version: <<pipeline.git.revision>>
......@@ -798,7 +778,6 @@ workflows:
- op-node-publish-dev
- op-batcher-publish-dev
- op-proposer-publish-dev
- deployer-bedrock-publish-dev
- hive-test:
name: hive-test-p2p
version: <<pipeline.git.revision>>
......@@ -807,7 +786,6 @@ workflows:
- op-node-publish-dev
- op-batcher-publish-dev
- op-proposer-publish-dev
- deployer-bedrock-publish-dev
- hive-test:
name: hive-test-l1ops
version: <<pipeline.git.revision>>
......@@ -816,4 +794,3 @@ workflows:
- op-node-publish-dev
- op-batcher-publish-dev
- op-proposer-publish-dev
- deployer-bedrock-publish-dev
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment