File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 - fs/xfstests.py.data/btrfs/ci.yaml
3232 container :
3333 - ubuntu:latest
34- - fedora:latest
34+ - fedora:40
3535 - opensuse/leap:latest # Added openSUSE Leap
3636
3737 steps :
5656 if [[ '${{ matrix.container }}' == 'ubuntu:latest' ]]; then \
5757 apt-get update && apt-get -y upgrade && apt-get install -y build-essential python3 python3-pip && \
5858 pip3 install --break-system-packages avocado-framework && pip3 install --break-system-packages avocado-framework-plugin-varianter-yaml-to-mux; \
59- elif [[ '${{ matrix.container }}' == 'fedora:latest ' ]]; then \
60- dnf -y update && dnf -y groupinstall 'Development Tools' && dnf -y install python3 python3-pip hostname which && \
59+ elif [[ '${{ matrix.container }}' == 'fedora:40 ' ]]; then \
60+ dnf -y update && dnf -y group install "development-tools" && dnf -y install python3 python3-pip hostname which && \
6161 pip3 install avocado-framework && pip3 install avocado-framework-plugin-varianter-yaml-to-mux; \
6262 elif [[ '${{ matrix.container }}' == 'opensuse/leap:latest' ]]; then \
6363 zypper -n update && zypper -n install -t pattern devel_basis && zypper -n install python3 python3-pip hostname which && \
7979 echo "ARTIFACT_NAME_CONTAINER=$ARTIFACT_NAME_CONTAINER" >> $GITHUB_ENV
8080
8181 - name : Upload results
82- uses : actions/upload-artifact@v3
82+ uses : actions/upload-artifact@v4
8383 with :
8484 name : " xfstests_${{ env.ARTIFACT_NAME_CONFIG }}_${{ env.ARTIFACT_NAME_CONTAINER }}"
8585 path : ./avocado-results/
You can’t perform that action at this time.
0 commit comments