Skip to content

[CI/CD] Release Updater#1397

Merged
sean-breen merged 33 commits intomainfrom
workflow-release-updater
Nov 26, 2025
Merged

[CI/CD] Release Updater#1397
sean-breen merged 33 commits intomainfrom
workflow-release-updater

Conversation

@sean-breen
Copy link
Contributor

@sean-breen sean-breen commented Nov 19, 2025

Proposed changes

Modifies the release workflows to make it easier to configure and hopefully easier to troubleshot if needed.

Release Agent workflow

  • When drafting a release, add a warning to not squash commits when merging back the release branch
  • input options have been re-arranged to be a little clearer and add some defaults to the descriptions.
image

Publish Release Assets workflow

Gathers the signed release packages from our official package repository, and publishes to GitHub release and Azure blob storage (if requested).

  • Move the package preparation logic into the scripts/packages/package-check.sh script.

package-check.sh

  • Modify configuration of download paths to be easier to add/remove paths when new OS versions are added/removed.

@codecov
Copy link

codecov bot commented Nov 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.38%. Comparing base (db165d2) to head (e696118).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1397      +/-   ##
==========================================
+ Coverage   86.27%   86.38%   +0.10%     
==========================================
  Files         102      102              
  Lines       12622    12622              
==========================================
+ Hits        10890    10903      +13     
+ Misses       1253     1238      -15     
- Partials      479      481       +2     

see 6 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db165d2...e696118. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sean-breen sean-breen marked this pull request as ready for review November 19, 2025 15:15
@sean-breen sean-breen requested a review from a team as a code owner November 19, 2025 15:15
@sean-breen sean-breen requested a review from dhurley November 21, 2025 12:35
@sean-breen sean-breen merged commit 540ed2f into main Nov 26, 2025
39 checks passed
@sean-breen sean-breen deleted the workflow-release-updater branch November 26, 2025 15:45
Akshay2191 pushed a commit that referenced this pull request Dec 18, 2025
* add write permission

* add write permission

* write to release branch in Azure

* list releases

* add new oses

* [skip ci] add freebsd packages to uris if requested version is v2.x

* [skip ci] remove comment

* update handling of FreeBSD pakcages for v2 releases

* update regex

* recreate tarball for upload to Azure

* upload tarball with other packages to Azure

* fix upload of tarball

* [skip ci] Add azure path when uloading tarball

* [skip ci] fix tarball structure

* [skip ci] Tidy up paths in log, try simplify the configuration

* [skip ci] add missing commands

* [skip ci] remove azure upload and cleanup action inputs format

* [skip ci] fix typo, use secret for artifactory url

* [skip ci] set upload default to false

* [skip ci] tidy defaults and descriptions

* [skip ci] update descriptions with examples

* [skip ci] add warning to not squash commits when merging releases

* [skip-ci] suppress gpg key output in make target

* Remove job, deps already installed in previous step

* fix deb package formact for github assets

* [skip ci] sort list when displaying packages

* fix paths for FreeBSD pkgs when version 2.x

* re-enable workflow
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.

3 participants