We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbbce82 + 46e801d commit 8a65c08Copy full SHA for 8a65c08
.github/workflows/e2e.yaml
@@ -14,15 +14,15 @@ jobs:
14
fail-fast: false
15
matrix:
16
include:
17
+ - name: "gazpacho"
18
+ openstack_version: "stable/2026.1"
19
+ ubuntu_version: "24.04"
20
- name: "flamingo"
21
openstack_version: "stable/2025.2"
22
ubuntu_version: "24.04"
23
- name: "epoxy"
24
openstack_version: "stable/2025.1"
25
- - name: "dalmatian"
- openstack_version: "stable/2024.2"
- ubuntu_version: "22.04"
26
env:
27
image_tag: virtual-registry.k-orc.cloud/ci:commit-${GITHUB_SHA::7}
28
0 commit comments