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 14335bf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 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
3 changes: 2 additions & 1 deletion 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 Expand Up @@ -60,7 +61,7 @@ spec:
description: stack description
displayName: stack display name
feedbackUrl: https://aws.amazon.com
name: ${Rand.RFC1123Subdomain}
name: new-test-stack-example
redirectUrl: https://aws.amazon.com
region: us-east-1
storageConnectors:
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
2 changes: 1 addition & 1 deletion examples/appstream/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
description: stack description
displayName: stack display name
feedbackUrl: https://aws.amazon.com
name: ${Rand.RFC1123Subdomain}
name: new-test-stack-example
redirectUrl: https://aws.amazon.com
region: us-east-1
storageConnectors:
Expand Down
6 changes: 3 additions & 3 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 Expand Up @@ -35,7 +35,7 @@ spec:
description: stack description
displayName: stack display name
feedbackUrl: https://aws.amazon.com
name: ${Rand.RFC1123Subdomain}
name: new-test-stack-example
redirectUrl: https://aws.amazon.com
region: us-east-1
storageConnectors:
Expand Down

0 comments on commit 14335bf

Please sign in to comment.