From bdb56a40ffc35d2c41e542480c972377f1e8a66b Mon Sep 17 00:00:00 2001 From: David Fluck Date: Fri, 18 Oct 2024 14:41:42 -0400 Subject: [PATCH] chore: INFENG-922: use correct gh_team tag for infrastructure (#10077) Update gh_team: machine-user tag to be machine-users (plural), which is the correct value. --- .circleci/real_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/real_config.yml b/.circleci/real_config.yml index 6bb58268c78..25d5d0f4226 100644 --- a/.circleci/real_config.yml +++ b/.circleci/real_config.yml @@ -2827,7 +2827,7 @@ jobs: sudo apt-get install gettext sudo apt-get install iproute2 yes yes | PATH=$HOME/.local/bin:$PATH make slurmcluster \ - FLAGS="-c <> -w <> -l '{owner=\\\"determined_ci\\\", gh_team=\\\"machine-user\\\"}'" \ + FLAGS="-c <> -w <> -l '{owner=\\\"determined_ci\\\", gh_team=\\\"machine-users\\\"}'" \ TF_LOCK=false | tee output.log || circleci-agent step halt background: true