defenseunicorns / uds-core

A secure runtime platform for mission-critical capabilities
https://uds.defenseunicorns.com
Apache License 2.0
44 stars 18 forks source link

Registry1 flavor is currently untested on nightly eks test #504

Closed zack-is-cool closed 1 month ago

zack-is-cool commented 3 months ago

Describe what should be investigated or refactored

Ideally, the registry1 flavor would be tested in the nightly eks tests. Bonus points if the eks tests occur in govcloud as this package is currently used in AWS Govcloud on EKS.

Links to any relevant code

Nightly eks test

https://github.com/defenseunicorns/uds-core/blob/main/.github/workflows/test-eks.yaml

Related issues

https://github.com/defenseunicorns/uds-core/issues/213

edit: updated w/ correct info

mjnagel commented 3 months ago

Just to clarify - registry1 is tested on all PRs and before release, but only on k3d. The missing part is nightly (EKS) tests of registry1.

mjnagel commented 2 months ago

This should be relatively quick to add to our EKS workflow. Some pointers for this: