Skip to content

Commit

Permalink
Fix CRI runner name collision
Browse files Browse the repository at this point in the history
Signed-off-by: Shyam Jesal <s.jesalpura@gmail.com>
  • Loading branch information
shyamjesal committed Mar 25, 2021
1 parent d39a23a commit 6d49d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github_runner/start_runners.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ do
./config.sh \
--url "${_SHORT_URL}" \
--token "${RUNNER_TOKEN}" \
--name "cri-test-github-runner-${number}-control-plane" \
--name "cri-test-github-runner-${HOSTNAME}-${number}" \
--work "/root/_work" \
--labels "cri" \
--unattended \
Expand Down

0 comments on commit 6d49d40

Please sign in to comment.