Skip to content

Run regression tests as part of release workflow#1486

Merged
troglobit merged 1 commit intomainfrom
release-tests
Apr 30, 2026
Merged

Run regression tests as part of release workflow#1486
troglobit merged 1 commit intomainfrom
release-tests

Conversation

@troglobit
Copy link
Copy Markdown
Contributor

Description

Add an x86_64 regression test job to release.yml that runs after the build and gates publishing — the release job now requires both build and test to succeed.

Fixes #1392

Checklist

Tick relevant boxes, this PR is-a or has-a:

  • Bugfix
    • Regression tests
    • ChangeLog updates (for next release)
  • Feature
    • YANG model change => revision updated?
    • Regression tests added?
    • ChangeLog updates (for next release)
    • Documentation added?
  • Test changes
    • Checked in changed Readme.adoc (make test-spec)
    • Added new test to group Readme.adoc and yaml file
  • Code style update (formatting, renaming)
  • Refactoring (please detail in commit messages)
  • Build related changes
  • Documentation content changes
    • ChangeLog updated (for major changes)
  • Other (please describe): releng

Add an x86_64 regression test job to release.yml that runs after the
build and gates publishing — the release job now requires both build
and test to succeed.

Update test.yml's artifact restore step to use a glob so it handles
both the unversioned CI artifact name (infix-x86_64.tar.gz) and the
versioned release artifact name (infix-x86_64-26.04.0.tar.gz).

Fixes #1392

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
@troglobit troglobit requested a review from mattiaswal April 30, 2026 11:47
@troglobit troglobit merged commit 3d1d735 into main Apr 30, 2026
9 checks passed
@troglobit troglobit deleted the release-tests branch April 30, 2026 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add automated release tests for RC and GA builds

2 participants