From 980b81e4671256c85a4a3e59c540493b9f826386 Mon Sep 17 00:00:00 2001 From: Dave Walter Date: Mon, 4 Apr 2022 17:38:44 -0700 Subject: [PATCH 1/2] Skip the memory resources test on K8s - cf-for-k8s times out instead of generating the appropriate error message Co-authored-by: Andrew Wittrock Co-authored-by: Andrew Costa --- apps/instance_reporting.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/instance_reporting.go b/apps/instance_reporting.go index fb77f3d7c..3012c08c1 100644 --- a/apps/instance_reporting.go +++ b/apps/instance_reporting.go @@ -14,6 +14,8 @@ import ( var _ = AppsDescribe("Getting instance information", func() { Describe("scaling memory", func() { + SkipOnK8s("CF-for-K8s generates a timeout instead of the expected error message") + var appName string var runawayTestSetup *workflowhelpers.ReproducibleTestSuiteSetup From 0ab5c48bba53a79fbd8c14eadce0bbb480cb19b5 Mon Sep 17 00:00:00 2001 From: Dave Walter Date: Mon, 4 Apr 2022 17:48:09 -0700 Subject: [PATCH 2/2] CI: Upate deploy-cf to add Windows cells - these are used to test changes to cf-smoke-tests-release --- ci/pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index f4bf5848c..addf420c4 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -229,6 +229,9 @@ jobs: OPS_FILES: | operations/use-compiled-releases.yml operations/use-internal-lookup-for-route-services.yml + operations/windows2019-cell.yml + operations/use-online-windows2019fs.yml + operations/experimental/use-compiled-releases-windows.yml - task: run-bosh-cleanup file: cf-deployment-concourse-tasks/bosh-cleanup/task.yml