Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publishing our Windows dropgz version in linux dropgz manifest #2218

Merged
merged 5 commits into from
Sep 15, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion .pipelines/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,21 @@ stages:
arch: amd64
name: cni-dropgz-test
os: linux
cni_dropgz_windows2019_amd64:
arch: amd64
name: cni-dropgz
os: windows
os_version: ltsc2019
cni_dropgz_test_windows2019_amd64:
arch: amd64
name: cni-dropgz-test
os: windows
os_version: ltsc2019
cni_dropgz_windows2022_amd64:
arch: amd64
name: cni-dropgz
os: windows
os_version: ltsc2022
cni_dropgz_test_windows2022_amd64:
arch: amd64
name: cni-dropgz-test
Expand Down Expand Up @@ -281,7 +296,8 @@ stages:
matrix:
cni_dropgz:
name: cni-dropgz
platforms: linux/amd64 linux/arm64
os_version: ltsc2019 ltsc2022
platforms: linux/amd64 linux/amd64 windows/amd64
cni_dropgz_test:
name: cni-dropgz-test
platforms: linux/amd64 linux/arm64 windows/amd64
Expand Down