You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then a tag needs to be added to the buildkite-agent.cfg file (for example, when buildkite is installed with a system package manager the default configuration file is located at /etc/buildkite-agent.cfg). We use two tags (for example):
tags="queue=Oceananigans,architecture=GPU"
Note that you may not be able to use a space after the comma between two tags. We also set the number of agents via the spawn keyword.
To start the buildkite agent as a system process, type
sudo systemctl start buildkite-agent
To stop a buildkite agent running as a system process, type
sudo systemctl stop buildkite-agent
Alternatively, buildkite-agent can be run in the background via tmux or screen.
When buildkite-agent is run as a system process, their status is viewed by typing
This discussion was converted from issue #1046 on March 22, 2023 15:38.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The first step is to install the
buildkite-agent
utility on the local machine:https://buildkite.com/organizations/clima/agents
Then a tag needs to be added to the
buildkite-agent.cfg
file (for example, when buildkite is installed with a system package manager the default configuration file is located at/etc/buildkite-agent.cfg
). We use two tags (for example):Note that you may not be able to use a space after the comma between two tags. We also set the number of agents via the
spawn
keyword.To start the buildkite agent as a system process, type
To stop a buildkite agent running as a system process, type
Alternatively,
buildkite-agent
can be run in the background viatmux
orscreen
.When
buildkite-agent
is run as a system process, their status is viewed by typingBeta Was this translation helpful? Give feedback.
All reactions