From 91f71c3e86ab2f3fd8a473bc323b7dee647bf2d4 Mon Sep 17 00:00:00 2001 From: "Paul P.H. Wilson" <paul.wilson@wisc.edu> Date: Wed, 6 Sep 2023 12:46:42 -0500 Subject: [PATCH 1/2] Update for newer images with geant name --- .github/workflows/linux_build_test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux_build_test.yml b/.github/workflows/linux_build_test.yml index 940c2b983..e17b2b36c 100644 --- a/.github/workflows/linux_build_test.yml +++ b/.github/workflows/linux_build_test.yml @@ -50,9 +50,15 @@ jobs: moab_versions : [ 5.3.0, ] + double_down : [ + OFF, + ] + geant_version : [ + 10.7.4, + ] container: - image: ghcr.io/${{ github.repository_owner }}/dagmc-ci-ubuntu-${{ matrix.ubuntu_versions }}-${{ matrix.compiler}}-ext-hdf5_${{ matrix.hdf5_versions}}-moab_${{ matrix.moab_versions }}/moab:latest + image: ghcr.io/${{ github.repository_owner }}/dagmc-ci-ubuntu-${{ matrix.ubuntu_versions }}-${{ matrix.compiler}}-geant4_${{ matrix.geant_version }}-hdf5_${{ matrix.hdf5_versions}}-moab_${{ matrix.moab_versions }}/moab:latest steps: - name: Checkout repository From 1cbd584584b0e2d3f880cb46b20c80f13e33b618 Mon Sep 17 00:00:00 2001 From: "Paul P.H. Wilson" <paul.wilson@wisc.edu> Date: Wed, 6 Sep 2023 12:48:34 -0500 Subject: [PATCH 2/2] changelog update with PR --- doc/CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CHANGELOG.rst b/doc/CHANGELOG.rst index 839158312..0434bb36d 100644 --- a/doc/CHANGELOG.rst +++ b/doc/CHANGELOG.rst @@ -23,7 +23,7 @@ Next version * Introduced logger to better manage console output (#876) * Streamline CI to take advantage of better docker image management (#880, #896) * Move more CI from scripts to actions (#895) - * Develop advisory tests on merge for MOAB, double-down and Geant4 (#870, #898, #899) + * Develop advisory tests on merge for MOAB, double-down and Geant4 (#870, #898, #899, #904) * Adding flags to CI to ensure compatibility with MOOSE apps (#902) * Fixing order of attribute initialization in the metadata class (#903)