stackabletech / docker-images

Apache License 2.0
14 stars 2 forks source link

Test job to free runner diskspace #726

Closed maltesander closed 3 weeks ago

maltesander commented 3 weeks ago

Description

Please add a description here.

Definition of Done Checklist

- [ ] Changes are OpenShift compatible
- [ ] All added packages (via microdnf or otherwise) have a comment on why they are added
- [ ] Things not downloaded from Red Hat repositories should be mirrored in the Stackable repository and downloaded from there
- [ ] All packages should have (if available) signatures/hashes verified
- [ ] Add an entry to the CHANGELOG.md file
- [ ] Integration tests ran successfully
TIP: Running integration tests with a new product image The image can be built and uploaded to the kind cluster with the following commands: ```shell bake --product --image-version kind load docker-image --name= ``` See the output of `bake` to retrieve the image tag for ``.
lfrancke commented 3 weeks ago

There is no good/easy way for us to test this other than merging it, correct?

If that is the case I do suggest we just merge it, let everything build once and see how it goes and revert if needed.

maltesander commented 3 weeks ago

There is no good/easy way for us to test this other than merging it, correct?

If that is the case I do suggest we just merge it, let everything build once and see how it goes and revert if needed.

Not sure, in the action Build (and optionally publish) 0.0.0-dev images i could choose a branch? @razvan inputs?

lfrancke commented 3 weeks ago

But I believe it would use the action definitions from main

razvan commented 3 weeks ago

what @lfrancke said