From 772ce810f701431685453dd476b822fc5e3db00d Mon Sep 17 00:00:00 2001 From: Pete Moore Date: Mon, 27 Jan 2025 11:29:27 +0100 Subject: [PATCH 1/3] Add proj-taskcluster dev worker pools for local testing --- config/projects/taskcluster.yml | 46 +++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/config/projects/taskcluster.yml b/config/projects/taskcluster.yml index 39875015..ff12fe3a 100644 --- a/config/projects/taskcluster.yml +++ b/config/projects/taskcluster.yml @@ -61,6 +61,52 @@ taskcluster: lifecycle: reregistrationTimeout: 2592000 # 30 days + gw-dev-windows: + cloud: static + description: Typically developer (Windows) machines that can be used for testing features, + where a user has physical access to the machine, and probably set it up as a worker + directly themselves. + emailOnError: true + imageset: generic-worker + lifecycle: + reregistrationTimeout: 2592000 # 30 days + owner: taskcluster-notifications+workers@mozilla.com + workerConfig: + genericWorker: + config: + ed25519SigningKeyLocation: C:\generic-worker\generic-worker-ed25519-signing-key.key + idleTimeoutSecs: 3600 + livelogExecutable: C:\generic-worker\livelog.exe + sentryProject: generic-worker + shutdownMachineOnIdle: false + shutdownMachineOnInternalError: false + taskclusterProxyExecutable: C:\generic-worker\taskcluster-proxy.exe + wstAudience: communitytc + wstServerURL: https://community-websocktunnel.services.mozilla.com + + gw-dev-ubuntu: + cloud: static + description: Typically developer (Ubuntu) machines that can be used for testing features, + where a user has physical access to the machine, and probably set it up as a worker + directly themselves. + emailOnError: true + imageset: generic-worker + lifecycle: + reregistrationTimeout: 2592000 # 30 days + owner: taskcluster-notifications+workers@mozilla.com + workerConfig: + genericWorker: + config: + ed25519SigningKeyLocation: /etc/generic-worker/ed25519_key + idleTimeoutSecs: 3600 + livelogExecutable: /usr/local/bin/livelog + sentryProject: generic-worker + shutdownMachineOnIdle: false + shutdownMachineOnInternalError: false + taskclusterProxyExecutable: /usr/local/bin/taskcluster-proxy + wstAudience: communitytc + wstServerURL: https://community-websocktunnel.services.mozilla.com + gw-ci-ubuntu-24-04: owner: taskcluster-notifications+workers@mozilla.com emailOnError: true From ccee5bb7ff2165da125d811f1e7f6c34a7cc701b Mon Sep 17 00:00:00 2001 From: Pete Moore Date: Mon, 27 Jan 2025 12:17:07 +0100 Subject: [PATCH 2/3] fix? --- config/projects/taskcluster.yml | 40 +++++++++++++++------------------ 1 file changed, 18 insertions(+), 22 deletions(-) diff --git a/config/projects/taskcluster.yml b/config/projects/taskcluster.yml index ff12fe3a..669c844d 100644 --- a/config/projects/taskcluster.yml +++ b/config/projects/taskcluster.yml @@ -72,17 +72,15 @@ taskcluster: reregistrationTimeout: 2592000 # 30 days owner: taskcluster-notifications+workers@mozilla.com workerConfig: - genericWorker: - config: - ed25519SigningKeyLocation: C:\generic-worker\generic-worker-ed25519-signing-key.key - idleTimeoutSecs: 3600 - livelogExecutable: C:\generic-worker\livelog.exe - sentryProject: generic-worker - shutdownMachineOnIdle: false - shutdownMachineOnInternalError: false - taskclusterProxyExecutable: C:\generic-worker\taskcluster-proxy.exe - wstAudience: communitytc - wstServerURL: https://community-websocktunnel.services.mozilla.com + ed25519SigningKeyLocation: C:\generic-worker\generic-worker-ed25519-signing-key.key + idleTimeoutSecs: 3600 + livelogExecutable: C:\generic-worker\livelog.exe + sentryProject: generic-worker + shutdownMachineOnIdle: false + shutdownMachineOnInternalError: false + taskclusterProxyExecutable: C:\generic-worker\taskcluster-proxy.exe + wstAudience: communitytc + wstServerURL: https://community-websocktunnel.services.mozilla.com gw-dev-ubuntu: cloud: static @@ -95,17 +93,15 @@ taskcluster: reregistrationTimeout: 2592000 # 30 days owner: taskcluster-notifications+workers@mozilla.com workerConfig: - genericWorker: - config: - ed25519SigningKeyLocation: /etc/generic-worker/ed25519_key - idleTimeoutSecs: 3600 - livelogExecutable: /usr/local/bin/livelog - sentryProject: generic-worker - shutdownMachineOnIdle: false - shutdownMachineOnInternalError: false - taskclusterProxyExecutable: /usr/local/bin/taskcluster-proxy - wstAudience: communitytc - wstServerURL: https://community-websocktunnel.services.mozilla.com + ed25519SigningKeyLocation: /etc/generic-worker/ed25519_key + idleTimeoutSecs: 3600 + livelogExecutable: /usr/local/bin/livelog + sentryProject: generic-worker + shutdownMachineOnIdle: false + shutdownMachineOnInternalError: false + taskclusterProxyExecutable: /usr/local/bin/taskcluster-proxy + wstAudience: communitytc + wstServerURL: https://community-websocktunnel.services.mozilla.com gw-ci-ubuntu-24-04: owner: taskcluster-notifications+workers@mozilla.com From 46e8c7689a003764d7481eaeef321dd88dba0318 Mon Sep 17 00:00:00 2001 From: Pete Moore Date: Mon, 27 Jan 2025 12:18:46 +0100 Subject: [PATCH 3/3] Revert "fix?" This reverts commit 332995404976e21338e30c139aea355d022930f4. --- config/projects/taskcluster.yml | 40 ++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/config/projects/taskcluster.yml b/config/projects/taskcluster.yml index 669c844d..ff12fe3a 100644 --- a/config/projects/taskcluster.yml +++ b/config/projects/taskcluster.yml @@ -72,15 +72,17 @@ taskcluster: reregistrationTimeout: 2592000 # 30 days owner: taskcluster-notifications+workers@mozilla.com workerConfig: - ed25519SigningKeyLocation: C:\generic-worker\generic-worker-ed25519-signing-key.key - idleTimeoutSecs: 3600 - livelogExecutable: C:\generic-worker\livelog.exe - sentryProject: generic-worker - shutdownMachineOnIdle: false - shutdownMachineOnInternalError: false - taskclusterProxyExecutable: C:\generic-worker\taskcluster-proxy.exe - wstAudience: communitytc - wstServerURL: https://community-websocktunnel.services.mozilla.com + genericWorker: + config: + ed25519SigningKeyLocation: C:\generic-worker\generic-worker-ed25519-signing-key.key + idleTimeoutSecs: 3600 + livelogExecutable: C:\generic-worker\livelog.exe + sentryProject: generic-worker + shutdownMachineOnIdle: false + shutdownMachineOnInternalError: false + taskclusterProxyExecutable: C:\generic-worker\taskcluster-proxy.exe + wstAudience: communitytc + wstServerURL: https://community-websocktunnel.services.mozilla.com gw-dev-ubuntu: cloud: static @@ -93,15 +95,17 @@ taskcluster: reregistrationTimeout: 2592000 # 30 days owner: taskcluster-notifications+workers@mozilla.com workerConfig: - ed25519SigningKeyLocation: /etc/generic-worker/ed25519_key - idleTimeoutSecs: 3600 - livelogExecutable: /usr/local/bin/livelog - sentryProject: generic-worker - shutdownMachineOnIdle: false - shutdownMachineOnInternalError: false - taskclusterProxyExecutable: /usr/local/bin/taskcluster-proxy - wstAudience: communitytc - wstServerURL: https://community-websocktunnel.services.mozilla.com + genericWorker: + config: + ed25519SigningKeyLocation: /etc/generic-worker/ed25519_key + idleTimeoutSecs: 3600 + livelogExecutable: /usr/local/bin/livelog + sentryProject: generic-worker + shutdownMachineOnIdle: false + shutdownMachineOnInternalError: false + taskclusterProxyExecutable: /usr/local/bin/taskcluster-proxy + wstAudience: communitytc + wstServerURL: https://community-websocktunnel.services.mozilla.com gw-ci-ubuntu-24-04: owner: taskcluster-notifications+workers@mozilla.com