Skip to content

Commit

Permalink
Install agent
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka authored Sep 4, 2023
1 parent 86d80c8 commit aa1df20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildbot/start_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ mountpoint /tmp || mount -o nosuid -t tmpfs tmpfs /tmp || $ON_ERROR

${SCRIPT_DIR}/install_deps.sh

# Optional, ingore if it fails.
curl -sSO https://dl.google.com/cloudagents/add-google-cloud-ops-agent-repo.sh
bash add-google-cloud-ops-agent-repo.sh --also-install

mkdir -p $BOT_DIR
if lsblk /dev/nvme0n2 ; then
# Format and mount scratch drive.
Expand Down

0 comments on commit aa1df20

Please sign in to comment.