From 01f966d757c69e721c4567b1ddd3bde7fd4efc1f Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Wed, 13 Nov 2024 12:36:11 -0500 Subject: [PATCH] Run external tests using 4.0.0 --- .github/workflows/e2e.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 92df282..63fb211 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -308,7 +308,7 @@ jobs: git clone https://github.com/OSC/${{ matrix.package }}.git ./tmp/${{ matrix.package }} - name: Build ${{ matrix.package }} package if: matrix.arch == 'x86_64' - run: ./bin/ood_packaging -w ./tmp/work -o ./tmp/output -d ${{ matrix.dist }} -a ${{ matrix.arch }} -V v3.1.0 -T --debug $(pwd)/tmp/${{ matrix.package }} + run: ./bin/ood_packaging -w ./tmp/work -o ./tmp/output -d ${{ matrix.dist }} -a ${{ matrix.arch }} -V v4.0.0 -T --debug $(pwd)/tmp/${{ matrix.package }} - name: arch distro if: ${{ matrix.arch != 'x86_64' && github.event_name == 'schedule' }} run: | @@ -332,6 +332,6 @@ jobs: git config --global --add safe.directory $GITHUB_WORKSPACE bundle install git config --global --add safe.directory $GITHUB_WORKSPACE/tmp/${{ matrix.package }} - ./bin/ood_packaging -w ./tmp/work -o ./tmp/output -d ${{ matrix.dist }} -a ${{ matrix.arch }} -V v3.1.0 -T --debug $(pwd)/tmp/${{ matrix.package }} + ./bin/ood_packaging -w ./tmp/work -o ./tmp/output -d ${{ matrix.dist }} -a ${{ matrix.arch }} -V v4.0.0 -T --debug $(pwd)/tmp/${{ matrix.package }} env: | OOD_PACKAGING_DEBUG: 'true'