Skip to content

Commit

Permalink
Merge pull request crossplane-contrib#141 from ezgidemirel/fix-uptest…
Browse files Browse the repository at this point in the history
…-timeout-annotation

Fix Uptest timeout annotation
  • Loading branch information
ezgidemirel committed Nov 11, 2022
2 parents a897ccc + c639ddb commit fc5c34b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/cloudsearch/domain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: cloudsearch.aws.upbound.io/v1beta1
kind: Domain
metadata:
annotations:
upjet.upbound.io/timeout: "5400" # Takes very long.
uptest.upbound.io/timeout: "5400" # Takes very long.
labels:
testing.upbound.io/example-name: domain
name: example-${Rand.RFC1123Subdomain}
Expand Down Expand Up @@ -30,7 +30,7 @@ apiVersion: cloudsearch.aws.upbound.io/v1beta1
kind: DomainServiceAccessPolicy
metadata:
annotations:
upjet.upbound.io/timeout: "5400" # Takes very long.
uptest.upbound.io/timeout: "5400" # Takes very long.
labels:
testing.upbound.io/example-name: domain
name: example-${Rand.RFC1123Subdomain}
Expand Down
2 changes: 1 addition & 1 deletion examples/ec2/instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: ec2.aws.upbound.io/v1beta1
kind: Instance
metadata:
annotations:
upjet.upbound.io/timeout: "3600"
uptest.upbound.io/timeout: "3600"
name: sample-instance
spec:
forProvider:
Expand Down
2 changes: 1 addition & 1 deletion examples/eks/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: eks.aws.upbound.io/v1beta1
kind: Cluster
metadata:
annotations:
upjet.upbound.io/timeout: "2400"
uptest.upbound.io/timeout: "2400"
name: sample-eks-cluster
labels:
testing.upbound.io/example-name: example
Expand Down
2 changes: 1 addition & 1 deletion examples/eks/identityproviderconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: eks.aws.upbound.io/v1beta1
kind: IdentityProviderConfig
metadata:
annotations:
upjet.upbound.io/timeout: "3600" # one hour timeout
uptest.upbound.io/timeout: "3600" # one hour timeout
name: example
spec:
forProvider:
Expand Down

0 comments on commit fc5c34b

Please sign in to comment.