From aa255d2db9215416907f542cd094a95fcdb75f58 Mon Sep 17 00:00:00 2001 From: camrynl <31013536+camrynl@users.noreply.github.com> Date: Tue, 4 Oct 2022 15:17:47 -0700 Subject: [PATCH 1/2] add hostport conformance test to swifte2e --- .../singletenancy/aks-swift/e2e-step-template.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.pipelines/singletenancy/aks-swift/e2e-step-template.yaml b/.pipelines/singletenancy/aks-swift/e2e-step-template.yaml index c6dbf9e817..1e156e9318 100644 --- a/.pipelines/singletenancy/aks-swift/e2e-step-template.yaml +++ b/.pipelines/singletenancy/aks-swift/e2e-step-template.yaml @@ -88,6 +88,15 @@ steps: name: "servicesConformance" displayName: "Run Services Conformance Tests" + - script: | + echo "Run HostPort Conformance E2E" + export PATH=${PATH}:/usr/local/bin/gsutil + KUBECONFIG=~/.kube/config kubetest2 noop \ + --test ginkgo -- \ + --focus-regex "HostPort.*\[Conformance\].*" + name: "hostportConformance" + displayName: "Run HostPort Conformance Tests" + - script: | ARTIFACT_DIR=$(Build.ArtifactStagingDirectory)/aks-swift-output/ echo $ARTIFACT_DIR From b4a14adefad311cb707915ad9559f598bd1a81b7 Mon Sep 17 00:00:00 2001 From: camrynl <31013536+camrynl@users.noreply.github.com> Date: Tue, 4 Oct 2022 15:51:31 -0700 Subject: [PATCH 2/2] exclude specific . paths, still want to run on changes to .pipeline --- .pipelines/pipeline.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pipelines/pipeline.yaml b/.pipelines/pipeline.yaml index e66926e74e..46f320b19b 100644 --- a/.pipelines/pipeline.yaml +++ b/.pipelines/pipeline.yaml @@ -4,7 +4,10 @@ pr: - master paths: exclude: - - ".*" + - ".devcontainer" + - ".hooks" + - ".vscode" + - ".github" - docs trigger: