Skip to content

Conversation

@vrutkovs
Copy link
Contributor

These periodics would help us catch issues like https://bugzilla.redhat.com/show_bug.cgi?id=1953518

@openshift-ci openshift-ci bot requested review from hasbro17 and wking June 22, 2021 09:41
@vrutkovs vrutkovs force-pushed the umw-upgrade-workflow branch from ca57926 to edb6a77 Compare June 22, 2021 09:49
@vrutkovs vrutkovs changed the title Add periodics to verify clusters with UMW can be safely upgraded MON-1693: Add periodics to verify clusters with UMW can be safely upgraded Jun 22, 2021
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Existing step touching this ConfigMap:

$ git --no-pager grep cluster-monitoring-config ci-operator/step-registry/
ci-operator/step-registry/ipi/install/monitoringpvc/ipi-install-monitoringpvc-commands.sh:  name: cluster-monitoring-config

You'll probably want both steps to try to be more clever about YAML parsing (via Python?) to manage just the settings that their step is about, instead of having each of them claiming complete ownership of the config and possibly stomping the other.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, hmm, this one is critical for upgrades.

I'll use yq to add modifications

@vrutkovs vrutkovs changed the title MON-1693: Add periodics to verify clusters with UMW can be safely upgraded WIP MON-1693: Add periodics to verify clusters with UMW can be safely upgraded Jun 22, 2021
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 22, 2021
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need upgrade in the name, everything in this file is an upgrade. e2e-aws-umw

Copy link
Contributor Author

@vrutkovs vrutkovs Jun 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer to have upgrade to be in the prowjob name, without it folks may assume its an install job

Copy link
Member

@stbenjam stbenjam Jun 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't the prow job get called ci-openshift-release-master-ci-4.7-upgrade-from-stable-4.6-e2e-aws-umw-upgrade, i.e. upgrade appears twice?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, okay, sure. Renameing this

@vrutkovs vrutkovs force-pushed the umw-upgrade-workflow branch 5 times, most recently from 80ff9d7 to 2d38c08 Compare June 23, 2021 09:24
@vrutkovs vrutkovs changed the title WIP MON-1693: Add periodics to verify clusters with UMW can be safely upgraded MON-1693: Add periodics to verify clusters with UMW can be safely upgraded Jun 23, 2021
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 23, 2021
@vrutkovs
Copy link
Contributor Author

Ready for review, this updates both steps to add modifications to a single manifest using yq instead of rewriting it

@vrutkovs
Copy link
Contributor Author

/retest

1 similar comment
@vrutkovs
Copy link
Contributor Author

/retest

@vrutkovs vrutkovs force-pushed the umw-upgrade-workflow branch from 2d38c08 to 5189b37 Compare June 23, 2021 16:25
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Can we use JSON / jq for the manifest, so we don't have to curl-install yq?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess that would hamper the readability - and we've already settled on yaml manifests in most steps. Some other steps are pulling yq too, so I guess its "canon" now :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the config.yaml property is a string, right? Is yq smart enough to say "ah, the body of this string is also YAML, let me parse as YAML and add the new keys..."?

Copy link
Contributor Author

@vrutkovs vrutkovs Jun 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, it merges keys as YAML. Let me add a step to setup PVC for these jobs too

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I was wrong, we have to extract it ourselves:

@vrutkovs vrutkovs force-pushed the umw-upgrade-workflow branch 8 times, most recently from e890f37 to e09a85d Compare June 29, 2021 13:32
@vrutkovs
Copy link
Contributor Author

vrutkovs commented Jul 7, 2021

/retest

@openshift-ci openshift-ci bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 12, 2021
@vrutkovs vrutkovs force-pushed the umw-upgrade-workflow branch from 0e877f1 to 8075c0b Compare July 12, 2021 08:47
@openshift-ci openshift-ci bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 12, 2021
@vrutkovs vrutkovs force-pushed the umw-upgrade-workflow branch 2 times, most recently from 8e49c0a to 01c769a Compare July 19, 2021 09:47
@vrutkovs vrutkovs force-pushed the umw-upgrade-workflow branch 2 times, most recently from 1ceb57a to 451d7f7 Compare August 2, 2021 09:05
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it make sense to drop TRT in here, or one level up to cover the whole step registry?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer to keep it here. We can rearrange owners when TRT is ready to handle the whole step registry

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: seems like holding the patch in the shared directory is traditional, but I don't see why we'd ever want to share patches. I've filed #20865 to fix our existing use-cases, so you should be able to fix this without worrying about diverging from the pattern ;).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea, fixed

Copy link
Member

@wking wking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just the two nits I mentioned above, and I'm fine if those get punted on. I'm also not an approver for the release jobs, so:

/lgtm

and there's time to circle back and address the nits if you want before we can get a release-job approver over to approve this.

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Aug 4, 2021
@vrutkovs vrutkovs force-pushed the umw-upgrade-workflow branch from 451d7f7 to 7e13e21 Compare August 4, 2021 07:43
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Aug 4, 2021
@vrutkovs vrutkovs force-pushed the umw-upgrade-workflow branch from 7e13e21 to 13a30eb Compare August 26, 2021 14:55
@vrutkovs vrutkovs force-pushed the umw-upgrade-workflow branch from d184a73 to 5f73bc5 Compare August 26, 2021 17:14
This step would ensure cluster is configured with user workload monitoring feature enabled
@vrutkovs vrutkovs force-pushed the umw-upgrade-workflow branch from 5f73bc5 to 7ef62d8 Compare August 26, 2021 22:43
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 27, 2021

@vrutkovs: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Rerun command
ci/rehearse/openshift/machine-api-operator/release-4.9/e2e-azure-operator 80ff9d7bb6c69e71a2998658bde715444022e74a link /test pj-rehearse
ci/rehearse/openshift/kuryr-kubernetes/release-4.9/e2e-openstack-kuryr 2d38c087e128c3865cd0def3cc5448baad6441c5 link /test pj-rehearse
ci/rehearse/openshift/thanos/release-4.9/e2e-agnostic-cmo 2d38c087e128c3865cd0def3cc5448baad6441c5 link /test pj-rehearse
ci/rehearse/openshift/cloud-provider-openstack/release-4.9/e2e-openstack-csi-cinder 2d38c087e128c3865cd0def3cc5448baad6441c5 link /test pj-rehearse
ci/rehearse/openshift/ovn-kubernetes/release-4.9/e2e-gcp-ovn 5189b37fc123ade0255195a2c8546405e1860bb7 link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.8-upgrade-from-stable-4.7-e2e-aws-umw-upgrade e890f37adeb6e4cf036b1f0e0142babcb9df3d5d link /test pj-rehearse
ci/rehearse/openshift/cluster-cloud-controller-manager-operator/release-4.9/e2e-aws-ccm-install 0e877f1f65fa3fa9a2f4cbe723e80cf28999484b link /test pj-rehearse
ci/rehearse/openshift/windows-machine-config-operator/release-4.9/vsphere-e2e-operator 0e877f1f65fa3fa9a2f4cbe723e80cf28999484b link /test pj-rehearse
ci/rehearse/openshift/ovn-kubernetes/release-4.9/e2e-azure-ovn 0e877f1f65fa3fa9a2f4cbe723e80cf28999484b link /test pj-rehearse
ci/rehearse/operator-framework/operator-lifecycle-manager/release-4.7/e2e-gcp 8075c0bf0b3d45da48630d59a1e2fe71b0d666ae link /test pj-rehearse
ci/rehearse/openshift/okd-machine-os/master/e2e-ovirt 8075c0bf0b3d45da48630d59a1e2fe71b0d666ae link /test pj-rehearse
ci/rehearse/operator-framework/operator-lifecycle-manager/release-4.7/e2e-upgrade 8075c0bf0b3d45da48630d59a1e2fe71b0d666ae link /test pj-rehearse
ci/rehearse/openshift/origin/release-4.9/e2e-aws-disruptive 01c769a83c05b351bba2a4a7b401cb32b100bba0 link /test pj-rehearse
ci/rehearse/openshift/origin/release-4.9/e2e-gcp-disruptive 01c769a83c05b351bba2a4a7b401cb32b100bba0 link /test pj-rehearse
ci/rehearse/openshift/origin/release-4.2/e2e-cmd 01c769a83c05b351bba2a4a7b401cb32b100bba0 link /test pj-rehearse
ci/rehearse/openshift/origin/release-4.6/e2e-agnostic-cmd 01c769a83c05b351bba2a4a7b401cb32b100bba0 link /test pj-rehearse
ci/rehearse/openshift/origin/release-4.1/e2e-aws-image-ecosystem 1ceb57a0c2c5544a4a46145b58197a3a4f6cf043 link /test pj-rehearse
ci/rehearse/openshift/origin/release-4.1/e2e-aws-builds 1ceb57a0c2c5544a4a46145b58197a3a4f6cf043 link /test pj-rehearse
ci/rehearse/openshift/machine-config-operator/release-4.9/e2e-aws-techpreview-featuregate 451d7f760936601a5e2876bdc1a642b9a6764a4d link /test pj-rehearse
ci/rehearse/openshift/cluster-logging-operator/tech-preview/e2e-operator 451d7f760936601a5e2876bdc1a642b9a6764a4d link /test pj-rehearse
ci/rehearse/operator-framework/operator-marketplace/release-4.9/e2e-aws-serial 451d7f760936601a5e2876bdc1a642b9a6764a4d link /test pj-rehearse
ci/rehearse/openshift/cluster-logging-operator/master/e2e-gcp 451d7f760936601a5e2876bdc1a642b9a6764a4d link /test pj-rehearse
ci/rehearse/openshift/installer/release-4.9/e2e-gcp-upi 7e13e21e4e6b93ca2907502008d6b2de516d519f link /test pj-rehearse
ci/rehearse/openshift/csi-driver-nfs/release-4.9/e2e-openstack-csi 7e13e21e4e6b93ca2907502008d6b2de516d519f link /test pj-rehearse
ci/rehearse/openshift/installer/release-4.9/e2e-azure-shared-vpc 7e13e21e4e6b93ca2907502008d6b2de516d519f link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.9-upgrade-from-stable-4.8-e2e-ovirt-upgrade 7e13e21e4e6b93ca2907502008d6b2de516d519f link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.9-upgrade-from-stable-4.8-e2e-vsphere-upgrade 7e13e21e4e6b93ca2907502008d6b2de516d519f link /test pj-rehearse
ci/rehearse/openshift/router/release-4.9/e2e-upgrade 7e13e21e4e6b93ca2907502008d6b2de516d519f link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.9-upgrade-from-stable-4.8-e2e-gcp-ovn-upgrade 7e13e21e4e6b93ca2907502008d6b2de516d519f link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.9-upgrade-from-stable-4.8-e2e-openstack-upgrade 7e13e21e4e6b93ca2907502008d6b2de516d519f link /test pj-rehearse
ci/rehearse/openshift/installer/release-4.9/e2e-gcp-upi-xpn d184a739b97c90610f85f430b034ec3bc6d0c67f link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.7-upgrade-from-stable-4.6-e2e-azure-ovn-upgrade 5f73bc5f0fbc661095bfc2074b3d600c592a25b7 link /test pj-rehearse
ci/rehearse/openshift/machine-config-operator/release-4.9/e2e-gcp-single-node 5f73bc5f0fbc661095bfc2074b3d600c592a25b7 link /test pj-rehearse
ci/rehearse/openshift/openstack-cinder-csi-driver-operator/release-4.9/e2e-openstack-csi 5f73bc5f0fbc661095bfc2074b3d600c592a25b7 link /test pj-rehearse
ci/rehearse/openshift/builder/release-4.9/e2e-aws-cgroupsv2 5f73bc5f0fbc661095bfc2074b3d600c592a25b7 link /test pj-rehearse
ci/rehearse/openshift/kubernetes/release-4.9/e2e-openstack-csi-manila 5f73bc5f0fbc661095bfc2074b3d600c592a25b7 link /test pj-rehearse
ci/rehearse/openshift/router/release-4.9/e2e-agnostic 5f73bc5f0fbc661095bfc2074b3d600c592a25b7 link /test pj-rehearse
ci/rehearse/openshift/cluster-etcd-operator/release-4.9/e2e-gcp-disruptive-ovn 5f73bc5f0fbc661095bfc2074b3d600c592a25b7 link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.9-upgrade-from-stable-4.8-e2e-azure-ovn-upgrade 5f73bc5f0fbc661095bfc2074b3d600c592a25b7 link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.8-upgrade-from-stable-4.7-e2e-azure-ovn-upgrade 5f73bc5f0fbc661095bfc2074b3d600c592a25b7 link /test pj-rehearse
ci/rehearse/openshift/okd-machine-os/release-4.7/e2e-ovirt 7ef62d8 link /test pj-rehearse
ci/rehearse/openshift/okd-machine-os/release-4.8/e2e-ovirt 7ef62d8 link /test pj-rehearse
ci/rehearse/openshift/cluster-network-operator/release-4.9/e2e-azure-ovn-dualstack 7ef62d8 link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.9-e2e-aws-techpreview-serial 7ef62d8 link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.9-e2e-aws-calico 7ef62d8 link /test pj-rehearse
ci/rehearse/redhat-developer/jenkins-operator/main/e2e 7ef62d8 link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.9-upgrade-from-stable-4.8-e2e-aws-ovn-upgrade 7ef62d8 link /test pj-rehearse
ci/rehearse/openshift/cloud-credential-operator/release-4.9/e2e-aws-manual-oidc 7ef62d8 link /test pj-rehearse
ci/rehearse/red-hat-storage/odf-operator/main/odf-operator-bundle-e2e-aws 7ef62d8 link /test pj-rehearse
ci/rehearse/openshift/aws-efs-csi-driver-operator/release-4.9/operator-e2e 7ef62d8 link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.9-e2e-openstack-parallel 7ef62d8 link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.9-e2e-azure-techpreview 7ef62d8 link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.9-e2e-azure-cilium 7ef62d8 link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.9-e2e-gcp-serial 7ef62d8 link /test pj-rehearse
ci/rehearse/openshift/sandboxed-containers-operator/master/sandboxed-containers-operator-e2e 7ef62d8 link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.9-e2e-azure-ovn 7ef62d8 link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.9-e2e-azure-techpreview-serial 7ef62d8 link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.9-upgrade-from-stable-4.8-e2e-aws-uwm 7ef62d8 link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.9-e2e-aws-upgrade-single-node 7ef62d8 link /test pj-rehearse
ci/rehearse/openshift/azure-disk-csi-driver/release-4.9/e2e-azure-csi-migration 7ef62d8 link /test pj-rehearse
ci/rehearse/periodic-ci-openshift-release-master-ci-4.9-e2e-azure-upgrade-single-node 7ef62d8 link /test pj-rehearse
ci/prow/pj-rehearse 7ef62d8 link /test pj-rehearse
ci/rehearse/openshift/vmware-vsphere-csi-driver/release-4.9/e2e-vsphere-csi 7ef62d8 link /test pj-rehearse

Full PR test history. Your PR dashboard.

Details

Instructions 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/test-infra repository. I understand the commands that are listed here.

Copy link
Member

@wking wking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Aug 30, 2021
@cheesesashimi
Copy link
Member

/approve

/lgtm

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 31, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cheesesashimi, vrutkovs, wking

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 31, 2021
@openshift-merge-robot openshift-merge-robot merged commit 3f05c52 into openshift:master Aug 31, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 31, 2021

@vrutkovs: Updated the following 3 configmaps:

  • ci-operator-master-configs configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-release-master__ci-4.7-upgrade-from-stable-4.6.yaml using file ci-operator/config/openshift/release/openshift-release-master__ci-4.7-upgrade-from-stable-4.6.yaml
    • key openshift-release-master__ci-4.8-upgrade-from-stable-4.7.yaml using file ci-operator/config/openshift/release/openshift-release-master__ci-4.8-upgrade-from-stable-4.7.yaml
    • key openshift-release-master__ci-4.9-upgrade-from-stable-4.8.yaml using file ci-operator/config/openshift/release/openshift-release-master__ci-4.9-upgrade-from-stable-4.8.yaml
  • job-config-master configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-release-master-periodics.yaml using file ci-operator/jobs/openshift/release/openshift-release-master-periodics.yaml
  • step-registry configmap in namespace ci at cluster app.ci using the following files:
    • key OWNERS using file ci-operator/step-registry/ipi/OWNERS
    • key ipi-aws-workflow.metadata.json using file ci-operator/step-registry/ipi/aws/ipi-aws-workflow.metadata.json
    • key ipi-aws-post-chain.metadata.json using file ci-operator/step-registry/ipi/aws/post/ipi-aws-post-chain.metadata.json
    • key ipi-aws-pre-chain.metadata.json using file ci-operator/step-registry/ipi/aws/pre/ipi-aws-pre-chain.metadata.json
    • key ipi-aws-pre-sharednetwork-chain.metadata.json using file ci-operator/step-registry/ipi/aws/pre/sharednetwork/ipi-aws-pre-sharednetwork-chain.metadata.json
    • key ipi-aws-pre-stableinitial-chain.metadata.json using file ci-operator/step-registry/ipi/aws/pre/stableinitial/ipi-aws-pre-stableinitial-chain.metadata.json
    • key ipi-aws-pre-techpreview-chain.metadata.json using file ci-operator/step-registry/ipi/aws/pre/techpreview/ipi-aws-pre-techpreview-chain.metadata.json
    • key ipi-conf-aws-chain.metadata.json using file ci-operator/step-registry/ipi/conf/aws/ipi-conf-aws-chain.metadata.json
    • key ipi-conf-aws-ref.metadata.json using file ci-operator/step-registry/ipi/conf/aws/ipi-conf-aws-ref.metadata.json
    • key ipi-conf-aws-sharednetwork-chain.metadata.json using file ci-operator/step-registry/ipi/conf/aws/sharednetwork/ipi-conf-aws-sharednetwork-chain.metadata.json
    • key ipi-conf-aws-sharednetwork-ref.metadata.json using file ci-operator/step-registry/ipi/conf/aws/sharednetwork/ipi-conf-aws-sharednetwork-ref.metadata.json
    • key ipi-conf-aws-techpreview-chain.metadata.json using file ci-operator/step-registry/ipi/conf/aws/techpreview/ipi-conf-aws-techpreview-chain.metadata.json
    • key ipi-conf-ref.metadata.json using file ci-operator/step-registry/ipi/conf/ipi-conf-ref.metadata.json
    • key ipi-conf-techpreview-ref.metadata.json using file ci-operator/step-registry/ipi/conf/techpreview/ipi-conf-techpreview-ref.metadata.json
    • key OWNERS using file ci-operator/step-registry/ipi/conf/user-workload-monitoring/OWNERS
    • key ipi-conf-user-workload-monitoring-commands.sh using file ci-operator/step-registry/ipi/conf/user-workload-monitoring/ipi-conf-user-workload-monitoring-commands.sh
    • key ipi-conf-user-workload-monitoring-ref.metadata.json using file ci-operator/step-registry/ipi/conf/user-workload-monitoring/ipi-conf-user-workload-monitoring-ref.metadata.json
    • key ipi-conf-user-workload-monitoring-ref.yaml using file ci-operator/step-registry/ipi/conf/user-workload-monitoring/ipi-conf-user-workload-monitoring-ref.yaml
    • key ipi-deprovision-deprovision-ref.metadata.json using file ci-operator/step-registry/ipi/deprovision/deprovision/ipi-deprovision-deprovision-ref.metadata.json
    • key ipi-deprovision-chain.metadata.json using file ci-operator/step-registry/ipi/deprovision/ipi-deprovision-chain.metadata.json
    • key ipi-install-install-ref.metadata.json using file ci-operator/step-registry/ipi/install/install/ipi-install-install-ref.metadata.json
    • key ipi-install-install-stableinitial-ref.metadata.json using file ci-operator/step-registry/ipi/install/install/stableinitial/ipi-install-install-stableinitial-ref.metadata.json
    • key ipi-install-chain.metadata.json using file ci-operator/step-registry/ipi/install/ipi-install-chain.metadata.json
    • key ipi-install-monitoringpvc-commands.sh using file ci-operator/step-registry/ipi/install/monitoringpvc/ipi-install-monitoringpvc-commands.sh
    • key ipi-install-rbac-ref.metadata.json using file ci-operator/step-registry/ipi/install/rbac/ipi-install-rbac-ref.metadata.json
    • key ipi-install-stableinitial-chain.metadata.json using file ci-operator/step-registry/ipi/install/stableinitial/ipi-install-stableinitial-chain.metadata.json
Details

In response to this:

These periodics would help us catch issues like https://bugzilla.redhat.com/show_bug.cgi?id=1953518

Instructions 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/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants