Skip to content

Commit d301ef3

Browse files
committed
Remove all of the platform def environment variables to force auto-detection coverage
1 parent afbd797 commit d301ef3

File tree

7 files changed

+0
-28
lines changed

7 files changed

+0
-28
lines changed

docker/docker-compose.1804.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ services:
1010

1111
test:
1212
image: swiftly:18.04-test
13-
environment:
14-
- SWIFTLY_PLATFORM_NAME=ubuntu1804
15-
- SWIFTLY_PLATFORM_NAME_FULL=ubuntu18.04
16-
- SWIFTLY_PLATFORM_NAME_PRETTY="Ubuntu 18.04"
1713

1814
install-test-setup:
1915
image: swiftly:18.04-install-test

docker/docker-compose.2004.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ services:
1010

1111
test:
1212
image: swiftly:20.04-test
13-
environment:
14-
- SWIFTLY_PLATFORM_NAME=ubuntu2004
15-
- SWIFTLY_PLATFORM_NAME_FULL=ubuntu20.04
16-
- SWIFTLY_PLATFORM_NAME_PRETTY="Ubuntu 20.04"
1713

1814
install-test-setup:
1915
image: swiftly:20.04-install-test

docker/docker-compose.2204.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ services:
1010

1111
test:
1212
image: swiftly:22.04-test
13-
environment:
14-
- SWIFTLY_PLATFORM_NAME=ubuntu2204
15-
- SWIFTLY_PLATFORM_NAME_FULL=ubuntu22.04
16-
- SWIFTLY_PLATFORM_NAME_PRETTY="Ubuntu 22.04"
1713

1814
install-test-setup:
1915
image: swiftly:22.04-install-test

docker/docker-compose.2310.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ services:
1010

1111
test:
1212
image: swiftly:23.10-test
13-
environment:
14-
- SWIFTLY_PLATFORM_NAME=ubuntu2310
15-
- SWIFTLY_PLATFORM_NAME_FULL=ubuntu23.10
16-
- SWIFTLY_PLATFORM_NAME_PRETTY="Ubuntu 23.10"
1713

1814
install-test-setup:
1915
image: swiftly:23.10-install-test

docker/docker-compose.2404.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ services:
1010

1111
test:
1212
image: swiftly:24.04-test
13-
environment:
14-
- SWIFTLY_PLATFORM_NAME=ubuntu2404
15-
- SWIFTLY_PLATFORM_NAME_FULL=ubuntu24.04
16-
- SWIFTLY_PLATFORM_NAME_PRETTY="Ubuntu 24.04"
1713

1814
install-test-setup:
1915
image: swiftly:24.04-install-test

docker/docker-compose.amazonlinux2.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ services:
1212

1313
test:
1414
image: swiftly:amazonlinux2-test
15-
environment:
16-
- SWIFTLY_PLATFORM_NAME=amazonlinux2
17-
- SWIFTLY_PLATFORM_NAME_FULL=amazonlinux2
18-
- SWIFTLY_PLATFORM_NAME_PRETTY="Amazon Linux 2"
1915

2016
install-test-setup:
2117
image: swiftly:amazonlinux2-install-test

docker/docker-compose.ubi9.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ services:
1212

1313
test:
1414
image: swiftly:ubi9-test
15-
environment:
16-
- SWIFTLY_PLATFORM_NAME=ubi9
17-
- SWIFTLY_PLATFORM_NAME_FULL=ubi9
18-
- SWIFTLY_PLATFORM_NAME_PRETTY="Red Hat Enterprise Linux 9"
1915

2016
install-test-setup:
2117
image: swiftly:ubi9-install-test

0 commit comments

Comments
 (0)