Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit 033037f

Browse files
authored
Temporarily disable introspection tests (#372)
* Disable introspection tests * small change
1 parent 7cfda3c commit 033037f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

smoke-test-pipeline.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,21 @@ schedules:
66
include: [master]
77
displayName: M-F 9:00AM to 5:00pm Hourly (UTC - 8:00) PST Builds
88
# Uncomment below if we want builds to run when the code has NOT changed
9-
#always: true
9+
#always: true
1010

1111
variables:
12-
skipComponentGovernanceDetection: "true"
12+
skipComponentGovernanceDetection: "true"
1313

1414
stages:
15+
# CURRENTLY DISABLED INTROSPECTION TESTS
1516
- stage: integration_tests
1617
jobs:
1718
- job: introspection_onboard_integration_test
1819
variables:
1920
- group: "spk-vg"
2021
pool:
2122
vmImage: "Ubuntu 16.04"
23+
condition: eq(1,2) # disabling the test temporarily
2224
steps:
2325
- task: DownloadPipelineArtifact@2
2426
inputs:
@@ -78,7 +80,7 @@ stages:
7880
7981
# Include dependent scripts
8082
. ./functions.sh
81-
83+
8284
# Run the test
8385
bash ./introspection-validations.sh
8486
@@ -153,7 +155,7 @@ stages:
153155
. ./functions.sh
154156
mkdir helm-artifacts
155157
cp ./tests/helm-artifacts/* helm-artifacts
156-
158+
157159
# Run the test
158160
bash ./validations.sh
159161

0 commit comments

Comments
 (0)