-
Notifications
You must be signed in to change notification settings - Fork 2.1k
jobs: Unify all options under CLUSTER_VARIANT #6077
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jobs: Unify all options under CLUSTER_VARIANT #6077
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smarterclayton 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 |
fips, proxy, mirror, compact, and ovn should all be variants.
f336b2b to
8176a42
Compare
|
/test all |
|
@smarterclayton: Updated the following 16 configmaps:
DetailsIn response to this:
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. |
CLUSTER_NETWORK_TYPE is from ade608f (templates: allow overriding networkType, 2019-08-13, openshift#4295). But we've had ovn in CLUSTER_VARIANT since 8176a42 (jobs: Unify all options under CLUSTER_VARIANT, 2019-11-25, openshift#6077). Drop CLUSTER_NETWORK_TYPE (which was only set by e2e-gcp-ovn-upgrade jobs) and use CLUSTER_VARIANT instead.
fips, proxy, mirror, compact, and ovn should all be variants.