Skip to content

Commit 4612d87

Browse files
authored
Merge pull request #36035 from medyagh/lintall_yamlcomment
yaml lint: address all comments-indentation warnings
2 parents b7f8089 + b01c6cc commit 4612d87

24 files changed

+205
-204
lines changed

config/jobs/image-pushing/k8s-staging-cloud-provider-vsphere.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ periodics:
4545
command:
4646
- /run.sh
4747
args:
48-
# this is the project GCB will run in, which is the same as the GCR images are pushed to.
48+
# this is the project GCB will run in, which is the same as the GCR images are pushed to.
4949
- --project=k8s-staging-cloud-pv-vsphere
5050
- --scratch-bucket=gs://k8s-staging-cloud-pv-vsphere-gcb
5151
- --env-passthrough=PULL_BASE_REF
5252
- --gcb-config=cloudbuild-nightly.yaml
5353
- --with-git-dir
5454
- .
5555
env:
56-
# We need to emulate a pull job for the cloud build to work the same
57-
# way as it usually does.
56+
# We need to emulate a pull job for the cloud build to work the same
57+
# way as it usually does.
5858
- name: PULL_BASE_REF
5959
value: master
6060
annotations:
61-
# this is the name of some testgrid dashboard to report to.
61+
# this is the name of some testgrid dashboard to report to.
6262
testgrid-dashboards: sig-k8s-infra-gcb
6363
testgrid-tab-name: cloud-provider-vsphere-push-images-nightly
6464
testgrid-alert-email: [email protected]

config/jobs/image-pushing/k8s-staging-cluster-api.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -435,22 +435,22 @@ periodics:
435435
command:
436436
- /run.sh
437437
args:
438-
# this is the project GCB will run in, which is the same as the GCR images are pushed to.
438+
# this is the project GCB will run in, which is the same as the GCR images are pushed to.
439439
- --project=k8s-staging-cluster-api
440440
- --scratch-bucket=gs://k8s-staging-cluster-api-gcb
441441
- --env-passthrough=PULL_BASE_REF
442442
- --gcb-config=cloudbuild-nightly.yaml
443443
- --with-git-dir
444444
- .
445445
env:
446-
# We need to emulate a pull job for the cloud build to work the same
447-
# way as it usually does.
446+
# We need to emulate a pull job for the cloud build to work the same
447+
# way as it usually does.
448448
- name: PULL_BASE_REF
449449
value: main
450450
- name: LOG_TO_STDOUT
451451
value: "y"
452452
annotations:
453-
# this is the name of some testgrid dashboard to report to.
453+
# this is the name of some testgrid dashboard to report to.
454454
testgrid-dashboards: sig-cluster-lifecycle-image-pushes, sig-k8s-infra-gcb
455455
testgrid-tab-name: cluster-api-push-images-nightly
456456
testgrid-alert-email: [email protected]
@@ -476,20 +476,20 @@ periodics:
476476
command:
477477
- /run.sh
478478
args:
479-
# this is the project GCB will run in, which is the same as the GCR images are pushed to.
479+
# this is the project GCB will run in, which is the same as the GCR images are pushed to.
480480
- --project=k8s-staging-capi-vsphere
481481
- --scratch-bucket=gs://k8s-staging-capi-vsphere-gcb
482482
- --env-passthrough=PULL_BASE_REF
483483
- --gcb-config=cloudbuild-nightly.yaml
484484
- --with-git-dir
485485
- .
486486
env:
487-
# We need to emulate a pull job for the cloud build to work the same
488-
# way as it usually does.
487+
# We need to emulate a pull job for the cloud build to work the same
488+
# way as it usually does.
489489
- name: PULL_BASE_REF
490490
value: main
491491
annotations:
492-
# this is the name of some testgrid dashboard to report to.
492+
# this is the name of some testgrid dashboard to report to.
493493
testgrid-dashboards: sig-cluster-lifecycle-image-pushes, sig-k8s-infra-gcb
494494
testgrid-tab-name: cluster-api-provider-vsphere-push-images-nightly
495495
testgrid-alert-email: [email protected]
@@ -510,20 +510,20 @@ periodics:
510510
command:
511511
- /run.sh
512512
args:
513-
# this is the project GCB will run in, which is the same as the GCR images are pushed to.
513+
# this is the project GCB will run in, which is the same as the GCR images are pushed to.
514514
- --project=k8s-staging-cluster-api-aws
515515
- --scratch-bucket=gs://k8s-staging-cluster-api-aws-gcb
516516
- --env-passthrough=PULL_BASE_REF
517517
- --gcb-config=cloudbuild-nightly.yaml
518518
- --with-git-dir
519519
- .
520520
env:
521-
# We need to emulate a pull job for the cloud build to work the same
522-
# way as it usually does.
521+
# We need to emulate a pull job for the cloud build to work the same
522+
# way as it usually does.
523523
- name: PULL_BASE_REF
524524
value: main
525525
annotations:
526-
# this is the name of some testgrid dashboard to report to.
526+
# this is the name of some testgrid dashboard to report to.
527527
testgrid-dashboards: sig-cluster-lifecycle-image-pushes, sig-k8s-infra-gcb
528528
testgrid-tab-name: cluster-api-provider-aws-push-images-nightly
529529
testgrid-alert-email: [email protected]
@@ -544,20 +544,20 @@ periodics:
544544
command:
545545
- /run.sh
546546
args:
547-
# this is the project GCB will run in, which is the same as the GCR images are pushed to.
547+
# this is the project GCB will run in, which is the same as the GCR images are pushed to.
548548
- --project=k8s-staging-cluster-api-gcp
549549
- --scratch-bucket=gs://k8s-staging-cluster-api-gcp-gcb
550550
- --env-passthrough=PULL_BASE_REF
551551
- --gcb-config=cloudbuild-nightly.yaml
552552
- --with-git-dir
553553
- .
554554
env:
555-
# We need to emulate a pull job for the cloud build to work the same
556-
# way as it usually does.
555+
# We need to emulate a pull job for the cloud build to work the same
556+
# way as it usually does.
557557
- name: PULL_BASE_REF
558558
value: main
559559
annotations:
560-
# this is the name of some testgrid dashboard to report to.
560+
# this is the name of some testgrid dashboard to report to.
561561
testgrid-dashboards: sig-cluster-lifecycle-image-pushes, sig-k8s-infra-gcb
562562
testgrid-tab-name: cluster-api-provider-gcp-push-images-nightly
563563
testgrid-alert-email: [email protected]

config/jobs/kubernetes-sigs/cloud-provider-azure/cloud-provider-azure-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ presubmits:
129129
value: "true"
130130
- name: CONTROL_PLANE_MACHINE_COUNT # CAPZ config
131131
value: "1"
132-
# TODO: Should use a 1.29 K8s version
132+
# TODO: Should use a 1.29 K8s version
133133
- name: KUBERNETES_VERSION # CAPZ config
134134
value: "latest"
135135
- name: AZURE_LOADBALANCER_SKU # cloud-provider-azure config

config/jobs/kubernetes-sigs/cloud-provider-azure/cloud-provider-azure-presubmit-1.31.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ presubmits:
3030
testgrid-tab-name: pr-cloud-provider-azure-check-1-31
3131
description: "Run lint check tests for cloud-provider-azure release-1.31."
3232
testgrid-num-columns-recent: "30"
33-
# pull-cloud-provider-azure-e2e-ccm-vmss-capz-1-31
33+
# pull-cloud-provider-azure-e2e-ccm-vmss-capz-1-31
3434
- name: pull-cloud-provider-azure-e2e-ccm-vmss-capz-1-31
3535
cluster: eks-prow-build-cluster
3636
skip_if_only_changed: "^docs/|^.pipelines/|^site/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)$|go.sum"
@@ -90,7 +90,7 @@ presubmits:
9090
testgrid-tab-name: pr-cloud-provider-azure-e2e-ccm-vmss-capz-1-31
9191
description: "Runs Azure specific tests with cloud-provider-azure release-1.31 (https://github.com/kubernetes-sigs/cloud-provider-azure) on vmss, using cluster-api-provider-azure."
9292
testgrid-num-columns-recent: "30"
93-
# pull-cloud-provider-azure-e2e-capz-1-31 runs kubernetes conformance tests.
93+
# pull-cloud-provider-azure-e2e-capz-1-31 runs kubernetes conformance tests.
9494
- name: pull-cloud-provider-azure-e2e-capz-1-31
9595
cluster: eks-prow-build-cluster
9696
skip_if_only_changed: "^docs/|^site/|^tests/e2e/|^.pipelines/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)$|go.sum"
@@ -158,7 +158,7 @@ presubmits:
158158
testgrid-tab-name: pr-cloud-provider-azure-e2e-capz-1-31
159159
description: "Runs Kubernetes conformance tests with cloud-provider-azure release-1.31 (https://github.com/kubernetes-sigs/cloud-provider-azure) using cluster-api-provider-azure."
160160
testgrid-num-columns-recent: "30"
161-
# pull-cloud-provider-azure-e2e-ccm-1-31
161+
# pull-cloud-provider-azure-e2e-ccm-1-31
162162
- name: pull-cloud-provider-azure-e2e-ccm-capz-1-31
163163
cluster: eks-prow-build-cluster
164164
skip_if_only_changed: "^docs/|^site/|^\\.github/|^.pipelines/|\\.(md|adoc)$|^(README|LICENSE)$|go.sum"
@@ -214,7 +214,7 @@ presubmits:
214214
testgrid-tab-name: pr-cloud-provider-azure-e2e-ccm-capz-1-31
215215
description: "Runs Azure specific tests with cloud-provider-azure release-1.31 (https://github.com/kubernetes-sigs/cloud-provider-azure) using cluster-api-provider-azure."
216216
testgrid-num-columns-recent: "30"
217-
# pull-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz-1-31 runs Azure specific e2e tests with cloud controller manager v1.31 and IP-based load balancer backend pools.
217+
# pull-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz-1-31 runs Azure specific e2e tests with cloud controller manager v1.31 and IP-based load balancer backend pools.
218218
- name: pull-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz-1-31
219219
cluster: eks-prow-build-cluster
220220
skip_if_only_changed: "^docs/|^site/|^helm/|^pkg/azclient/|^kubetest2-aks/|^.pipelines/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)|^examples/|^tests/k8s-azure/manifest$|netlify.toml|.codespellignore|go.sum"
@@ -288,7 +288,7 @@ presubmits:
288288
testgrid-tab-name: pr-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz-1-31
289289
description: "Runs Azure specific e2e tests with cloud controller manager v1.31 and IP-based load balancer backend pools."
290290
testgrid-num-columns-recent: '30'
291-
# pull-cloud-provider-azure-e2e-ccm-vmss-multi-slb-capz-1-31 runs Azure specific e2e tests with cloud controller manager v1.31 and multiple standard load balancers.
291+
# pull-cloud-provider-azure-e2e-ccm-vmss-multi-slb-capz-1-31 runs Azure specific e2e tests with cloud controller manager v1.31 and multiple standard load balancers.
292292
- name: pull-cloud-provider-azure-e2e-ccm-vmss-multi-slb-capz-1-31
293293
cluster: eks-prow-build-cluster
294294
skip_if_only_changed: "^docs/|^site/|^helm/|^pkg/azclient/|^kubetest2-aks/|^.pipelines/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)|^examples/|^tests/k8s-azure/manifest$|netlify.toml|.codespellignore|go.sum"

config/jobs/kubernetes-sigs/cloud-provider-azure/cloud-provider-azure-presubmit-1.32.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ presubmits:
3030
testgrid-tab-name: pr-cloud-provider-azure-check-1-32
3131
description: "Run lint check tests for cloud-provider-azure release-1.32."
3232
testgrid-num-columns-recent: "30"
33-
# pull-cloud-provider-azure-e2e-ccm-vmss-capz-1-32
33+
# pull-cloud-provider-azure-e2e-ccm-vmss-capz-1-32
3434
- name: pull-cloud-provider-azure-e2e-ccm-vmss-capz-1-32
3535
cluster: eks-prow-build-cluster
3636
skip_if_only_changed: "^docs/|^.pipelines/|^site/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)$|go.sum"
@@ -90,7 +90,7 @@ presubmits:
9090
testgrid-tab-name: pr-cloud-provider-azure-e2e-ccm-vmss-capz-1-32
9191
description: "Runs Azure specific tests with cloud-provider-azure release-1.32 (https://github.com/kubernetes-sigs/cloud-provider-azure) on vmss, using cluster-api-provider-azure."
9292
testgrid-num-columns-recent: "30"
93-
# pull-cloud-provider-azure-e2e-capz-1-32 runs kubernetes conformance tests.
93+
# pull-cloud-provider-azure-e2e-capz-1-32 runs kubernetes conformance tests.
9494
- name: pull-cloud-provider-azure-e2e-capz-1-32
9595
cluster: eks-prow-build-cluster
9696
skip_if_only_changed: "^docs/|^site/|^tests/e2e/|^.pipelines/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)$|go.sum"
@@ -158,7 +158,7 @@ presubmits:
158158
testgrid-tab-name: pr-cloud-provider-azure-e2e-capz-1-32
159159
description: "Runs Kubernetes conformance tests with cloud-provider-azure release-1.32 (https://github.com/kubernetes-sigs/cloud-provider-azure) using cluster-api-provider-azure."
160160
testgrid-num-columns-recent: "30"
161-
# pull-cloud-provider-azure-e2e-ccm-1-32
161+
# pull-cloud-provider-azure-e2e-ccm-1-32
162162
- name: pull-cloud-provider-azure-e2e-ccm-capz-1-32
163163
cluster: eks-prow-build-cluster
164164
skip_if_only_changed: "^docs/|^site/|^\\.github/|^.pipelines/|\\.(md|adoc)$|^(README|LICENSE)$|go.sum"
@@ -214,7 +214,7 @@ presubmits:
214214
testgrid-tab-name: pr-cloud-provider-azure-e2e-ccm-capz-1-32
215215
description: "Runs Azure specific tests with cloud-provider-azure release-1.32 (https://github.com/kubernetes-sigs/cloud-provider-azure) using cluster-api-provider-azure."
216216
testgrid-num-columns-recent: "30"
217-
# pull-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz-1-32 runs Azure specific e2e tests with cloud controller manager v1.32 and IP-based load balancer backend pools.
217+
# pull-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz-1-32 runs Azure specific e2e tests with cloud controller manager v1.32 and IP-based load balancer backend pools.
218218
- name: pull-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz-1-32
219219
cluster: eks-prow-build-cluster
220220
skip_if_only_changed: "^docs/|^site/|^helm/|^pkg/azclient/|^kubetest2-aks/|^.pipelines/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)|^examples/|^tests/k8s-azure/manifest$|netlify.toml|.codespellignore|go.sum"
@@ -288,7 +288,7 @@ presubmits:
288288
testgrid-tab-name: pr-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz-1-32
289289
description: "Runs Azure specific e2e tests with cloud controller manager v1.32 and IP-based load balancer backend pools."
290290
testgrid-num-columns-recent: '30'
291-
# pull-cloud-provider-azure-e2e-ccm-vmss-multi-slb-capz-1-32 runs Azure specific e2e tests with cloud controller manager v1.32 and multiple standard load balancers.
291+
# pull-cloud-provider-azure-e2e-ccm-vmss-multi-slb-capz-1-32 runs Azure specific e2e tests with cloud controller manager v1.32 and multiple standard load balancers.
292292
- name: pull-cloud-provider-azure-e2e-ccm-vmss-multi-slb-capz-1-32
293293
cluster: eks-prow-build-cluster
294294
skip_if_only_changed: "^docs/|^site/|^helm/|^pkg/azclient/|^kubetest2-aks/|^.pipelines/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)|^examples/|^tests/k8s-azure/manifest$|netlify.toml|.codespellignore|go.sum"

config/jobs/kubernetes-sigs/cloud-provider-azure/cloud-provider-azure-presubmit-1.33.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ presubmits:
3030
testgrid-tab-name: pr-cloud-provider-azure-check-1-33
3131
description: "Run lint check tests for cloud-provider-azure release-1.33."
3232
testgrid-num-columns-recent: "30"
33-
# pull-cloud-provider-azure-e2e-ccm-vmss-capz-1-33
33+
# pull-cloud-provider-azure-e2e-ccm-vmss-capz-1-33
3434
- name: pull-cloud-provider-azure-e2e-ccm-vmss-capz-1-33
3535
cluster: eks-prow-build-cluster
3636
skip_if_only_changed: "^docs/|^.pipelines/|^site/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)$|go.sum"
@@ -90,7 +90,7 @@ presubmits:
9090
testgrid-tab-name: pr-cloud-provider-azure-e2e-ccm-vmss-capz-1-33
9191
description: "Runs Azure specific tests with cloud-provider-azure release-1.33 (https://github.com/kubernetes-sigs/cloud-provider-azure) on vmss, using cluster-api-provider-azure."
9292
testgrid-num-columns-recent: "30"
93-
# pull-cloud-provider-azure-e2e-capz-1-33 runs kubernetes conformance tests.
93+
# pull-cloud-provider-azure-e2e-capz-1-33 runs kubernetes conformance tests.
9494
- name: pull-cloud-provider-azure-e2e-capz-1-33
9595
cluster: eks-prow-build-cluster
9696
skip_if_only_changed: "^docs/|^site/|^tests/e2e/|^.pipelines/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)$|go.sum"
@@ -158,7 +158,7 @@ presubmits:
158158
testgrid-tab-name: pr-cloud-provider-azure-e2e-capz-1-33
159159
description: "Runs Kubernetes conformance tests with cloud-provider-azure release-1.33 (https://github.com/kubernetes-sigs/cloud-provider-azure) using cluster-api-provider-azure."
160160
testgrid-num-columns-recent: "30"
161-
# pull-cloud-provider-azure-e2e-ccm-1-33
161+
# pull-cloud-provider-azure-e2e-ccm-1-33
162162
- name: pull-cloud-provider-azure-e2e-ccm-capz-1-33
163163
cluster: eks-prow-build-cluster
164164
skip_if_only_changed: "^docs/|^site/|^\\.github/|^.pipelines/|\\.(md|adoc)$|^(README|LICENSE)$|go.sum"
@@ -214,7 +214,7 @@ presubmits:
214214
testgrid-tab-name: pr-cloud-provider-azure-e2e-ccm-capz-1-33
215215
description: "Runs Azure specific tests with cloud-provider-azure release-1.33 (https://github.com/kubernetes-sigs/cloud-provider-azure) using cluster-api-provider-azure."
216216
testgrid-num-columns-recent: "30"
217-
# pull-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz-1-33 runs Azure specific e2e tests with cloud controller manager v1.33 and IP-based load balancer backend pools.
217+
# pull-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz-1-33 runs Azure specific e2e tests with cloud controller manager v1.33 and IP-based load balancer backend pools.
218218
- name: pull-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz-1-33
219219
cluster: eks-prow-build-cluster
220220
skip_if_only_changed: "^docs/|^site/|^helm/|^pkg/azclient/|^kubetest2-aks/|^.pipelines/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)|^examples/|^tests/k8s-azure/manifest$|netlify.toml|.codespellignore|go.sum"
@@ -288,7 +288,7 @@ presubmits:
288288
testgrid-tab-name: pr-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz-1-33
289289
description: "Runs Azure specific e2e tests with cloud controller manager v1.33 and IP-based load balancer backend pools."
290290
testgrid-num-columns-recent: '30'
291-
# pull-cloud-provider-azure-e2e-ccm-vmss-multi-slb-capz-1-33 runs Azure specific e2e tests with cloud controller manager v1.33 and multiple standard load balancers.
291+
# pull-cloud-provider-azure-e2e-ccm-vmss-multi-slb-capz-1-33 runs Azure specific e2e tests with cloud controller manager v1.33 and multiple standard load balancers.
292292
- name: pull-cloud-provider-azure-e2e-ccm-vmss-multi-slb-capz-1-33
293293
cluster: eks-prow-build-cluster
294294
skip_if_only_changed: "^docs/|^site/|^helm/|^pkg/azclient/|^kubetest2-aks/|^.pipelines/|^\\.github/|\\.(md|adoc)$|^(README|LICENSE)|^examples/|^tests/k8s-azure/manifest$|netlify.toml|.codespellignore|go.sum"

0 commit comments

Comments
 (0)