adding support to pass cred that enables scale-from-zero test in hype… - #72805
Conversation
def39c1 to
f52a90f
Compare
|
/pj-rehearse pull-ci-openshift-hypershift-main-e2e-aws |
|
@jhjaggars: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-hypershift-main-e2e-aws |
|
@jhjaggars: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-hypershift-main-e2e-aws |
|
@jhjaggars: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-hypershift-main-e2e-aws |
|
@jhjaggars: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
acbab7f to
6398d56
Compare
|
/pj-rehearse pull-ci-openshift-hypershift-main-e2e-aws |
|
@jhjaggars: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
6398d56 to
995dd38
Compare
|
[REHEARSALNOTIFIER]
A total of 899 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-openshift-hypershift-main-e2e-aws |
|
@jhjaggars: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jhjaggars, LiangquanLi930 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/pj-rehearse pull-ci-openshift-hypershift-main-e2e-aws |
|
@LiangquanLi930: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@jhjaggars: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
rehearsal failed due to flake, but HO install worked with new flags /pj-rehearse ack |
|
@sjenning: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
aa839bd
into
openshift:master
openshift#72805) * adding support to pass cred that enables scale-from-zero test in hypershift * Add scale-from-zero configuration for e2e-aws Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
…<= 4.22 (#81259) * hypershift: gate scale-from-zero flags behind ENABLE_SCALE_FROM_ZERO toggle PR #72805 added --scale-from-zero-provider and --scale-from-zero-creds unconditionally to the hypershift install step. This broke upgrade-hypershift-operator jobs on pre-4.22 branches because those release-tagged operator images lack the flags. Move the flags behind an ENABLE_SCALE_FROM_ZERO env var (default true) and set it to false for the upgrade-hypershift-operator test in 4.19, 4.20, and 4.21 configs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> * hypershift: move scale-from-zero flags inside AWS case block Address review feedback: keep AWS-specific --scale-from-zero-provider and --scale-from-zero-creds inside the AWS case block rather than in EXTRA_ARGS, which leaks into Azure/GCP/other install paths. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> * hypershift: upgrade test should upgrade to the PR-built operator image The upgrade-hypershift-operator test on release branches <= 4.22 was upgrading to hypershift-operator:latest (main) instead of the version-tagged image built from the PR. Override CI_HYPERSHIFT_OPERATOR to point to the PR-built hypershift-operator-4XX image. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> --------- Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…<= 4.22 (openshift#81259) * hypershift: gate scale-from-zero flags behind ENABLE_SCALE_FROM_ZERO toggle PR openshift#72805 added --scale-from-zero-provider and --scale-from-zero-creds unconditionally to the hypershift install step. This broke upgrade-hypershift-operator jobs on pre-4.22 branches because those release-tagged operator images lack the flags. Move the flags behind an ENABLE_SCALE_FROM_ZERO env var (default true) and set it to false for the upgrade-hypershift-operator test in 4.19, 4.20, and 4.21 configs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> * hypershift: move scale-from-zero flags inside AWS case block Address review feedback: keep AWS-specific --scale-from-zero-provider and --scale-from-zero-creds inside the AWS case block rather than in EXTRA_ARGS, which leaks into Azure/GCP/other install paths. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> * hypershift: upgrade test should upgrade to the PR-built operator image The upgrade-hypershift-operator test on release branches <= 4.22 was upgrading to hypershift-operator:latest (main) instead of the version-tagged image built from the PR. Override CI_HYPERSHIFT_OPERATOR to point to the PR-built hypershift-operator-4XX image. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> --------- Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…<= 4.22 (openshift#81259) * hypershift: gate scale-from-zero flags behind ENABLE_SCALE_FROM_ZERO toggle PR openshift#72805 added --scale-from-zero-provider and --scale-from-zero-creds unconditionally to the hypershift install step. This broke upgrade-hypershift-operator jobs on pre-4.22 branches because those release-tagged operator images lack the flags. Move the flags behind an ENABLE_SCALE_FROM_ZERO env var (default true) and set it to false for the upgrade-hypershift-operator test in 4.19, 4.20, and 4.21 configs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> * hypershift: move scale-from-zero flags inside AWS case block Address review feedback: keep AWS-specific --scale-from-zero-provider and --scale-from-zero-creds inside the AWS case block rather than in EXTRA_ARGS, which leaks into Azure/GCP/other install paths. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> * hypershift: upgrade test should upgrade to the PR-built operator image The upgrade-hypershift-operator test on release branches <= 4.22 was upgrading to hypershift-operator:latest (main) instead of the version-tagged image built from the PR. Override CI_HYPERSHIFT_OPERATOR to point to the PR-built hypershift-operator-4XX image. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> --------- Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…<= 4.22 (openshift#81259) * hypershift: gate scale-from-zero flags behind ENABLE_SCALE_FROM_ZERO toggle PR openshift#72805 added --scale-from-zero-provider and --scale-from-zero-creds unconditionally to the hypershift install step. This broke upgrade-hypershift-operator jobs on pre-4.22 branches because those release-tagged operator images lack the flags. Move the flags behind an ENABLE_SCALE_FROM_ZERO env var (default true) and set it to false for the upgrade-hypershift-operator test in 4.19, 4.20, and 4.21 configs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> * hypershift: move scale-from-zero flags inside AWS case block Address review feedback: keep AWS-specific --scale-from-zero-provider and --scale-from-zero-creds inside the AWS case block rather than in EXTRA_ARGS, which leaks into Azure/GCP/other install paths. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> * hypershift: upgrade test should upgrade to the PR-built operator image The upgrade-hypershift-operator test on release branches <= 4.22 was upgrading to hypershift-operator:latest (main) instead of the version-tagged image built from the PR. Override CI_HYPERSHIFT_OPERATOR to point to the PR-built hypershift-operator-4XX image. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> --------- Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…<= 4.22 (openshift#81259) * hypershift: gate scale-from-zero flags behind ENABLE_SCALE_FROM_ZERO toggle PR openshift#72805 added --scale-from-zero-provider and --scale-from-zero-creds unconditionally to the hypershift install step. This broke upgrade-hypershift-operator jobs on pre-4.22 branches because those release-tagged operator images lack the flags. Move the flags behind an ENABLE_SCALE_FROM_ZERO env var (default true) and set it to false for the upgrade-hypershift-operator test in 4.19, 4.20, and 4.21 configs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> * hypershift: move scale-from-zero flags inside AWS case block Address review feedback: keep AWS-specific --scale-from-zero-provider and --scale-from-zero-creds inside the AWS case block rather than in EXTRA_ARGS, which leaks into Azure/GCP/other install paths. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> * hypershift: upgrade test should upgrade to the PR-built operator image The upgrade-hypershift-operator test on release branches <= 4.22 was upgrading to hypershift-operator:latest (main) instead of the version-tagged image built from the PR. Override CI_HYPERSHIFT_OPERATOR to point to the PR-built hypershift-operator-4XX image. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> --------- Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…<= 4.22 (openshift#81259) * hypershift: gate scale-from-zero flags behind ENABLE_SCALE_FROM_ZERO toggle PR openshift#72805 added --scale-from-zero-provider and --scale-from-zero-creds unconditionally to the hypershift install step. This broke upgrade-hypershift-operator jobs on pre-4.22 branches because those release-tagged operator images lack the flags. Move the flags behind an ENABLE_SCALE_FROM_ZERO env var (default true) and set it to false for the upgrade-hypershift-operator test in 4.19, 4.20, and 4.21 configs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> * hypershift: move scale-from-zero flags inside AWS case block Address review feedback: keep AWS-specific --scale-from-zero-provider and --scale-from-zero-creds inside the AWS case block rather than in EXTRA_ARGS, which leaks into Azure/GCP/other install paths. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> * hypershift: upgrade test should upgrade to the PR-built operator image The upgrade-hypershift-operator test on release branches <= 4.22 was upgrading to hypershift-operator:latest (main) instead of the version-tagged image built from the PR. Override CI_HYPERSHIFT_OPERATOR to point to the PR-built hypershift-operator-4XX image. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> --------- Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…<= 4.22 (openshift#81259) * hypershift: gate scale-from-zero flags behind ENABLE_SCALE_FROM_ZERO toggle PR openshift#72805 added --scale-from-zero-provider and --scale-from-zero-creds unconditionally to the hypershift install step. This broke upgrade-hypershift-operator jobs on pre-4.22 branches because those release-tagged operator images lack the flags. Move the flags behind an ENABLE_SCALE_FROM_ZERO env var (default true) and set it to false for the upgrade-hypershift-operator test in 4.19, 4.20, and 4.21 configs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> * hypershift: move scale-from-zero flags inside AWS case block Address review feedback: keep AWS-specific --scale-from-zero-provider and --scale-from-zero-creds inside the AWS case block rather than in EXTRA_ARGS, which leaks into Azure/GCP/other install paths. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> * hypershift: upgrade test should upgrade to the PR-built operator image The upgrade-hypershift-operator test on release branches <= 4.22 was upgrading to hypershift-operator:latest (main) instead of the version-tagged image built from the PR. Override CI_HYPERSHIFT_OPERATOR to point to the PR-built hypershift-operator-4XX image. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> --------- Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…rshift