Skip to content

Commit

Permalink
chore: stop gen of cloudbuild as it needs patches (#7679)
Browse files Browse the repository at this point in the history
This is currently breaking our post-processor
  • Loading branch information
codyoss committed Apr 3, 2023
1 parent ac0a0f6 commit 40ea7a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/.OwlBot.yaml
Expand Up @@ -44,7 +44,7 @@ deep-remove-regex:
- /binaryauthorization/apiv1beta1/
- /certificatemanager/apiv1/
- /channel/apiv1/
- /cloudbuild/apiv1/v2/
# - /cloudbuild/apiv1/v2/
- /cloudbuild/apiv2/
- /clouddms/apiv1/
- /contactcenterinsights/apiv1/
Expand Down Expand Up @@ -285,8 +285,8 @@ deep-copy-regex:
dest: /certificatemanager/apiv1
- source: /google/cloud/channel/v1/cloud.google.com/go/channel/apiv1
dest: /channel/apiv1
- source: /google/devtools/cloudbuild/v1/cloud.google.com/go/cloudbuild/apiv1/v2
dest: /cloudbuild/apiv1/v2
# - source: /google/devtools/cloudbuild/v1/cloud.google.com/go/cloudbuild/apiv1/v2
# dest: /cloudbuild/apiv1/v2
- source: /google/devtools/cloudbuild/v2/cloud.google.com/go/cloudbuild/apiv2
dest: /cloudbuild/apiv2
- source: /google/cloud/clouddms/v1/cloud.google.com/go/clouddms/apiv1
Expand Down
1 change: 0 additions & 1 deletion internal/gapicgen/generator/config.go
Expand Up @@ -690,7 +690,6 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
},
{
InputDirectoryPath: "google/devtools/cloudbuild/v1",
stopGeneration: true,
Pkg: "cloudbuild",
ImportPath: "cloud.google.com/go/cloudbuild/apiv1/v2",
GRPCServiceConfigPath: "cloudbuild_grpc_service_config.json",
Expand Down

0 comments on commit 40ea7a4

Please sign in to comment.