Skip to content

Commit

Permalink
chore: INFENG-922: use correct gh_team tag for infrastructure (#10077)
Browse files Browse the repository at this point in the history
Update gh_team: machine-user tag to be machine-users (plural), which is
the correct value.
  • Loading branch information
davidfluck-hpe authored Oct 18, 2024
1 parent 91e358a commit bdb56a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<parameters.container-run-type>> -w <<parameters.workload-manager>> -l '{owner=\\\"determined_ci\\\", gh_team=\\\"machine-user\\\"}'" \
FLAGS="-c <<parameters.container-run-type>> -w <<parameters.workload-manager>> -l '{owner=\\\"determined_ci\\\", gh_team=\\\"machine-users\\\"}'" \
TF_LOCK=false | tee output.log || circleci-agent step halt
background: true

Expand Down

0 comments on commit bdb56a4

Please sign in to comment.