From c4fd32a26b034d2b61ca4b4dead33a0bab96306a Mon Sep 17 00:00:00 2001 From: Nagaraju Varaparla <110499593+nagavaraparla@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:50:43 -0500 Subject: [PATCH 1/2] Update CODEOWNERS to cmsi --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 4a860b54..05c3eba7 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,3 @@ # https://help.github.com/en/articles/about-code-owners -* @pantheon-systems/platform @pantheon-systems/platos +* @pantheon-systems/platform @pantheon-systems/cmsi From e5023bcf91012f43449fb913bba29d6ec7fdb044 Mon Sep 17 00:00:00 2001 From: Nagaraju Varaparla <110499593+nagavaraparla@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:05:10 -0500 Subject: [PATCH 2/2] Update config.yml Update circleci context for "test". --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8a867206..46ec64b0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -86,7 +86,9 @@ workflows: version: 2 primary: jobs: - - test + - test: + context: + - sig-go-release - release: context: - docker-executor-auth