Migrate gsutil usage to gcloud storage #2607
Migrate gsutil usage to gcloud storage #2607bhandarivijay-png wants to merge 2 commits intoGoogleCloudPlatform:masterfrom
Conversation
|
Hi @bhandarivijay-png. Thanks for your PR. I'm waiting for a GoogleCloudPlatform member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
|
| Write-Output "Generating sbom." | ||
| & "C:\sbomutil.exe" -archetype=windows-image -googet_path 'C:\ProgramData\GooGet' -extra_content="${script:sbom_dir}\" -comp_name="${comp_name}" -output image.sbom.json | ||
| & 'gsutil' -m cp image.sbom.json $gs_path | ||
| & 'gcloud storage cp image.sbom.json $gs_path |
There was a problem hiding this comment.
I believe a single quota is missing here.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bhandarivijay-png The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
620da42 to
c5e8210
Compare
|
@bhandarivijay-png: The following test failed, say
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/test-infra repository. I understand the commands that are listed here. |
Migrate gsutil usage to gcloud storage