Skip to content

Commit 307e898

Browse files
authored
Skip failing docs examples (#14506)
There are about 20 failing example programs in master; this results in an alert in the #docs-ops channel everyday and makes it hard for us to notice and fix any new failures in the 300+ programs that are currently working! This PR disables those failing test so we can catch and fix new failures in the future. I've also filed #14505 to track fixing these so we can ratchet this up to covering all of these programs.
1 parent 67d3560 commit 307e898

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

scripts/programs/ignore.txt

+21
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,24 @@ awsx-apigateway-custom-domain-.*
3333
kubernetes-.*
3434
k8s-.*
3535
helm-.*
36+
37+
# Skip broken programs to get back to green
38+
# https://github.com/pulumi/docs/issues/14505
39+
gcp-import-service-account-yaml
40+
gcp-import-service-account-csharp
41+
azure-native-import-resource-group-yaml
42+
gcp-import-service-account-python
43+
aws-iampolicy-jsonparse-csharp
44+
azure-native-import-resource-group-python
45+
aws-acm-certificate-csharp
46+
aws-simulated-dbserver-database-csharp
47+
aws-s3bucket-bucketobject-interpolate-csharp
48+
gcp-import-service-account-go
49+
aws-s3websitebucket-oai-bucketpolicy-csharp
50+
azure-native-import-resource-group-go
51+
gcp-import-service-account-typescript
52+
aws-s3bucket-bucketpolicy-csharp
53+
deepseek-ollama-csharp
54+
gcp-import-service-account-javascript
55+
gcp-simple-webserver-yaml
56+
azure-native-import-resource-group-csharp

0 commit comments

Comments
 (0)