From 2c66eea37bc3805687b73553bdc798b49bc5f042 Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Thu, 13 Oct 2022 10:20:29 -0400 Subject: [PATCH] fix: Remove `examples/portworx` from planning checks due to unknown computed value caused by IAM policy (#1052) --- .github/workflows/plan-examples.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plan-examples.py b/.github/workflows/plan-examples.py index 2ca003f896..e68bd201f9 100644 --- a/.github/workflows/plan-examples.py +++ b/.github/workflows/plan-examples.py @@ -11,10 +11,11 @@ def get_examples(): exclude = { 'examples/eks-cluster-with-external-dns', # excluded until Rout53 is setup 'examples/ci-cd/gitlab-ci-cd', # excluded since GitLab auth, backend, etc. required - 'examples/fully-private-eks-cluster/vpc', # skipping until issue #711 is addressed + 'examples/fully-private-eks-cluster/vpc', # skipping until issue #711 is addressed 'examples/fully-private-eks-cluster/eks', 'examples/fully-private-eks-cluster/add-ons', - 'examples/ai-ml/ray' # excluded until #887 is fixed + 'examples/ai-ml/ray', # excluded until #887 is fixed + 'examples/portworx', # excluded due to policy not known at plan/apply time } projects = {