Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Nov 17, 2023
1 parent a58756d commit 95aeb99
Show file tree
Hide file tree
Showing 181 changed files with 1,435 additions and 10,430 deletions.
2 changes: 0 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ dist
workers/generic-worker/generic-worker-*
workers/generic-worker/generic-worker
workers/generic-worker/testdata/Test*
tools/worker-runner/start-worker
tools/worker-runner/start-worker-*-*
tools/taskcluster-proxy/taskcluster-proxy
tools/taskcluster-proxy/target
tools/livelog/livelog
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ next-task-user.json
/workers/generic-worker/generic-worker
/workers/generic-worker/testdata/Test*
/workers/generic-worker/downloads
/tools/worker-runner/start-worker
/tools/worker-runner/start-worker-*-*
/tools/worker-runner/fake.exe

# generated by docker build process
/tools/taskcluster-proxy/target
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ This repository is used to develop, build, and release the Taskcluster services.
* [livelog](tools/livelog#readme)
* [taskcluster-proxy](tools/taskcluster-proxy#readme)
* [Websocktunnel](tools/websocktunnel#readme)
* [Worker Runner](tools/worker-runner#readme)
* [Runner / Worker Protocol](tools/workerproto#readme)
* [Taskcluster UI](ui#readme)
* [ui/src/components/CopyToClipboardListItem](ui/src/components/CopyToClipboardListItem#readme)
* [ui/src/components/DateDistance](ui/src/components/DateDistance#readme)
Expand Down
5 changes: 5 additions & 0 deletions changelog/issue-6228.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
audience: general
level: major
reference: issue 6228
---
Worker Runner has been removed to simplify deployment of Generic Worker and reduce complexity of workers.
5 changes: 2 additions & 3 deletions clients/client-go/tcworkermanager/types.go

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

2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ services:
restart: unless-stopped
volumes:
- ./docker/generic-worker-config.json:/etc/generic-worker/config.json
- ./docker/worker-runner-config.json:/etc/generic-worker/worker-runner.json
command: standalone
environment:
TASKCLUSTER_ROOT_URL: http://taskcluster
Expand All @@ -189,7 +188,6 @@ services:
restart: unless-stopped
volumes:
- ./docker/generic-worker-config.json:/etc/generic-worker/config.json
- ./docker/worker-runner-config.json:/etc/generic-worker/worker-runner.json
command: static
environment:
TASKCLUSTER_ROOT_URL: http://taskcluster
Expand Down
210 changes: 0 additions & 210 deletions generated/docs-search.json

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

0 comments on commit 95aeb99

Please sign in to comment.