Skip to content

Commit

Permalink
Add timeout for required resources
Browse files Browse the repository at this point in the history
  • Loading branch information
turkenf committed Nov 14, 2022
1 parent 5c1f6a3 commit 962e957
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions examples/appstream/fleet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ apiVersion: appstream.aws.upbound.io/v1beta1
kind: Fleet
metadata:
annotations:
uptest.upbound.io/timeout: "3600"
meta.upbound.io/example-id: appstream/v1beta1/fleet
labels:
testing.upbound.io/example-name: test_fleet
name: test-fleet
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
computeCapacity:
Expand Down
1 change: 1 addition & 0 deletions examples/appstream/fleetstackassociation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: appstream.aws.upbound.io/v1beta1
kind: FleetStackAssociation
metadata:
annotations:
uptest.upbound.io/timeout: "3600"
meta.upbound.io/example-id: appstream/v1beta1/fleetstackassociation
labels:
testing.upbound.io/example-name: example
Expand Down
5 changes: 3 additions & 2 deletions examples/appstream/imagebuilder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ apiVersion: appstream.aws.upbound.io/v1beta1
kind: ImageBuilder
metadata:
annotations:
uptest.upbound.io/timeout: "3600"
meta.upbound.io/example-id: appstream/v1beta1/imagebuilder
labels:
testing.upbound.io/example-name: test_fleet
name: test-fleet
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
description: Description of a ImageBuilder
Expand Down
4 changes: 2 additions & 2 deletions examples/appstream/userstackassociation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ metadata:
annotations:
meta.upbound.io/example-id: appstream/v1beta1/userstackassociation
labels:
testing.upbound.io/example-name: test
name: test
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
authenticationTypeSelector:
Expand Down

0 comments on commit 962e957

Please sign in to comment.