Add HostPort conformance test to swifte2e (#1644)
* add hostport conformance test to swifte2e * exclude specific . paths, still want to run on changes to .pipeline
This commit is contained in:
Родитель
2995bae616
Коммит
6e552a078b
|
@ -4,7 +4,10 @@ pr:
|
|||
- master
|
||||
paths:
|
||||
exclude:
|
||||
- ".*"
|
||||
- ".devcontainer"
|
||||
- ".hooks"
|
||||
- ".vscode"
|
||||
- ".github"
|
||||
- docs
|
||||
|
||||
trigger:
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче