Skip to content

Commit

Permalink
Merge pull request crossplane-contrib#627 from muvaf/cert-test-disable
Browse files Browse the repository at this point in the history
aws.acm-pca: disable certificateauthority tests since they cost too much
  • Loading branch information
muvaf committed Aug 29, 2022
2 parents 8c23b66 + 6fd7795 commit 6446bcc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider-aws/examples/acmpca/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: acmpca.aws.upbound.io/v1beta1
kind: Certificate
metadata:
name: example
annotations:
upjet.upbound.io/manual-intervention: "It depends on CertificateAuthority which is not suitable for continuous automated testing."
spec:
writeConnectionSecretToRef:
name: acmpca-certificate
Expand Down
2 changes: 2 additions & 0 deletions provider-aws/examples/acmpca/certificateauthority.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ apiVersion: acmpca.aws.upbound.io/v1beta1
kind: CertificateAuthority
metadata:
name: example
annotations:
upjet.upbound.io/manual-intervention: "Creation of this resource costs over $100, so it is not suitable for continuous testing."
spec:
writeConnectionSecretToRef:
name: acmpca-ca
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: acmpca.aws.upbound.io/v1beta1
kind: CertificateAuthorityCertificate
metadata:
name: example
annotations:
upjet.upbound.io/manual-intervention: "It depends on CertificateAuthority which is not suitable for continuous automated testing."
spec:
forProvider:
region: eu-central-1
Expand Down

0 comments on commit 6446bcc

Please sign in to comment.