Skip to content

Commit

Permalink
docker-worker: update worker-runner to 58.0.2 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
aerickson authored Jan 11, 2024
1 parent 6423da2 commit 26d34f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ output-vagrant*

### Secrets ###
real_secrets.yaml
**/*secret*.yaml

# Python cache
*.pyc
Expand Down
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.

3 changes: 3 additions & 0 deletions template/vars/ub1804-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ env_vars:
# The fs-ext package that comes with the node version bundled required a GLIBC version higher than what ships with Ubuntu 18.04 and there is no proper way around this.
TASKCLUSTER_VERSION: 38.0.5

# use newer worker runner (we need fixes in it)
WORKER_RUNNER_VERSION: 58.0.2

# With Ubuntu 18.04 on GCP (for Firefox CI), for some reason (tracking in Bug 1809906 / RELOPS-356) when installing the loopback package we fail to load this later down the line when creating workers.
# However, building the loopback module from source does make it function correctly as it always used to.
BUILD_V4L2LOOPBACK: true

0 comments on commit 26d34f5

Please sign in to comment.