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

Prepare 0.1.0 #1570

Merged
merged 2 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
78 changes: 60 additions & 18 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,26 @@
run: playbooks/system-test-commands-options.yaml

- job:
name: system-test-fedora-41-runtime-environment
description: Run Toolbx's runtime-environment system tests in Fedora 41
name: system-test-fedora-41-runtime-environment-arch-fedora
description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora 41
timeout: 6300
nodeset:
nodes:
- name: fedora-41
label: cloud-fedora-41
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test-runtime-environment.yaml
run: playbooks/system-test-runtime-environment-arch-fedora.yaml

- job:
name: system-test-fedora-41-runtime-environment-ubuntu
description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora 41
timeout: 6300
nodeset:
nodes:
- name: fedora-41
label: cloud-fedora-41
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test-runtime-environment-ubuntu.yaml

- job:
name: system-test-fedora-40-commands-options
Expand All @@ -115,15 +126,26 @@
run: playbooks/system-test-commands-options.yaml

- job:
name: system-test-fedora-40-runtime-environment
description: Run Toolbx's runtime-environment system tests in Fedora 40
name: system-test-fedora-40-runtime-environment-arch-fedora
description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora 40
timeout: 6300
nodeset:
nodes:
- name: fedora-40
label: cloud-fedora-40
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test-runtime-environment-arch-fedora.yaml

- job:
name: system-test-fedora-40-runtime-environment-ubuntu
description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora 40
timeout: 6300
nodeset:
nodes:
- name: fedora-40
label: cloud-fedora-40
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test-runtime-environment.yaml
run: playbooks/system-test-runtime-environment-ubuntu.yaml

- job:
name: system-test-fedora-39-commands-options
Expand All @@ -137,15 +159,26 @@
run: playbooks/system-test-commands-options.yaml

- job:
name: system-test-fedora-39-runtime-environment
description: Run Toolbx's runtime-environment system tests in Fedora 39
name: system-test-fedora-39-runtime-environment-arch-fedora
description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora 39
timeout: 6300
nodeset:
nodes:
- name: fedora-39
label: cloud-fedora-39
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test-runtime-environment.yaml
run: playbooks/system-test-runtime-environment-arch-fedora.yaml

- job:
name: system-test-fedora-39-runtime-environment-ubuntu
description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora 39
timeout: 6300
nodeset:
nodes:
- name: fedora-39
label: cloud-fedora-39
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test-runtime-environment-ubuntu.yaml

- project:
periodic:
Expand All @@ -154,11 +187,14 @@
- system-test-fedora-rawhide-runtime-environment-arch-fedora
- system-test-fedora-rawhide-runtime-environment-ubuntu
- system-test-fedora-41-commands-options
- system-test-fedora-41-runtime-environment
- system-test-fedora-41-runtime-environment-arch-fedora
- system-test-fedora-41-runtime-environment-ubuntu
- system-test-fedora-40-commands-options
- system-test-fedora-40-runtime-environment
- system-test-fedora-40-runtime-environment-arch-fedora
- system-test-fedora-40-runtime-environment-ubuntu
- system-test-fedora-39-commands-options
- system-test-fedora-39-runtime-environment
- system-test-fedora-39-runtime-environment-arch-fedora
- system-test-fedora-39-runtime-environment-ubuntu
check:
jobs:
- unit-test
Expand All @@ -168,11 +204,14 @@
- system-test-fedora-rawhide-runtime-environment-arch-fedora
- system-test-fedora-rawhide-runtime-environment-ubuntu
- system-test-fedora-41-commands-options
- system-test-fedora-41-runtime-environment
- system-test-fedora-41-runtime-environment-arch-fedora
- system-test-fedora-41-runtime-environment-ubuntu
- system-test-fedora-40-commands-options
- system-test-fedora-40-runtime-environment
- system-test-fedora-40-runtime-environment-arch-fedora
- system-test-fedora-40-runtime-environment-ubuntu
- system-test-fedora-39-commands-options
- system-test-fedora-39-runtime-environment
- system-test-fedora-39-runtime-environment-arch-fedora
- system-test-fedora-39-runtime-environment-ubuntu
gate:
jobs:
- unit-test
Expand All @@ -182,8 +221,11 @@
- system-test-fedora-rawhide-runtime-environment-arch-fedora
- system-test-fedora-rawhide-runtime-environment-ubuntu
- system-test-fedora-41-commands-options
- system-test-fedora-41-runtime-environment
- system-test-fedora-41-runtime-environment-arch-fedora
- system-test-fedora-41-runtime-environment-ubuntu
- system-test-fedora-40-commands-options
- system-test-fedora-40-runtime-environment
- system-test-fedora-40-runtime-environment-arch-fedora
- system-test-fedora-40-runtime-environment-ubuntu
- system-test-fedora-39-commands-options
- system-test-fedora-39-runtime-environment
- system-test-fedora-39-runtime-environment-arch-fedora
- system-test-fedora-39-runtime-environment-ubuntu
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Overview of changes in 0.1.0
============================

* Add ubuntu-toolbox image definitions for Ubuntu 24.10
* Optimize the CI on stable Fedora nodes
* Stop updating the ubuntu-toolbox images for Ubuntu 16.04 and 18.04
* Stop using slirp4netns(1) in the system tests
* Unbreak the downstream Fedora CI
* Unbreak the ubuntu-toolbox image build for Ubuntu 24.04
* Update fallback release to 40 for non-fedora hosts


Overview of changes in 0.0.99.6
===============================

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'toolbox',
'c',
version: '0.0.99.6',
version: '0.1.0',
license: 'ASL 2.0',
default_options: 'c_std=c99',
meson_version: '>= 0.58.0',
Expand Down
30 changes: 0 additions & 30 deletions playbooks/system-test-runtime-environment.yaml

This file was deleted.