Skip to content

Add gazpacho CI jobs, drop caracal and flamingo/master 22.04 jobs #107

Add gazpacho CI jobs, drop caracal and flamingo/master 22.04 jobs

Add gazpacho CI jobs, drop caracal and flamingo/master 22.04 jobs #107

Workflow file for this run

name: with-defaults
on:
pull_request:
schedule:
- cron: '0 8 * * 0'
jobs:
with_defaults:
strategy:
fail-fast: false
matrix:
name: ["master"]
openstack_version: ["master"]
ubuntu_version: ["24.04"]
include:
- name: "gazpacho"
openstack_version: "stable/2026.1"
ubuntu_version: "24.04"
- name: "flamingo"
openstack_version: "stable/2025.2"
ubuntu_version: "24.04"
- name: "epoxy-24.04"
openstack_version: "stable/2025.1"
ubuntu_version: "24.04"
- name: "epoxy-22.04"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
- name: "dalmatian-24.04"
openstack_version: "stable/2024.2"
ubuntu_version: "24.04"
- name: "dalmatian-22.04"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: A job to deploy devstack with defaults
steps:
- name: Checkout devstack-action
uses: actions/checkout@v4
- name: Deploy devstack
uses: ./
with:
branch: ${{ matrix.openstack_version }}
enabled_services: 'openstack-cli-server'
- name: Upload logs artifacts on failure
if: failure()
uses: actions/upload-artifact@v4
with:
name: functional-basic-${{ matrix.name }}
path: /tmp/devstack-logs/*