Add GCS bucket for external TestGrid configurations#9169
Add GCS bucket for external TestGrid configurations#9169upodroid merged 1 commit intokubernetes:mainfrom
Conversation
|
/hold |
|
Unknown CLA label state. Rechecking for CLA labels. Send feedback to sig-contributor-experience at kubernetes/community. /check-cla |
|
/test pull-k8sio-verify |
|
atlantis plan |
This comment has been minimized.
This comment has been minimized.
Argo CD Diff PreviewSummary: No changes foundNo changes found Stats: |
This comment has been minimized.
This comment has been minimized.
|
@upodroid look's like some bindings are not defined in Terraform ? |
|
someone merged a broken change to the module |
|
@upodroid can we manually actuate this until a fix lands ? |
|
Yes. Pin to the previous version |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
atlantis unlock |
This comment has been minimized.
This comment has been minimized.
Add a GCS bucket so we can migrate testgrid dashboards from Google to the Kubernetes infrastructure Ref: - kubernetes#8973 Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
|
Ran Plan for dir: Plan Failed: This project is currently locked by an unapplied plan from pull #9299. To continue, delete the lock from #9299 or apply that plan and merge the pull request. Once the lock is released, comment |
|
cc @BenTheElder @michelle192837 |
michelle192837
left a comment
There was a problem hiding this comment.
(Pending the Terraform diff succeeding)
Thanks for adding this!
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam, michelle192837 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 |
|
Actuation of the resources was done manually. PR can be merged. |
| source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket" | ||
| version = "~> 5" | ||
|
|
||
| name = "k8s-testgrid-config-external" |
There was a problem hiding this comment.
nit: I think it will be harder to get external projects to switch buckets initially than to switch buckets ourselves and eventually phase out the existing bucket, unless I'm missing something?
naming here suggests this bucket would be for other projects?
There was a problem hiding this comment.
Not really. I just came up with something to not conflict with the current setup. I'm happy to change it for a better suggestion.
|
Merging since the infra exists and Marko needs to pick up the diff |
Add a GCS bucket so we can migrate testgrid dashboards from Google to the Kubernetes infrastructure
Ref: