docker-worker
docker-worker copied to clipboard
Add a capability disableSeccomp to disable the seccomp system call filter.
This is required to run rr inside a container, as described here: https://github.com/mozilla/rr/wiki/Docker
I haven't been able to run the test locally, mocha says: "pending". I'm hoping it'll be run in CI.
No Taskcluster jobs started for this pull request
The `allowPullRequests` configuration for this repository (in `.taskcluster.yml` on the
default branch) does not allow starting tasks for this pull request.
It took a while but the tasks now run, it feels like disableSeccomp tasks are failing
@djmitche another one:
diff --git a/test/dockerworker.js b/test/dockerworker.js
index 8ed1eef8..7ef763d6 100644
--- a/test/dockerworker.js
+++ b/test/dockerworker.js
@@ -64,7 +64,7 @@ class DockerWorker {
global.asyncDump ? '--require /worker/src/lib/async-dump' : '',
'/worker/src/bin/worker.js',
'--host test',
- '--worker-group', 'random-local-worker',
+ '--worker-group', 'docker-worker',
'--worker-id', this.workerId,
'--provisioner-id', this.provisionerId,
'--worker-type', this.workerType,
Not my PR, but I pushed that change :)
Not my PR, but I pushed that change :)
Ops, I commented in the wrong PR, it actually applies to yours, sorry