Skip to content

Commit

Permalink
out
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Jun 25, 2024
1 parent 29e27d3 commit 9dc24ff
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,24 +71,17 @@ jobs:
rm -rf /github/home/.cache
mkdir -p /github/home/.cache
export ASAN_SYMBOLIZER_PATH=$(realpath /usr/bin/llvm-symbolizer-15)
./tests.sh --timeout 240 --output-on-failure -LE "benchmark|perf|protocolstest|vegeta|suite" > tests.out
./tests.sh --timeout 240 --output-on-failure -LE "benchmark|perf|protocolstest|vegeta|suite"
shell: bash
if: "${{ matrix.platform.name != 'snp' }}" # Needs 1ES Pool support

- name: "Partitions Test ${{ matrix.platform.name }}"
run: |
set -ex
source env/bin/activate && ctest -VV --timeout 240 -L partitions -C partitions > partitions.out
source env/bin/activate && ctest -VV --timeout 240 -L partitions -C partitions
shell: bash
if: "${{ matrix.platform.name != 'snp' }}" # Needs 1ES Pool support

- name: "Upload test output for ${{ matrix.platform.name }}"
uses: actions/upload-artifact@v4
with:
name: logs-${{ matrix.platform.name }}
path: build/*.out
if: "(success() || failure()) && ${{ matrix.platform.name }} != 'snp'" # Needs 1ES Pool support

- name: "Upload logs for ${{ matrix.platform.name }}"
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 9dc24ff

Please sign in to comment.