Skip to content

Commit

Permalink
chore(ci): remove EOL ubuntu from e2e test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislawatts authored and PeterSchafer committed Nov 21, 2024
1 parent 418c1a8 commit 5a0ce39
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:20241015-082358
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 5a0ce39

Please sign in to comment.