circleci: run platformtest on both Ubuntu 22.04 and 24.04 (#919)
- Add `image` matrix parameter to the `platformtest` job so it runs on both `ubuntu-2204:current` and `ubuntu-2404:current` - Covers both current Ubuntu LTS releases for platform testing
This commit is contained in:
committed by
GitHub
parent
ed4547166a
commit
c393f35453
@@ -135,6 +135,7 @@ workflows:
|
|||||||
goversion: [*latest-go-release]
|
goversion: [*latest-go-release]
|
||||||
goos: ["linux"]
|
goos: ["linux"]
|
||||||
goarch: ["amd64"]
|
goarch: ["amd64"]
|
||||||
|
image: ["ubuntu-2204:current", "ubuntu-2404:current"]
|
||||||
requires:
|
requires:
|
||||||
- test-go
|
- test-go
|
||||||
- quickcheck-go-<< matrix.goarch >>-<< matrix.goos >>-<< matrix.goversion >>
|
- quickcheck-go-<< matrix.goarch >>-<< matrix.goos >>-<< matrix.goversion >>
|
||||||
@@ -238,8 +239,10 @@ jobs:
|
|||||||
type: string
|
type: string
|
||||||
goarch:
|
goarch:
|
||||||
type: string
|
type: string
|
||||||
|
image:
|
||||||
|
type: string
|
||||||
machine:
|
machine:
|
||||||
image: ubuntu-2204:current
|
image: <<parameters.image>>
|
||||||
resource_class: medium
|
resource_class: medium
|
||||||
environment:
|
environment:
|
||||||
GOOS: <<parameters.goos>>
|
GOOS: <<parameters.goos>>
|
||||||
|
|||||||
Reference in New Issue
Block a user