From 61ba53b6a3a042daa45cd503587b6869b9580a93 Mon Sep 17 00:00:00 2001 From: Samuel Stokes Date: Tue, 3 Sep 2024 15:52:56 -0400 Subject: [PATCH 1/2] circleci: use context to pass rpc urls --- .circleci/continue_config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 21112a654..a697c1bf4 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -270,10 +270,16 @@ workflows: matrix: parameters: chainid: [] # This list will be replaced by the generate_test_config.sh script + context: + - oplabs-rpc-urls - genesis-allocs-all-ok: requires: [] # This list will be replaced by the generate_test_config.sh script + context: + - oplabs-rpc-urls - golang-lint - golang-modules-tidy - golang-test - - golang-validate-modified + - golang-validate-modified: + context: + - oplabs-rpc-urls - check-codegen From 6e183c78f9401301b0ee30551024f9a48f69341e Mon Sep 17 00:00:00 2001 From: Samuel Stokes Date: Tue, 3 Sep 2024 15:56:25 -0400 Subject: [PATCH 2/2] circleci: add rpc context to hourly/nightly jobs --- .circleci/continue_config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index a697c1bf4..ebd8d8ab7 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -242,6 +242,7 @@ workflows: - golang-validate-all: context: - slack + - oplabs-rpc-urls - golang-test: context: - slack @@ -257,6 +258,7 @@ workflows: - golang-promotion-test: context: - slack + - oplabs-rpc-urls triggers: - schedule: cron: "0 0 * * *"