redhat-developer / odo

odo - Developer-focused CLI for fast & iterative container-based application development on Podman and Kubernetes. Implementation of the open Devfile standard.
https://odo.dev
Apache License 2.0
774 stars 244 forks source link

Disable periodic Prow jobs that make use of the `aws` cluster profile #7111

Closed rm3l closed 8 months ago

rm3l commented 9 months ago

/area testing /kind task /priority High

We are asked to move away from using the aws cluster profile and find/create a new one from our organization, for infra cost reasons.

As discussed in our community call (Oct 09, 2023), it makes sense for odo to remove our periodic Prow runs (the ones that were using the aws cluster profile) as they don't seem to be that useful anyway. We already have good coverage with the checks that we run on IBM Cloud.

NOTES:

Related to https://github.com/redhat-developer/odo/issues/7110

rm3l commented 8 months ago

PR created: https://github.com/openshift/release/pull/44645

rm3l commented 8 months ago

PR merged in the openshift/release repo. Leaving this issue open for now, to make sure that no periodic job runs tomorrow.

rm3l commented 8 months ago

/close All periodic jobs on Prow using the aws cluster profile are now disabled.