Skip to content

Commit

Permalink
CI: new versions of OpenStack & periodic jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilienM committed Jan 28, 2025
1 parent e82a9cb commit 339fa06
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/workflows/with-defaults.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
on:
- pull_request
- push
- schedule:
- cron: '0 8 * * 0'

jobs:
with_defaults:
Expand All @@ -11,15 +13,22 @@ jobs:
openstack_version: ["master"]
ubuntu_version: ["22.04"]
include:
- name: "master"
openstack_version: "master"
ubuntu_version: "22.04"
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
additional_services: "openstack-cli-server"
- name: "caracal"
openstack_version: "stable/2024.1"
ubuntu_version: "22.04"
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
- name: "antelope"
openstack_version: "stable/2023.1"
ubuntu_version: "22.04"
- name: "zed"
openstack_version: "stable/zed"
ubuntu_version: "20.04"
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: A job to deploy devstack with defaults
steps:
Expand All @@ -29,6 +38,7 @@ jobs:
uses: ./
with:
branch: ${{ matrix.openstack_version }}
enabled_services: '${{ matrix.additional_services }}'
- name: Upload logs artifacts on failure
if: failure()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 339fa06

Please sign in to comment.