Skip to content

Commit c9efe0c

Browse files
authored
Merge pull request #8335 from jandubois/remove-github-runner
Remove everything related to custom github runners
2 parents b0369fb + a515440 commit c9efe0c

File tree

28 files changed

+2
-1225
lines changed

28 files changed

+2
-1225
lines changed

.github/actions/spelling/excludes.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,8 @@ ignore$
9494
/translations/(?!en)
9595
^\Qpkg/rancher-desktop/router.js\E$
9696
(?:^|/)pkg/rancher-desktop/nuxt/
97-
^\Qsrc/disk-images/github-runner-linux/root/etc/sysconfig/network/ifcfg-\E
9897
^\Qsrc/go/nerdctl-stub/nerdctl_commands_generated.go\E$
99-
^\Q.github/workflows/config/.golangci.yaml\E$
98+
^\Q.golangci.yaml\E$
10099
^\Qsrc/go/networking/.golangci.yml\E$
101100
# Generated file
102101
^\Qpkg/rancher-desktop/assets/extension-data.yaml\E$

.github/workflows/github-runner-build-image.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/github-runner-monitor-build.yaml

Lines changed: 0 additions & 46 deletions
This file was deleted.

docs/development/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ask around!
66

77
[Information About Factory Reset](factory-reset.md)
88
[Feature Tracker](features.md)
9-
[GitHub Runner Setup](github-runner-setup.md)
109
[Tips for Working with OBS](obs.md)
1110
[Linux Release Process](linux-release-process.md)
1211
[Release Checklist](release-checklist.md)

docs/development/github-runner-setup.md

Lines changed: 0 additions & 113 deletions
This file was deleted.

go.work

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use (
66
./scripts
77
./src/go/docker-credential-none
88
./src/go/extension-proxy
9-
./src/go/github-runner-monitor
109
./src/go/guestagent
1110
./src/go/mock-wsl
1211
./src/go/nerdctl-stub

scripts/lint-go.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ async function goLangCILint(fix: boolean): Promise<boolean> {
8888

8989
const args = [
9090
'run', `github.com/golangci/golangci-lint/cmd/golangci-lint@v${ dependencyVersions['golangci-lint'] }`,
91-
'run', '--config=.github/workflows/config/.golangci.yaml',
92-
'--timeout=10m', '--verbose',
91+
'run', '--timeout=10m', '--verbose',
9392
];
9493
let success = true;
9594

src/disk-images/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/disk-images/github-runner-linux/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)