Commit 4917b115 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

ci: Add ci builder rust job (#9360)

parent a9bb2be6
...@@ -1665,7 +1665,7 @@ workflows: ...@@ -1665,7 +1665,7 @@ workflows:
type: approval type: approval
filters: filters:
tags: tags:
only: /^(proxyd|chain-mon|indexer|ci-builder|ufm-[a-z0-9\-]*|op-[a-z0-9\-]*)\/v.*/ only: /^(proxyd|chain-mon|indexer|ci-builder(-rust)?|ufm-[a-z0-9\-]*|op-[a-z0-9\-]*)\/v.*/
branches: branches:
ignore: /.*/ ignore: /.*/
- docker-build: # just to warm up the cache (other jobs run in parallel) - docker-build: # just to warm up the cache (other jobs run in parallel)
...@@ -1847,6 +1847,22 @@ workflows: ...@@ -1847,6 +1847,22 @@ workflows:
- oplabs-gcr - oplabs-gcr
requires: requires:
- hold - hold
- docker-build:
name: ci-builder-rust-docker-release
filters:
tags:
only: /^ci-builder-rust\/v.*/
branches:
ignore: /.*/
docker_name: ci-builder-rust
docker_tags: <<pipeline.git.revision>>,latest
publish: true
release: true
resource_class: xlarge
context:
- oplabs-gcr
requires:
- hold
- docker-build: - docker-build:
name: ufm-metamask-docker-release name: ufm-metamask-docker-release
filters: filters:
......
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