summaryrefslogtreecommitdiffstats
path: root/.github/workflows/packaging.yml
AgeCommit message (Expand)Author
2022-12-09ci: fix cgroup-parent name in packaging (#14118)Ilya Mashchenko
2022-12-02Update workflows to use $GITHUB_OUTPUT instead of ::set-output:: (#13960)Austin S. Hemmelgarn
2022-10-18Change CI trigger label prefix from `ci/` to `run-ci/`. (#13849)Austin S. Hemmelgarn
2022-10-18Use PR label to trigger full packaging CI instead of PR body contents. (#13839)Austin S. Hemmelgarn
2022-08-31Temporary fix for command injection vulnerability in GHA workflow. (#13600)Austin S. Hemmelgarn
2022-07-06Explicitly skip uploads and notifications in third-party repositories. (#13308)Austin S. Hemmelgarn
2022-06-30Assorted cleanups for new package infrastructure upload support. (#13270)Austin S. Hemmelgarn
2022-06-30Fix package build filtering on PRs. (#13267)Austin S. Hemmelgarn
2022-06-28Upload packages to new self-hosted repository infrastructure. (#13240)Austin S. Hemmelgarn
2022-06-28Implement PackageCloud cleanup (#13236)maneamarius
2022-05-12chore(deps): bump docker/setup-qemu-action from 1 to 2 (#12849)dependabot[bot]
2022-05-07Save built packages in CI before testing them. (#12842)Austin S. Hemmelgarn
2022-04-13chore(deps): bump actions/upload-artifact from 2 to 3 (#12645)dependabot[bot]
2022-03-16Sanely handle very large PR bodies in package build CI matrix generation. (#1...Austin S. Hemmelgarn
2022-03-16Fix packaging CI failure notifications to actually report _all_ steps. (#12394)Austin S. Hemmelgarn
2022-03-11Fix version handling issues in release workflow. (#12375)Austin S. Hemmelgarn
2022-03-09Fix string handling for Slack CI notification bodies. (#12235)Austin S. Hemmelgarn
2022-03-07Bump actions/checkout from 2 to 3 (#12330)dependabot[bot]
2022-02-24Fix handling of repository name in CI workflows. (#12234)Austin S. Hemmelgarn
2022-02-23Assorted CI cleanup. (#11777)Austin S. Hemmelgarn
2022-02-21Properly check out the repo when running the packaging workflow on push. (#12...Austin S. Hemmelgarn
2022-02-21Update packaging CI to only run a limited set of jobs on PRs. (#12156)Austin S. Hemmelgarn
2022-02-16Consolidate build matrix across CI jobs. (#11807)Austin S. Hemmelgarn
2022-02-15rename DO_NOT_TRACK to DISABLE_TELEMETRY (#12126)Ilya Mashchenko
2022-02-01Replace CentOS 8 with RockyLinux 8 in CI and package builds. (#11801)Austin S. Hemmelgarn
2022-01-04Remove Ubuntu 21.04 from CI and packaging. (#11851)Austin S. Hemmelgarn
2021-12-01Remove OpenSUSE Leap 15.2 from CI. (#11600)Austin S. Hemmelgarn
2021-12-01Remove Fedora 33 from CI. (#11640)Austin S. Hemmelgarn
2021-11-17Add Oracle Linux 8 to CI and package builds. (#11776)Austin S. Hemmelgarn
2021-11-03Add Fedora 35 to CI. (#11641)Austin S. Hemmelgarn
2021-10-29Make package builds more resilient against network issues. (#11731)Austin S. Hemmelgarn
2021-10-15Add Ubuntu 21.10 to CI. (#11585)Austin S. Hemmelgarn
2021-10-13Add concurency limits on GHA workflows. (#11656)Austin S. Hemmelgarn
2021-10-04Added ARM binary package builds to CI. (#10769)Austin S. Hemmelgarn
2021-09-27Add archive uploads for dist, package build, and static build checks. (#11534)Austin S. Hemmelgarn
2021-09-27Clean up YAML files in the repository. (#11570)Austin S. Hemmelgarn
2021-09-23Remove Ubuntu 16.04 from CI. (#11556)Austin S. Hemmelgarn
2021-08-18Add Debian 11 (Bullseye) to CI. (#11334)Austin S. Hemmelgarn
2021-08-11Properly handle reuploads of packages to PackageCloud. (#11427)Austin S. Hemmelgarn
2021-07-22Remove Ubuntu 20.10 from CI checks. (#11265)Austin S. Hemmelgarn
2021-06-22Add openSUSE 15.3 package builds. (#11259)Austin S. Hemmelgarn
2021-06-15Disable telemetry in CI. (#11233)Austin S. Hemmelgarn
2021-05-25Remove Fedora 32 from CI. (#11143)Austin S. Hemmelgarn
2021-04-29Limit maximum concurrent CI jobs to avoid blocking other CI. (#11057)Austin S. Hemmelgarn
2021-04-05Properly handle binary package reuplods. (#10878)Austin S. Hemmelgarn
2021-03-25Fix handling of binary package uploads. (#10860)Austin S. Hemmelgarn
2021-03-23Properly reference the distro-ID parsing script for package uploads. (#10840)Austin S. Hemmelgarn
2021-03-22Fix name of PackageCLoud API token secret in workflows. (#10828)Austin S. Hemmelgarn
2021-03-22Added Ubuntu 21.04 and Fedora 34 to our CI checks and binary package builds. ...Austin S. Hemmelgarn
2021-03-19Fix handling of nightly and release packages in GHA workflows. (#10819)Austin S. Hemmelgarn