This repository was archived by the owner on Apr 13, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
1111variables :
12- skipComponentGovernanceDetection : " true"
12+ skipComponentGovernanceDetection : " true"
1313
1414stages :
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
You can’t perform that action at this time.
0 commit comments