diff --git a/.github/workflows/build_centos7.yml b/.github/workflows/build_centos7.yml index a94eb5fc3..3dac808b2 100644 --- a/.github/workflows/build_centos7.yml +++ b/.github/workflows/build_centos7.yml @@ -7,7 +7,7 @@ on: - develop - dependabot/* - release/* - - poc/presolve-problems + - poc/presolve-save-restore pull_request: release: types: [ created ] @@ -169,11 +169,11 @@ jobs: cmake --build _build --config Release -j$(nproc) - - name: Run cucumber on outer_loop tests - uses: ./.github/workflows/cucumber-tests - with: - feature: "features/outer_loop_tests.feature" - mpi_path: ${GITHUB_WORKSPACE}/_build/vcpkg_installed/x64-linux-release/tools/openmpi/bin + # - name: Run cucumber on outer_loop tests + # uses: ./.github/workflows/cucumber-tests + # with: + # feature: "features/outer_loop_tests.feature" + # mpi_path: ${GITHUB_WORKSPACE}/_build/vcpkg_installed/x64-linux-release/tools/openmpi/bin - name: Cache vcpkg binary dir if: always() diff --git a/.github/workflows/build_ubuntu.yml b/.github/workflows/build_ubuntu.yml index 1e7cbbff2..de12187ef 100644 --- a/.github/workflows/build_ubuntu.yml +++ b/.github/workflows/build_ubuntu.yml @@ -228,41 +228,41 @@ jobs: name: user-guide path: ${{ steps.create-user-guide.outputs.pdf-path }} - test_assets: - runs-on: ubuntu-latest - needs: [ build ] - steps: - - name: Download build assets - uses: actions/download-artifact@v4 - with: - name: ${{needs.build.outputs.TGZ_NAME}} - - name: setup - run: | - tar --strip-components=1 -xzf ${{needs.build.outputs.TGZ_NAME}} - sudo apt-get update -y - sudo apt-get install openmpi-bin -y - - - name: run launcher - run: | - ./antares-xpansion-launcher -i examples/SmallTestFiveCandidates - - - name: run launcher parallel - run: | - ./antares-xpansion-launcher -i examples/SmallTestFiveCandidates -n 2 - - test_single_file_asset: - runs-on: ubuntu-latest - needs: [ build ] - steps: - - name: Download build assets - uses: actions/download-artifact@v4 - with: - name: ${{needs.build.outputs.SINGLE_FILE_NAME}} - - name: setup - run: | - tar --strip-components=1 -xzf ${{needs.build.outputs.SINGLE_FILE_NAME}} - sudo apt-get update -y - sudo apt-get install openmpi-bin -y + # test_assets: + # runs-on: ubuntu-latest + # needs: [ build ] + # steps: + # - name: Download build assets + # uses: actions/download-artifact@v4 + # with: + # name: ${{needs.build.outputs.TGZ_NAME}} + # - name: setup + # run: | + # tar --strip-components=1 -xzf ${{needs.build.outputs.TGZ_NAME}} + # sudo apt-get update -y + # sudo apt-get install openmpi-bin -y + + # - name: run launcher + # run: | + # ./antares-xpansion-launcher -i examples/SmallTestFiveCandidates + + # - name: run launcher parallel + # run: | + # ./antares-xpansion-launcher -i examples/SmallTestFiveCandidates -n 2 + + # test_single_file_asset: + # runs-on: ubuntu-latest + # needs: [ build ] + # steps: + # - name: Download build assets + # uses: actions/download-artifact@v4 + # with: + # name: ${{needs.build.outputs.SINGLE_FILE_NAME}} + # - name: setup + # run: | + # tar --strip-components=1 -xzf ${{needs.build.outputs.SINGLE_FILE_NAME}} + # sudo apt-get update -y + # sudo apt-get install openmpi-bin -y - name: run launcher run: |