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

Add testing of release artifacts before publish on release workflows in each package repo #30

Closed
6 tasks done
zachariahmiller opened this issue Mar 20, 2024 · 0 comments
Assignees

Comments

@zachariahmiller
Copy link
Contributor

zachariahmiller commented Mar 20, 2024

Describe what should be investigated or refactored

Currently, we test artifacts before creating a release and then upon creating a release we build them again and then publish without testing. This can cause an issue where we could pull in (for example) a bad, updated registry1 image and we cant have absolute confidence the published artifact works. This issue will be to update the flow on release as follows:

Create Release -> build packages supporting the release -> test the built packages by deploying them -> on successful deploy, publish the artifacts to OCI.

The below task list represents each repo where this will need to be implemented.

@ericwyles ericwyles self-assigned this May 30, 2024
ericwyles added a commit to defenseunicorns/uds-package-sonarqube that referenced this issue Jun 12, 2024
## Description

- Add pre release testing
- Add build and test on arm64 runner for arm64 arch, moving arch to the
github workflow matrix
- Update to latest uds-common
- Change registry1 sonarqube community image to more stable image ref
- Update to latest postgres operator for arm64 support

## Related Issue

Fixes #84 
Relates to
#defenseunicorns/uds-software-factory#30

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)

## Checklist before merging

- [ ] Test, docs, adr added or updated as needed
- [ ] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-package-sonarqube/blob/main/CONTRIBUTING.md#developer-workflow)
followed
@ericwyles ericwyles reopened this Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants