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 workflow #84

Closed
Tracked by #30
ericwyles opened this issue Jun 3, 2024 · 0 comments · Fixed by #87
Closed
Tracked by #30

Add testing of release artifacts before publish on release workflow #84

ericwyles opened this issue Jun 3, 2024 · 0 comments · Fixed by #87
Assignees

Comments

@ericwyles
Copy link
Contributor

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.

Relates to: defenseunicorns/uds-software-factory#30

@ericwyles ericwyles self-assigned this Jun 3, 2024
ericwyles added a commit 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant