ci-tools
ci-tools copied to clipboard
DPTP Tooling
Add the `multi_arch` configuration to the `images` stanza. It defaults to false which is a breaking change. [DPTP-4093](https://issues.redhat.com/browse/DPTP-4093) /cc @openshift/test-platform @smg247 Signed-off-by: Nikolaos Moraitis
Replaces https://github.com/openshift/ci-tools/pull/4237 which seems stuck
This tool will be used as a presubmit to validate the [cluster profiles config file in the release repo](https://github.com/openshift/release/blob/master/ci-operator/step-registry/cluster-profiles/cluster-profiles-config.yaml). For now it checks: - the config file's formatting - if...
Dispatcher reworked. **_assumptions_**: 1. nothing in the location other then `cmd` (so pkg, libs) will not be changed. This is because I do not want to break current dispatcher in...
'local-zones' profile was initially used in the development phase to support AWS Local Zones on installer on supported regions filtered by quota-slice. Currently the jobs have been moved to default...
For DPTP-4069, this PR represents step 1 below: > Upon further research it has been discovered that the memory usage in the consumers has scaled fairly linearly with the overall...
UTs are not needed as rules will be adjusted quite frequently if needed and also exec on repo can be treated as test.
This PR resolves issues: `{ could not create RPM repo server deployment: Deployment.apps "rpm-repo" is invalid: [spec.selector.matchLabels: Invalid value: "[images]": a valid label must be an empty string or consist...
Like https://github.com/openshift/ci-tools/pull/4342 but with a stronger assertion `errors.Is(err, &meta.NoKindMatchError{})`
This moves the server and necessary logic into the `pkg/dispatcher`, and adds a `client`. This is necessary for tools like `payload-testing's` `prpqr_reconciller` and `multi-pr-prow-plugin` to be able to know which...