Skip to content

Commit

Permalink
translations: upgrade generic worker and add some new development too…
Browse files Browse the repository at this point in the history
…ls to the worker image (#124)
  • Loading branch information
bhearsum authored Jan 24, 2024
1 parent 26d34f5 commit 9face9d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ for h in ${helpers_dir}/*.sh; do
. $h;
done

retry apt-get install -y parallel
retry apt-get install -y parallel tmux htop vim nano zstd screen curl git

# Do one final package cleanup, just in case.
apt-get autoremove -y --purge
12 changes: 12 additions & 0 deletions scripts/translations-worker-requirements/02-gcp-ops-agent.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

set -exv

# init helpers
helpers_dir=${MONOPACKER_HELPERS_DIR:-"/etc/monopacker/scripts"}
for h in ${helpers_dir}/*.sh; do
. $h;
done

retry curl -sSO https://dl.google.com/cloudagents/add-google-cloud-ops-agent-repo.sh
bash add-google-cloud-ops-agent-repo.sh --also-install
2 changes: 1 addition & 1 deletion template/vars/taskcluster_version_translations.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This defines the current Taskcluster version, the default version for worker-runner and workers.
env_vars:
TASKCLUSTER_VERSION: 59.1.3
TASKCLUSTER_VERSION: 60.1.2

0 comments on commit 9face9d

Please sign in to comment.