Skip to content

Commit

Permalink
Enable tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Jul 3, 2024
1 parent 06438e1 commit 8a62880
Showing 1 changed file with 31 additions and 33 deletions.
64 changes: 31 additions & 33 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,28 +78,28 @@ jobs:
shell: bash
if: ${{ matrix.platform.name == 'snp' }}

# - name: "Install Extended Testing Tools"
# run: |
# set -ex
# sudo apt-get -y update
# sudo apt install ansible -y
# cd getting_started/setup_vm
# ansible-playbook ccf-extended-testing.yml
# shell: bash
# if: ${{ matrix.platform.name != 'snp' }}
- name: "Install Extended Testing Tools"
run: |
set -ex
sudo apt-get -y update
sudo apt install ansible -y
cd getting_started/setup_vm
ansible-playbook ccf-extended-testing.yml
shell: bash
if: ${{ matrix.platform.name != 'snp' }}

# - name: "Test ${{ matrix.platform.name }}"
# run: |
# set -ex
# cd build
# rm -rf /github/home/.cache
# mkdir -p /github/home/.cache
# export ASAN_SYMBOLIZER_PATH=$(realpath /usr/bin/llvm-symbolizer-15)
# # Unit tests
# ./tests.sh --output-on-failure -L unit -j$(nproc --all)
# ./tests.sh --timeout 360 --output-on-failure -LE "benchmark|perf|unit"
# shell: bash
# if: "${{ matrix.platform.name != 'snp' }}"
- name: "Test ${{ matrix.platform.name }}"
run: |
set -ex
cd build
rm -rf /github/home/.cache
mkdir -p /github/home/.cache
export ASAN_SYMBOLIZER_PATH=$(realpath /usr/bin/llvm-symbolizer-15)
# Unit tests
./tests.sh --output-on-failure -L unit -j$(nproc --all)
./tests.sh --timeout 360 --output-on-failure -LE "benchmark|perf|unit"
shell: bash
if: "${{ matrix.platform.name != 'snp' }}"

- name: "Make .deb Package"
id: make_deb
Expand Down Expand Up @@ -230,18 +230,16 @@ jobs:
uses: actions/download-artifact@v4
with:
name: relnotes
# - name: Download Compatibility Report
# uses: actions/download-artifact@v4
# with:
# name: compatibility
# path: compatibility
# merge-multiple: true
# - name: Download TLS Report
# uses: actions/download-artifact@v4
# with:
# name: tls
# path: tls
# merge-multiple: true
- name: Download Compatibility Report
uses: actions/download-artifact@v4
with:
name: compatibility
path: compatibility
- name: Download TLS Report
uses: actions/download-artifact@v4
with:
name: tls
path: tls
- name: Download Python Wheel
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 8a62880

Please sign in to comment.