Skip to content

Commit

Permalink
Merge pull request #5590 from snyk/chore/ci-remove-eol-ubuntu-from-e2…
Browse files Browse the repository at this point in the history
…e-test-matrix

chore(ci): remove EOL ubuntu from e2e test matrix
  • Loading branch information
thisislawatts authored Nov 19, 2024
2 parents 8597aab + 060da1b commit 2182e5f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ executors:
- image: snyklabs/cli-build-arm64:20240814-161347
working_directory: /mnt/ramdisk/snyk
resource_class: arm.xlarge
linux-ubuntu-mantic-amd64:
docker:
- image: ubuntu:mantic
working_directory: /mnt/ramdisk/snyk
resource_class: medium
linux-ubuntu-jammy-amd64:
docker:
- image: ubuntu:jammy
Expand All @@ -90,11 +85,6 @@ executors:
- image: ubuntu:latest
working_directory: /mnt/ramdisk/snyk
resource_class: arm.medium
linux-ubuntu-mantic-arm64:
docker:
- image: ubuntu:mantic
working_directory: /mnt/ramdisk/snyk
resource_class: arm.medium
linux-ubuntu-jammy-arm64:
docker:
- image: ubuntu:jammy
Expand Down Expand Up @@ -802,11 +792,9 @@ workflows:
- 'win-server2022-amd64'
- 'macos-arm64'
- 'linux-ubuntu-latest-amd64'
- 'linux-ubuntu-mantic-amd64'
- 'linux-ubuntu-jammy-amd64'
- 'linux-ubuntu-focal-amd64'
- 'linux-ubuntu-latest-arm64'
- 'linux-ubuntu-mantic-arm64'
- 'linux-ubuntu-jammy-arm64'
- 'linux-ubuntu-focal-arm64'
- 'alpine'
Expand Down Expand Up @@ -863,11 +851,9 @@ workflows:
- e2e tests (win-server2022-amd64)
- e2e tests (macos-arm64)
- e2e tests (linux-ubuntu-latest-amd64)
- e2e tests (linux-ubuntu-mantic-amd64)
- e2e tests (linux-ubuntu-jammy-amd64)
- e2e tests (linux-ubuntu-focal-amd64)
- e2e tests (linux-ubuntu-latest-arm64)
- e2e tests (linux-ubuntu-mantic-arm64)
- e2e tests (linux-ubuntu-jammy-arm64)
- e2e tests (linux-ubuntu-focal-arm64)
- e2e tests (alpine)
Expand Down

0 comments on commit 2182e5f

Please sign in to comment.