Skip to content

Commit 182a0d7

Browse files
authored
Cleanup legacy CI configuration (#1303)
Cleans up the docker files that were used to run CI jobs before the project switched to GitHub Actions.
1 parent 04397b7 commit 182a0d7

19 files changed

+36
-292
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
NVM_DIR=/usr/local/nvm
1818
CI=1
1919
linux_pre_build_command: . .github/workflows/scripts/setup-linux.sh
20-
linux_build_command: ./docker/test.sh
20+
linux_build_command: ./scripts/test.sh
2121
# Windows
2222
windows_env_vars: |
2323
CI=1
2424
VSCODE_TEST=1
2525
windows_pre_build_command: .github\workflows\scripts\windows\install-nodejs.ps1
26-
windows_build_command: docker\test-windows.ps1
26+
windows_build_command: scripts\test_windows.ps1
2727
enable_windows_docker: false
2828

2929
tests_insiders:
@@ -40,13 +40,13 @@ jobs:
4040
VSCODE_TEST=1
4141
VSCODE_VERSION=insiders
4242
linux_pre_build_command: . .github/workflows/scripts/setup-linux.sh
43-
linux_build_command: ./docker/test.sh
43+
linux_build_command: ./scripts/test.sh
4444
# Windows
4545
windows_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "nightly-6.0"}, {"swift_version": "nightly"}]'
4646
windows_env_vars: |
4747
CI=1
4848
VSCODE_TEST=1
4949
VSCODE_VERSION=insiders
5050
windows_pre_build_command: .github\workflows\scripts\windows\install-nodejs.ps1
51-
windows_build_command: docker\test-windows.ps1
51+
windows_build_command: scripts\test_windows.ps1
5252
enable_windows_docker: false

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
VSCODE_TEST=1
2020
FAST_TEST_RUN=${{ contains(github.event.pull_request.labels.*.name, 'full-test-run') && '0' || '1'}}
2121
linux_pre_build_command: . .github/workflows/scripts/setup-linux.sh
22-
linux_build_command: ./docker/test.sh
22+
linux_build_command: ./scripts/test.sh
2323
# Windows
2424
windows_exclude_swift_versions: '[{"swift_version": "nightly-6.0"},{"swift_version": "nightly"}]'
2525
windows_env_vars: |
2626
CI=1
2727
VSCODE_TEST=1
2828
FAST_TEST_RUN=${{ contains(github.event.pull_request.labels.*.name, 'full-test-run') && '0' || '1'}}
2929
windows_pre_build_command: .github\workflows\scripts\windows\install-nodejs.ps1
30-
windows_build_command: docker\test-windows.ps1
30+
windows_build_command: scripts\test_windows.ps1
3131
enable_windows_docker: false
3232

3333
soundness:

docker/Dockerfile

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

docker/docker-compose-nightly.yaml

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

docker/docker-compose.2004.56.yaml

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

docker/docker-compose.2004.57.yaml

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

docker/docker-compose.2004.58.yaml

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

docker/docker-compose.2204.510.yaml

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

docker/docker-compose.2204.59.yaml

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

docker/docker-compose.2204.60.insiders.yaml

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

0 commit comments

Comments
 (0)