Skip to content

Commit 8a65c08

Browse files
authored
Merge pull request #744 from shiftstack/ci-gazpacho
CI: Add gazpacho, drop dalmatian
2 parents bbbce82 + 46e801d commit 8a65c08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17+
- name: "gazpacho"
18+
openstack_version: "stable/2026.1"
19+
ubuntu_version: "24.04"
1720
- name: "flamingo"
1821
openstack_version: "stable/2025.2"
1922
ubuntu_version: "24.04"
2023
- name: "epoxy"
2124
openstack_version: "stable/2025.1"
2225
ubuntu_version: "24.04"
23-
- name: "dalmatian"
24-
openstack_version: "stable/2024.2"
25-
ubuntu_version: "22.04"
2626
env:
2727
image_tag: virtual-registry.k-orc.cloud/ci:commit-${GITHUB_SHA::7}
2828

0 commit comments

Comments
 (0)