Skip to content

Commit

Permalink
chore: disable oslogin owlbot gen (#7361)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss authored Feb 3, 2023
1 parent 9cf173b commit d1449e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ deep-remove-regex:
- /osconfig/apiv1
- /osconfig/apiv1alpha
- /osconfig/apiv1beta
- /oslogin/apiv1
- /oslogin/apiv1beta
# - /oslogin/apiv1
# - /oslogin/apiv1beta
- /phishingprotection/apiv1beta1
- /policytroubleshooter/apiv1
- /privatecatalog/apiv1beta1
Expand Down Expand Up @@ -172,8 +172,8 @@ deep-remove-regex:
- /workflows/apiv1beta

deep-preserve-regex:
-/.*/info.go
-/.*/path_funcs.go
- /.*/info.go
- /.*/path_funcs.go
- /.*/version.go
- /kms/apiv1/iam.go
- /kms/apiv1/iam_example_test.go
Expand Down Expand Up @@ -395,10 +395,10 @@ deep-copy-regex:
dest: /osconfig/apiv1alpha
- source: /google/cloud/osconfig/v1beta/cloud.google.com/go/osconfig/apiv1beta
dest: /osconfig/apiv1beta
- source: /google/cloud/oslogin/v1/cloud.google.com/go/oslogin/apiv1
dest: /oslogin/apiv1
- source: /google/cloud/oslogin/v1beta/cloud.google.com/go/oslogin/apiv1beta
dest: /oslogin/apiv1beta
# - source: /google/cloud/oslogin/v1/cloud.google.com/go/oslogin/apiv1
# dest: /oslogin/apiv1
# - source: /google/cloud/oslogin/v1beta/cloud.google.com/go/oslogin/apiv1beta
# dest: /oslogin/apiv1beta
- source: /google/cloud/phishingprotection/v1beta1/cloud.google.com/go/phishingprotection/apiv1beta1
dest: /phishingprotection/apiv1beta1
- source: /google/cloud/policytroubleshooter/v1/cloud.google.com/go/policytroubleshooter/apiv1
Expand Down
2 changes: 0 additions & 2 deletions internal/gapicgen/generator/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
},
{
InputDirectoryPath: "google/cloud/oslogin/v1",
stopGeneration: true,
Pkg: "oslogin",
ImportPath: "cloud.google.com/go/oslogin/apiv1",
GRPCServiceConfigPath: "oslogin_grpc_service_config.json",
Expand All @@ -516,7 +515,6 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
},
{
InputDirectoryPath: "google/cloud/oslogin/v1beta",
stopGeneration: true,
Pkg: "oslogin",
ImportPath: "cloud.google.com/go/oslogin/apiv1beta",
GRPCServiceConfigPath: "oslogin_grpc_service_config.json",
Expand Down

0 comments on commit d1449e6

Please sign in to comment.