Commit dcd82bc1 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #1962 from mslipper/feat/proxyd-nightly

ci: Add proxyd to nightly build
parents 42f0dcf4 6d5bbd83
...@@ -78,6 +78,13 @@ jobs: ...@@ -78,6 +78,13 @@ jobs:
image-name: integration-tests image-name: integration-tests
target: integration-tests target: integration-tests
dockerfile: ./ops/docker/Dockerfile.packages dockerfile: ./ops/docker/Dockerfile.packages
build-proxyd:
docker:
- image: cimg/base:2021.04
steps:
- build-dockerfile:
image-name: proxyd
dockerfile: ./go/proxyd/Dockerfile
deploy-nightly: deploy-nightly:
docker: docker:
- image: cimg/base:2021.04 - image: cimg/base:2021.04
...@@ -101,6 +108,7 @@ jobs: ...@@ -101,6 +108,7 @@ jobs:
kubectl rollout restart statefulset nightly-go-batch-submitter --namespace nightly kubectl rollout restart statefulset nightly-go-batch-submitter --namespace nightly
kubectl rollout restart statefulset nightly-dtl --namespace nightly kubectl rollout restart statefulset nightly-dtl --namespace nightly
kubectl rollout restart deployment nightly-gas-oracle --namespace nightly kubectl rollout restart deployment nightly-gas-oracle --namespace nightly
kubectl rollout restart deployment edge-proxyd --namespace nightly
workflows: workflows:
...@@ -127,6 +135,8 @@ workflows: ...@@ -127,6 +135,8 @@ workflows:
context: optimism context: optimism
- build-go-batch-submitter: - build-go-batch-submitter:
context: optimism context: optimism
- build-proxyd:
context: optimism
- deploy-nightly: - deploy-nightly:
context: optimism context: optimism
requires: requires:
...@@ -136,4 +146,5 @@ workflows: ...@@ -136,4 +146,5 @@ workflows:
- build-deployer - build-deployer
- build-l2geth - build-l2geth
- build-gas-oracle - build-gas-oracle
- build-integration-tests - build-integration-tests
\ No newline at end of file - build-proxyd
\ No newline at end of file
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