CI: Migrate slow test suit from Travis CI

Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
This commit is contained in:
Jessica Wagantall 2024-11-14 15:54:01 -08:00
parent bf62fa5de4
commit d0b35c1798
No known key found for this signature in database
GPG Key ID: 15254D5998FB3DF9
2 changed files with 2 additions and 7 deletions

View File

@ -31,7 +31,7 @@ jobs:
suite: suite:
- install_script - install_script
- sourcing - sourcing
- fast - slow
shell: shell:
- sh - sh
- bash - bash
@ -53,7 +53,7 @@ jobs:
packages.microsoft.com:443 packages.microsoft.com:443
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: sudo apt-get update; sudo apt-get install ${{ matrix.shell }} - run: sudo apt-get update; sudo apt-get install ${{ matrix.shell }}
if: matrix.shell == 'zsh' || matrix.shell == 'ksh' if: matrix.shell == 'zsh' || matrix.shell == 'ksh' || matrix.shell == 'bash'
# zsh (https://github.com/actions/runner-images/issues/264) and ksh are not in the ubuntu image # zsh (https://github.com/actions/runner-images/issues/264) and ksh are not in the ubuntu image
shell: bash shell: bash
- run: sudo ${{ matrix.shell }} --version 2> /dev/null || dpkg -s ${{ matrix.shell }} 2> /dev/null || which ${{ matrix.shell }} - run: sudo ${{ matrix.shell }} --version 2> /dev/null || dpkg -s ${{ matrix.shell }} 2> /dev/null || which ${{ matrix.shell }}

View File

@ -87,11 +87,6 @@ env:
- SHELL=bash TEST_SUITE=fast - SHELL=bash TEST_SUITE=fast
- SHELL=zsh TEST_SUITE=fast - SHELL=zsh TEST_SUITE=fast
# - SHELL=ksh TEST_SUITE=fast # - SHELL=ksh TEST_SUITE=fast
- SHELL=sh TEST_SUITE=slow
- SHELL=dash TEST_SUITE=slow
- SHELL=bash TEST_SUITE=slow
- SHELL=zsh TEST_SUITE=slow
# - SHELL=ksh TEST_SUITE=slow
- SHELL=sh TEST_SUITE=installation_iojs - SHELL=sh TEST_SUITE=installation_iojs
- SHELL=sh TEST_SUITE=installation_iojs WITHOUT_CURL=1 - SHELL=sh TEST_SUITE=installation_iojs WITHOUT_CURL=1
- SHELL=dash TEST_SUITE=installation_iojs - SHELL=dash TEST_SUITE=installation_iojs