From 692d0de4160a6fbcb1a05c8dc01a4b169157e786 Mon Sep 17 00:00:00 2001 From: Paul Wilson Date: Sat, 21 Oct 2023 10:51:36 -0500 Subject: [PATCH 1/2] Change source of images for testing --- .github/workflows/linux_build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_build_test.yml b/.github/workflows/linux_build_test.yml index e17b2b36c..5e8bbc30d 100644 --- a/.github/workflows/linux_build_test.yml +++ b/.github/workflows/linux_build_test.yml @@ -58,7 +58,7 @@ jobs: ] container: - 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 + image: ghcr.io/svalinn/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 5857b67cbd22e1de0da993ef81632eb9a510820a Mon Sep 17 00:00:00 2001 From: Paul Wilson Date: Sat, 21 Oct 2023 10:53:46 -0500 Subject: [PATCH 2/2] Update CHANGELOG.rst --- doc/CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CHANGELOG.rst b/doc/CHANGELOG.rst index 46b49d1fe..4879bcf4c 100644 --- a/doc/CHANGELOG.rst +++ b/doc/CHANGELOG.rst @@ -21,7 +21,7 @@ Next version * Removed unused Circle CI yml (#859) * Added configuration options to CMake configuration file (#867) * Introduced logger to better manage console output (#876) - * Streamline CI to take advantage of better docker image management (#880, #896) + * Streamline CI to take advantage of better docker image management (#880, #896, #915) * Move more CI from scripts to actions (#895) * 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)