Skip to content

Commit

Permalink
chore(CI): updates for main default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Jan 4, 2025
1 parent a0381ec commit 1b922db
Show file tree
Hide file tree
Showing 27 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-cft-devtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and push new dev tools image
on:
push:
branches:
- "master"
- "main"
paths:
- "infra/build/**"
- ".github/workflows/build-push-cft-devtools.yml"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: "CodeQL"

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
paths:
- '**/*.go'
- '**/*.js'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-fbf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Flaky Build Finder Tests
on:
pull_request:
branches:
- 'master'
- 'main'
paths:
- 'infra/utils/fbf/**'
- '.github/workflows/go-fbf-test.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: lint
on:
pull_request:
branches:
- master
- main
paths:
- ".github/workflows/go-lint.yaml"
- "cli/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-module-swapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Module Swapper Tests
on:
pull_request:
branches:
- 'master'
- 'main'
paths:
- 'infra/module-swapper/**'
- '.github/workflows/go-module-swapper.yml'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-tflint-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: TFLint blueprint ruleset
on:
push:
branches:
- 'master'
- 'main'
paths:
- 'tflint-ruleset-blueprint/**'
- '.github/workflows/go-tflint-plugin.yml'
pull_request:
branches:
- 'master'
- 'main'
paths:
- 'tflint-ruleset-blueprint/**'
- '.github/workflows/go-tflint-plugin.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: 'lint'
on:
pull_request:
branches:
- 'master'
- 'main'
paths:
- "infra/terraform/**"
- ".github/workflows/lint.yaml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release new CLI versions
on:
push:
branches:
- "master"
- "main"
paths:
- "cli/Makefile"
- ".github/workflows/release-cli.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
schedule:
- cron: '18 1 * * 1'
push:
branches: [ "master" ]
branches: [ "main" ]

# Declare default permissions as read only.
permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cft-devtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test devtools image build
on:
pull_request:
branches:
- "master"
- "main"
paths:
- "infra/build/**"
- ".github/workflows/test-cft-devtools.yml"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: CFT CLI Tests
on:
push:
branches:
- 'master'
- 'main'
paths:
- 'cli/**'
- '.github/workflows/test-cli.yml'
pull_request:
branches:
- 'master'
- 'main'
paths:
- 'cli/**'
- '.github/workflows/test-cli.yml'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-tooling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
types: [released]
push:
branches:
- "master"
- "main"

env:
TERRAFORM_URL: "https://api.github.com/repos/hashicorp/terraform/releases/latest"
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: master
ref: main
- name: Update Tools
run: |
PR_UPDATE_BODY=""
Expand Down Expand Up @@ -118,4 +118,4 @@ jobs:
labels: automated pr
reviewers: bharathkkb, apeabody
branch: create-pull-request/patch-tools-version
base: master
base: main
2 changes: 1 addition & 1 deletion cli/bpbuild/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (

// getCBBuildsWithFilter returns a list of cloudbuild builds in projectID with a given filter.
// Additional client side filters can be specified via cFilters.
// TODO(bharathkkb): move https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/tree/master/infra/utils/fbf into CLI
// TODO(bharathkkb): move https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/tree/main/infra/utils/fbf into CLI
func getCBBuildsWithFilter(projectID string, filter string, cFilters []clientBuildFilter) ([]*cloudbuild.Build, error) {
ctx := context.Background()
cloudbuildService, err := cloudbuild.NewService(ctx)
Expand Down
2 changes: 1 addition & 1 deletion infra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ From the UI, download the [Fly CLI](https://concourse-ci.org/fly.html).

[cicd-folder]: https://console.cloud.google.com/iam-admin/iam?organizationId=826592752744&orgonly=true&project=&folder=853002531658
[phoogle-org]: https://console.cloud.google.com/iam-admin/iam?organizationId=826592752744&orgonly=true&project=
[billing-user]: https://github.com/terraform-google-modules/terraform-google-project-factory/blob/master/docs/TROUBLESHOOTING.md#missing-rolesbillinguser-role
[billing-user]: https://github.com/terraform-google-modules/terraform-google-project-factory/blob/main/docs/TROUBLESHOOTING.md#missing-rolesbillinguser-role

#### Managing Concourse

Expand Down
2 changes: 1 addition & 1 deletion infra/blueprint-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func TestMySqlPublicModule(t *testing.T) {

The next step in the process is to write the logic for assertions.

1. In most cases, you will be asserting against values retrieved from the GCP environment. This can be done by using the [gcloud](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/blueprint-test/pkg/gcloud/gcloud.go) helper in our test framework, which executes gcloud commands and stores their JSON outputs as. The gcloud helper can be initialized as follows:
1. In most cases, you will be asserting against values retrieved from the GCP environment. This can be done by using the [gcloud](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/blueprint-test/pkg/gcloud/gcloud.go) helper in our test framework, which executes gcloud commands and stores their JSON outputs as. The gcloud helper can be initialized as follows:

```go
// The tft struct can be used to pull output variables of the TF module being invoked by this test
Expand Down
2 changes: 1 addition & 1 deletion infra/build/developer-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ RUN /build/install_shellcheck.sh && \
/build/install_tinkey.sh ${TINKEY_VERSION}

# Optimized to independently cache layers for commonly updated tools:
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/.github/workflows/update-tooling.yml
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/.github/workflows/update-tooling.yml
ARG TERRAFORM_VERSION
RUN /build/install_terraform.sh ${TERRAFORM_VERSION}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ function replace_doc_generator {
if [ -n "${old_script_path}" ]; then
rm -rf "${old_script_path}"
cd "$(dirname "${old_script_path}")" || exit
wget https://raw.githubusercontent.com/terraform-google-modules/terraform-google-project-factory/master/helpers/terraform_{docs,validate} &>/dev/null
wget https://raw.githubusercontent.com/terraform-google-modules/terraform-google-project-factory/main/helpers/terraform_{docs,validate} &>/dev/null
rc=$?
if [ $rc -ne 0 ]; then
echo "Error: Doc Generator scripts have not been downloaded properly, please check/re-download them manually."
Expand Down Expand Up @@ -454,7 +454,7 @@ function generate_modules() {
# requires a secret with PAT called gh-pat-token and cloud build SA with roles/secretmanager.secretAccessor
function post_lint_status_pr_comment() {
export GITHUB_PAT_TOKEN=$(gcloud secrets versions access latest --secret="gh-pat-token")
final_message=$(/usr/local/bin/test_lint.sh --markdown --contrib-guide=../blob/master/CONTRIBUTING.md)
final_message=$(/usr/local/bin/test_lint.sh --markdown --contrib-guide=../blob/main/CONTRIBUTING.md)
if [ -z "$final_message" ]; then
final_message="Thanks for the PR! 🚀<br/>✅ Lint checks have passed."
fi
Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/modules/codeowners_file/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ locals {
commit_email = "[email protected]"
owners = { for value in var.repos_map : value.name => "${join(" ", formatlist("@%s", sort(setunion(lookup(value, "admins", []), lookup(value, "maintainers", [])))))} " if length(setunion(lookup(value, "admins", []), lookup(value, "maintainers", []))) > 0 }
groups = { for value in var.repos_map : value.name => "${join(" ", formatlist("@${value.org}/%s", value.groups))} " if length(value.groups) > 0 }
header = "# NOTE: This file is automatically generated from values at:\n# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/org/locals.tf\n"
header = "# NOTE: This file is automatically generated from values at:\n# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/org/locals.tf\n"
footer_prefix = "# NOTE: GitHub CODEOWNERS locations:\n# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-and-branch-protection\n"
footer_code = "CODEOWNERS @${var.org}/${var.owner}\n.github/CODEOWNERS @${var.org}/${var.owner}\ndocs/CODEOWNERS @${var.org}/${var.owner}\n"
footer = "\n${local.footer_prefix}\n${local.footer_code}\n"
Expand Down
4 changes: 2 additions & 2 deletions infra/terraform/modules/workflow_files/lint.yaml.tftpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Google LLC
# Copyright 2023-2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -13,7 +13,7 @@
# limitations under the License.

# NOTE: This file is automatically generated from values at:
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/org/locals.tf
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/org/locals.tf

name: 'lint'

Expand Down
4 changes: 2 additions & 2 deletions infra/terraform/modules/workflow_files/periodic-reporter.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023-2024 Google LLC
# Copyright 2023-2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -13,7 +13,7 @@
# limitations under the License.

# NOTE: This file is automatically generated from:
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/modules/workflow_files/periodic-reporter.yaml
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/modules/workflow_files/periodic-reporter.yaml

name: 'reporter'

Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/test-org/ci-project/cleaner.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resource "google_cloud_scheduler_job" "job" {
http_target {
http_method = "POST"
uri = "https://cloudbuild.googleapis.com/v1/projects/${local.project_id}/triggers/${google_cloudbuild_trigger.org_iam_cleaner_trigger.trigger_id}:run"
body = base64encode("{\"branchName\": \"master\"}")
body = base64encode("{\"branchName\": \"main\"}")
oauth_token {
service_account_email = google_service_account.service_account.email
}
Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/test-org/ci-project/foundation.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "google_cloud_scheduler_job" "reconcile_job" {
http_target {
http_method = "POST"
uri = "https://cloudbuild.googleapis.com/v1/projects/${local.project_id}/triggers/${google_cloudbuild_trigger.foundation_reconciler.trigger_id}:run"
body = base64encode("{\"branchName\": \"master\"}")
body = base64encode("{\"branchName\": \"main\"}")
oauth_token {
service_account_email = google_service_account.service_account.email
}
Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/test-org/ci-project/image_purger.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ resource "google_cloud_scheduler_job" "image_purge_job" {
http_target {
http_method = "POST"
uri = "https://cloudbuild.googleapis.com/v1/projects/${local.project_id}/triggers/${google_cloudbuild_trigger.image_purge_trigger.trigger_id}:run"
body = base64encode("{\"branchName\": \"master\"}")
body = base64encode("{\"branchName\": \"main\"}")
oauth_token {
service_account_email = google_service_account.service_account.email
}
Expand Down
24 changes: 12 additions & 12 deletions infra/terraform/test-org/ci-triggers/triggers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ resource "google_cloudbuild_trigger" "tf_validator_main_integration_tests" {
tf13 = "0.13.7"
}
name = "tf-validator-main-integration-tests-${each.key}"
description = "Main/release branch integration tests for terraform-validator with terraform ${each.value}. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/tf-validator/project.tf"
description = "Main/release branch integration tests for terraform-validator with terraform ${each.value}. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/tf-validator/project.tf"

provider = google-beta
project = local.project_id
Expand Down Expand Up @@ -118,7 +118,7 @@ resource "google_cloudbuild_trigger" "tf_validator_pull_integration_tests" {
tf13 = "0.13.7"
}
name = "tf-validator-pull-integration-tests-${each.key}"
description = "Pull request integration tests for terraform-validator with terraform ${each.value}. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/tf-validator/project.tf"
description = "Pull request integration tests for terraform-validator with terraform ${each.value}. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/tf-validator/project.tf"

provider = google-beta
project = local.project_id
Expand All @@ -143,7 +143,7 @@ resource "google_cloudbuild_trigger" "tf_validator_pull_integration_tests" {

resource "google_cloudbuild_trigger" "tf_validator_pull_unit_tests" {
name = "tf-validator-pull-unit-tests"
description = "Pull request unit tests for terraform-validator. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/tf-validator/project.tf"
description = "Pull request unit tests for terraform-validator. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/tf-validator/project.tf"

provider = google-beta
project = local.project_id
Expand All @@ -167,7 +167,7 @@ resource "google_cloudbuild_trigger" "tf_validator_pull_unit_tests" {

resource "google_cloudbuild_trigger" "tf_validator_main_unit_tests" {
name = "tf-validator-main-unit-tests"
description = "Main/release branch unit tests for terraform-validator. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/tf-validator/project.tf"
description = "Main/release branch unit tests for terraform-validator. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/tf-validator/project.tf"

provider = google-beta
project = local.project_id
Expand All @@ -190,7 +190,7 @@ resource "google_cloudbuild_trigger" "tf_validator_main_unit_tests" {

resource "google_cloudbuild_trigger" "tf_validator_pull_license_check" {
name = "tf-validator-pull-license-check"
description = "Pull request license check for terraform-validator. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/tf-validator/project.tf"
description = "Pull request license check for terraform-validator. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/tf-validator/project.tf"

provider = google-beta
project = local.project_id
Expand All @@ -208,7 +208,7 @@ resource "google_cloudbuild_trigger" "tf_validator_pull_license_check" {

resource "google_cloudbuild_trigger" "tf_validator_main_license_check" {
name = "tf-validator-main-license-check"
description = "Main/release branch license check for terraform-validator. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/tf-validator/project.tf"
description = "Main/release branch license check for terraform-validator. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/tf-validator/project.tf"

provider = google-beta
project = local.project_id
Expand All @@ -229,7 +229,7 @@ resource "google_cloudbuild_trigger" "tgc_main_integration_tests" {
tf13 = "0.13.7"
}
name = "tgc-main-integration-tests-${each.key}"
description = "Main/release branch integration tests for terraform-google-conversion with terraform ${each.value}. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/tf-validator/project.tf"
description = "Main/release branch integration tests for terraform-google-conversion with terraform ${each.value}. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/tf-validator/project.tf"

provider = google-beta
project = local.project_id
Expand Down Expand Up @@ -257,7 +257,7 @@ resource "google_cloudbuild_trigger" "tgc_pull_integration_tests" {
tf13 = "0.13.7"
}
name = "tgc-pull-integration-tests-${each.key}"
description = "Pull request integration tests for terraform-google-conversion with terraform ${each.value}. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/tf-validator/project.tf"
description = "Pull request integration tests for terraform-google-conversion with terraform ${each.value}. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/tf-validator/project.tf"

provider = google-beta
project = local.project_id
Expand All @@ -282,7 +282,7 @@ resource "google_cloudbuild_trigger" "tgc_pull_integration_tests" {

resource "google_cloudbuild_trigger" "tgc_pull_unit_tests" {
name = "tgc-pull-unit-tests"
description = "Pull request unit tests for terraform-google-conversion. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/tf-validator/project.tf"
description = "Pull request unit tests for terraform-google-conversion. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/tf-validator/project.tf"

provider = google-beta
project = local.project_id
Expand All @@ -306,7 +306,7 @@ resource "google_cloudbuild_trigger" "tgc_pull_unit_tests" {

resource "google_cloudbuild_trigger" "tgc_main_unit_tests" {
name = "tgc-main-unit-tests"
description = "Main/release branch unit tests for terraform-google-conversion. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/tf-validator/project.tf"
description = "Main/release branch unit tests for terraform-google-conversion. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/tf-validator/project.tf"

provider = google-beta
project = local.project_id
Expand All @@ -329,7 +329,7 @@ resource "google_cloudbuild_trigger" "tgc_main_unit_tests" {

resource "google_cloudbuild_trigger" "tgc_pull_license_check" {
name = "tgc-pull-license-check"
description = "Pull request license check for terraform-google-conversion. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/tf-validator/project.tf"
description = "Pull request license check for terraform-google-conversion. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/tf-validator/project.tf"

provider = google-beta
project = local.project_id
Expand All @@ -347,7 +347,7 @@ resource "google_cloudbuild_trigger" "tgc_pull_license_check" {

resource "google_cloudbuild_trigger" "tgc_main_license_check" {
name = "tgc-main-license-check"
description = "Main/release branch license check for terraform-google-conversion. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/tf-validator/project.tf"
description = "Main/release branch license check for terraform-google-conversion. Managed by Terraform https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/tf-validator/project.tf"

provider = google-beta
project = local.project_id
Expand Down
Loading

0 comments on commit 1b922db

Please sign in to comment.