Skip to content
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

WIP: CCO-579: new ccoctl azure flag to enable selection of cloud environment #726

Closed
wants to merge 1 commit into from

Conversation

jstuever
Copy link
Contributor

Add a new --cloud flag to the ccoctl azure subcommand to enable selection of the cloud environment. The options are AzureChina, AzureGovernment, and AzurePublic. If left empty, the default will be selected from azidenity.

@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Jul 17, 2024

@jstuever: This pull request references CCO-579 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.17.0" version, but no target version was set.

In response to this:

Add a new --cloud flag to the ccoctl azure subcommand to enable selection of the cloud environment. The options are AzureChina, AzureGovernment, and AzurePublic. If left empty, the default will be selected from azidenity.

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 17, 2024
@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 Jul 17, 2024
@openshift-ci openshift-ci bot requested review from dlom and lleshchi July 17, 2024 18:57
Copy link
Contributor

openshift-ci bot commented Jul 17, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jstuever

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

The pull request process is described here

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 Jul 17, 2024
Copy link

codecov bot commented Jul 17, 2024

Codecov Report

Attention: Patch coverage is 0% with 62 lines in your changes missing coverage. Please review.

Project coverage is 46.69%. Comparing base (c24c925) to head (3373f98).
Report is 30 commits behind head on master.

Files with missing lines Patch % Lines
pkg/cmd/provisioning/azure/create_all.go 0.00% 13 Missing ⚠️
...md/provisioning/azure/create_managed_identities.go 0.00% 13 Missing ⚠️
pkg/cmd/provisioning/azure/create_oidc_issuer.go 0.00% 13 Missing ⚠️
pkg/cmd/provisioning/azure/delete.go 0.00% 13 Missing ⚠️
pkg/cmd/provisioning/azure/azure.go 0.00% 10 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #726      +/-   ##
==========================================
- Coverage   46.91%   46.69%   -0.23%     
==========================================
  Files         102      102              
  Lines       12158    12216      +58     
==========================================
  Hits         5704     5704              
- Misses       5821     5879      +58     
  Partials      633      633              
Files with missing lines Coverage Δ
pkg/cmd/provisioning/azure/azure.go 0.00% <0.00%> (ø)
pkg/cmd/provisioning/azure/create_all.go 0.00% <0.00%> (ø)
...md/provisioning/azure/create_managed_identities.go 56.28% <0.00%> (-1.43%) ⬇️
pkg/cmd/provisioning/azure/create_oidc_issuer.go 51.62% <0.00%> (-1.74%) ⬇️
pkg/cmd/provisioning/azure/delete.go 0.00% <0.00%> (ø)

@jstuever
Copy link
Contributor Author

/test ci/prow/security

Copy link
Contributor

openshift-ci bot commented Jul 17, 2024

@jstuever: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

  • /test coverage
  • /test e2e-aws-ovn
  • /test e2e-azure-manual-oidc
  • /test e2e-hypershift
  • /test e2e-upgrade
  • /test images
  • /test okd-scos-images
  • /test security
  • /test unit
  • /test verify
  • /test verify-deps

The following commands are available to trigger optional jobs:

  • /test e2e-aws-manual-oidc
  • /test e2e-aws-qe
  • /test e2e-azure
  • /test e2e-azure-upgrade
  • /test e2e-gcp
  • /test e2e-gcp-manual-oidc
  • /test e2e-openstack
  • /test e2e-openstack-parallel

Use /test all to run the following jobs that were automatically triggered:

  • pull-ci-openshift-cloud-credential-operator-master-coverage
  • pull-ci-openshift-cloud-credential-operator-master-e2e-aws-ovn
  • pull-ci-openshift-cloud-credential-operator-master-e2e-aws-qe
  • pull-ci-openshift-cloud-credential-operator-master-e2e-azure-manual-oidc
  • pull-ci-openshift-cloud-credential-operator-master-e2e-hypershift
  • pull-ci-openshift-cloud-credential-operator-master-e2e-upgrade
  • pull-ci-openshift-cloud-credential-operator-master-images
  • pull-ci-openshift-cloud-credential-operator-master-okd-scos-images
  • pull-ci-openshift-cloud-credential-operator-master-security
  • pull-ci-openshift-cloud-credential-operator-master-unit
  • pull-ci-openshift-cloud-credential-operator-master-verify
  • pull-ci-openshift-cloud-credential-operator-master-verify-deps

In response to this:

/test ci/prow/security

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-sigs/prow repository.

@jstuever
Copy link
Contributor Author

/test e2e-azure-manual-oidc

Add a new --cloud flag to the ccoctl azure subcommand to enable
selection of the cloud environment. The options are AzureChina,
AzureGovernment, and AzurePublic. If left empty, the default will be
selected from azidenity.
@jstuever
Copy link
Contributor Author

/retest

2 similar comments
@jstuever
Copy link
Contributor Author

/retest

@jstuever
Copy link
Contributor Author

/retest

Copy link
Contributor

openshift-ci bot commented Jul 30, 2024

@jstuever: all tests passed!

Full PR test history. Your PR dashboard.

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-sigs/prow repository. I understand the commands that are listed here.

@jstuever
Copy link
Contributor Author

jstuever commented Jul 31, 2024

/assign @jianping-shu
Is this something you can test?

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. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants