Skip to content

Commit

Permalink
Restore test in the Stress pipeline (#5696)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyashton authored Sep 28, 2023
1 parent aee28c5 commit b46d01c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines-templates/stress-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
env:
container: sgx
pool: ado-sgx-ccf-sub-backup
cmake_args: "-DCOMPILE_TARGET=sgx"
cmake_args: "-DCOMPILE_TARGET=sgx -DLONG_TESTS=ON"
suffix: "StressTest"
artifact_name: "StressTest"
ctest_filter: '-L "vegeta" -C "long_stress"'
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines-templates/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
workingDirectory: build
# Only run privileged tests in container environment
- ${{ if not( or( eq(parameters.suffix, 'Perf'), eq(parameters.suffix, 'Tracing'))) }}:
- ${{ if not( or( eq(parameters.suffix, 'Perf'), eq(parameters.suffix, 'Tracing'), eq(parameters.suffix, 'StressTest') ) ) }}:
- script: |
set -ex
sudo bash -c "source env/bin/activate && ctest -VV --timeout ${{ parameters.ctest_timeout }} --no-compress-output -L partitions -C partitions"
Expand Down
2 changes: 1 addition & 1 deletion .stress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pr:
paths:
include:
- .stress.yml
- .stress-matrix.yml
- .azure-pipelines-templates/stress-matrix.yml

trigger: none

Expand Down

0 comments on commit b46d01c

Please sign in to comment.