Skip to content

Commit

Permalink
Skip automatic testing since it requires a real project number or ID
Browse files Browse the repository at this point in the history
Signed-off-by: akerone <[email protected]>
  • Loading branch information
akerone committed Jan 13, 2025
1 parent e58c0ad commit 5b92f70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/tags/v1beta1/locationtagbinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: LocationTagBinding
metadata:
annotations:
meta.upbound.io/example-id: tags/v1beta1/locationtagbinding
upjet.upbound.io/manual-intervention: "The resource requires a real Project number"
labels:
testing.upbound.io/example-name: binding
name: binding
Expand All @@ -21,6 +22,7 @@ kind: V2Service
metadata:
annotations:
meta.upbound.io/example-id: tags/v1beta1/locationtagbinding
upjet.upbound.io/manual-intervention: "Skipped in automatic testing, because LocationTagBinding will be skipped too"
labels:
testing.upbound.io/example-name: default
name: default
Expand All @@ -39,6 +41,7 @@ kind: TagKey
metadata:
annotations:
meta.upbound.io/example-id: tags/v1beta1/locationtagbinding
upjet.upbound.io/manual-intervention: "The resource requires a real Project number or ID"
labels:
testing.upbound.io/example-name: key
name: key
Expand All @@ -55,6 +58,7 @@ kind: TagValue
metadata:
annotations:
meta.upbound.io/example-id: tags/v1beta1/locationtagbinding
upjet.upbound.io/manual-intervention: "This resource is skipped because the LocationTagKey resource is skipped"
labels:
testing.upbound.io/example-name: value
name: value
Expand Down

0 comments on commit 5b92f70

Please sign in to comment.