-
Notifications
You must be signed in to change notification settings - Fork 2
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 CI to this repository #19
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Comments
obbardc
added a commit
that referenced
this issue
Nov 10, 2023
Fill me in later. Fixes: #19 Signed-off-by: Christopher Obbard <[email protected]>
obbardc
added a commit
that referenced
this issue
Nov 10, 2023
Fill me in later. Fixes: #19 Signed-off-by: Christopher Obbard <[email protected]>
obbardc
added a commit
that referenced
this issue
Nov 10, 2023
Fill me in later. Fixes: #19 Signed-off-by: Christopher Obbard <[email protected]>
obbardc
added a commit
that referenced
this issue
Nov 10, 2023
We've been burnt before by pushing untested container images and then breaking debos/fakemachine CI jobs. Run the unit tests from the last tagged version of fakemachine/debos (which have already been tested) before pushing the container image to the registry. Fixes: #19 Signed-off-by: Christopher Obbard <[email protected]>
obbardc
added a commit
that referenced
this issue
Nov 10, 2023
We've been burnt before by pushing untested container images and then breaking debos/fakemachine CI jobs. Run the unit tests from the last tagged version of fakemachine/debos (which have already been tested) before pushing the container image to the registry. Fixes: #19 Signed-off-by: Christopher Obbard <[email protected]>
obbardc
added a commit
that referenced
this issue
Nov 11, 2023
We've been burnt before by pushing untested container images and then breaking debos/fakemachine CI jobs. Run the unit tests from the last tagged version of fakemachine/debos (which have already been tested) before pushing the container image to the registry. Fixes: #19 Signed-off-by: Christopher Obbard <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Right now we just build the container and push it to the registry and assume it works to build/test Debos.
In this repository we should attempt to build the latest tagged version of debos and run the unit tests to ensure the containers work before merging PRs/pushing new containers.
The text was updated successfully, but these errors were encountered: