Skip to content

Commit

Permalink
vbs: test Self-hosted Tests for vbs
Browse files Browse the repository at this point in the history
  • Loading branch information
OldLiu001 committed Aug 15, 2024
1 parent 86777be commit 1bce9e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,17 @@ jobs:
run: |
export ${{ matrix.IMPL }}
./ci.sh perf ${IMPL}
- name: Self-hosted Tests
if: ${{ github.event.inputs.self-hosted == 'yes' }}
run: |
export ${{ matrix.IMPL }}
if [ "${NO_SELF_HOST}" ]; then
echo "Skipping self-host for ${IMPL} due to NO_SELF_HOST variable"
else
DO_SELF_HOST=1 ./ci.sh test ${IMPL}
# Check that self-hosted mode really ran
[ "`grep -a "mal-user>" test-mal-*${IMPL}.debug | wc -l`" -gt 800 ]
fi
- name: Archive logs and debug output
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1bce9e4

Please sign in to comment.