Skip to content

Conversation

@crawford
Copy link
Contributor

This is a follow-on to c147732, which added the cluster_installer
series originally. Recently, the installer started injecting a new
ConfigMap (openshift-install-manifests), which includes information
about the manifest generation stage of the install. Because this phase
always happens, this ConfigMap is included in every cluster created by
this newer installer. We can now look at the presence of this new
ConfigMap and the absence of the openshift-install ConfigMap to
determine that the cluster was installed using UPI. We can additionally
look at its contents to determine information about the installer.

This is a follow-on to c147732, which added the cluster_installer
series originally. Recently, the installer started injecting a new
ConfigMap (openshift-install-manifests), which includes information
about the manifest generation stage of the install. Because this phase
always happens, this ConfigMap is included in every cluster created by
this newer installer. We can now look at the presence of this new
ConfigMap and the absence of the openshift-install ConfigMap to
determine that the cluster was installed using UPI. We can additionally
look at its contents to determine information about the installer.
@openshift-ci-robot openshift-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Feb 11, 2020
@crawford crawford changed the title metrics: include upi installs in cluster_installer WIP: metrics: include upi installs in cluster_installer Feb 11, 2020
@openshift-ci-robot openshift-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Feb 11, 2020
@crawford
Copy link
Contributor Author

/test e2e-aws-upi

@crawford
Copy link
Contributor Author

/test e2e-aws-upi

@crawford
Copy link
Contributor Author

@crawford
Copy link
Contributor Author

/retitle metrics: include upi installs in cluster_installer

@openshift-ci-robot openshift-ci-robot changed the title WIP: metrics: include upi installs in cluster_installer metrics: include upi installs in cluster_installer Feb 12, 2020
@openshift-ci-robot openshift-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Feb 12, 2020
@crawford
Copy link
Contributor Author

/retitle Bug 1797806: metrics: include upi installs in cluster_installer

@openshift-ci-robot openshift-ci-robot changed the title metrics: include upi installs in cluster_installer Bug 1797806: metrics: include upi installs in cluster_installer Feb 12, 2020
@openshift-ci-robot
Copy link
Contributor

@crawford: This pull request references Bugzilla bug 1797806, which is invalid:

  • expected the bug to be in one of the following states: NEW, ASSIGNED, ON_DEV, POST, POST, but it is VERIFIED instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

Bug 1797806: metrics: include upi installs in cluster_installer

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.

@openshift-ci-robot openshift-ci-robot added the bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. label Feb 12, 2020
@crawford crawford added bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. and removed bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. labels Feb 12, 2020
@abhinavdahiya
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Feb 12, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: abhinavdahiya, crawford

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:
  • OWNERS [abhinavdahiya,crawford]

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

@abhinavdahiya
Copy link
Contributor

/cherrypick release-4.3

@openshift-cherrypick-robot

@abhinavdahiya: once the present PR merges, I will cherry-pick it on top of release-4.3 in a new PR and assign it to you.

Details

In response to this:

/cherrypick release-4.3

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.

@openshift-merge-robot openshift-merge-robot merged commit 1262333 into openshift:master Feb 12, 2020
@openshift-ci-robot
Copy link
Contributor

@crawford: Bugzilla bug 1797806 is in an unrecognized state (VERIFIED) and will not be moved to the MODIFIED state.

Details

In response to this:

Bug 1797806: metrics: include upi installs in cluster_installer

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.

@openshift-cherrypick-robot

@abhinavdahiya: new pull request created: #321

Details

In response to this:

/cherrypick release-4.3

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.

@crawford crawford deleted the upi-metrics branch February 12, 2020 22:40
wking added a commit to wking/openshift-release that referenced this pull request Jul 7, 2020
…er presubmits to GCP

AWS is currently at CI-capacity limits, so move over to GCP to get
more elbow room.  Generated by adjusting the config/ entry by hand and
then running:

  $ make update

I'd initially just shifted master, because the bulk of our CI is on
master-targeted pulls.  But Scott asked for 4.4 and later [1], so
that's what I'm doing now.

I'd like to move to generic names like "e2e" and "e2e-upgrade",
because we don't care (from the CVO side) what platform these run on.
Generic names will mean smaller diffs if we pivot the workflow and
cluster_profile to a different provider in the future.  But Scott is
not (yet ;) ready to break with tradition here [2], so punting on that
for now.

I've dropped "e2e-aws-upi", because the CVO shouldn't care about that
level of provisioning detail.  We just need "a cluster".  We've had
the optional UPI job since ce9361b (cluster-version-operator: add
aws-upi optional job, 2020-02-11, openshift#7125), where it was motivated [3]
by a desire to test the cluster_installer metric [4].  Now that that
metric is well-established, we can drop the option.  And we can always
regrow it if we need it again later.

[1]: openshift#10046 (comment)
[2]: openshift#10046 (comment)
[3]: openshift#7125 (comment)
[4]: openshift/cluster-version-operator#319
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. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants