diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index d029ceba7..70d78548a 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -9,11 +9,11 @@ jobs: runs-on: blizz steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event" - - run: echo "🐧 This job is now running on a ${{ runner.os }} server called tony-de-rekenpony hosted by The Sysis team at KU Leuven" + - run: echo "🐧 This job is now running on a ${{ runner.os }} server called blizzard hosted by The Sysis team at KU Leuven" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}" - run: echo "The following commands are used to remove files inside container to ensure cleanup and avoid permission errors" - run: docker stop dymimg > /dev/null 2>&1 || true - - run: docker run --name dymimg --detach=true --rm -v /home/u0148284/actions-runner/_work/IDEAS/IDEAS:/home/developer/IDEAS -w /home/developer/IDEAS -it dymimg + - run: docker run --name dymimg --detach=true --rm -v /home/UnitTests_IDEAS/actions-runner/_work/IDEAS/IDEAS:/home/developer/IDEAS -w /home/developer/IDEAS -it dymimg - run: docker exec -t dymimg /bin/bash -c "rm -rf IDEAS && exit" - run: docker stop dymimg > /dev/null 2>&1 || true - name: Check out repository code @@ -21,7 +21,7 @@ jobs: with: clean: true - name: Change permissions of repository folder - run: chmod -R 777 /home/u0148284/actions-runner/_work + run: chmod -R 777 /home/UnitTests_IDEAS/actions-runner/_work - name: List of files in the repository run: | ls ${{ github.workspace }} diff --git a/IDEAS/Resources/Scripts/tests/Dockerfile b/IDEAS/Resources/Scripts/tests/Dockerfile index 92390166d..82d8a5de3 100644 --- a/IDEAS/Resources/Scripts/tests/Dockerfile +++ b/IDEAS/Resources/Scripts/tests/Dockerfile @@ -8,13 +8,13 @@ # DYMOLAVERSION - specifies the Dymola version. # For example: # DYMOLAPATH=/home/developer/dymola -# DYMOLAFILE=Dymola_2022x.AM_CAT_Dymola.Linux64.1-1.zip -# DYMOLAVERSION=dymola-2022x-x86_64 +# DYMOLAFILE=Dymola_20224.AM_CAT_Dymola.Linux64.1-1.zip +# DYMOLAVERSION=dymola-2024x-x86_64 # Start with a base Ubuntu image FROM ubuntu:20.04 # This is the Focal Fossa ubuntu version -MAINTAINER Javier Arroyo +MAINTAINER Louis Hermans # Avoid warnings while installing ubuntu # debconf: unable to initialize frontend: Dialog diff --git a/IDEAS/Resources/Scripts/tests/README.md b/IDEAS/Resources/Scripts/tests/README.md index 49a3d4dc6..f5fa74962 100644 --- a/IDEAS/Resources/Scripts/tests/README.md +++ b/IDEAS/Resources/Scripts/tests/README.md @@ -63,8 +63,8 @@ For example, you can set these environment variables as follows (note that the s change in your case): ```bash export DYMOLAPATH=/path/to/dymola/folder -export DYMOLAFILE=Dymola_2022x.AM_CAT_Dymola.Linux64.1-1.zip -export DYMOLAVERSION=dymola-2022x-x86_64 +export DYMOLAFILE=Dymola_2024x.AM_CAT_Dymola.Linux64.1-1.zip +export DYMOLAVERSION=dymola-2024x-x86_64 ``` ### 3. Build the image