From 687b948c618fddfc05fb071d6d6b9819d16d0403 Mon Sep 17 00:00:00 2001 From: louisher Date: Tue, 14 May 2024 17:30:02 +0200 Subject: [PATCH 01/38] change path to runner --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 5ef21529a..097a0405a 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -13,7 +13,7 @@ jobs: - 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/actions-runner/_work/IDEAS/IDEAS:/home/developer/IDEAS -w /home/developer/IDEAS -it dymimg + - 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 exec -t dymimg /bin/bash -c "rm -rf IDEAS && exit" - run: docker stop dymimg > /dev/null 2>&1 || true - name: Check out repository code From fd12bfed31493674ca4eb92b22075bf51aae5727 Mon Sep 17 00:00:00 2001 From: louisher Date: Tue, 14 May 2024 17:33:20 +0200 Subject: [PATCH 02/38] old path --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 097a0405a..5ef21529a 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -13,7 +13,7 @@ jobs: - 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/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 From 1364d5599d5b92678c3f2c7d72585b17d24e5b55 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Tue, 14 May 2024 17:36:37 +0200 Subject: [PATCH 03/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 5ef21529a..9069a73fd 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -6,7 +6,7 @@ on: pull_request: jobs: build: - runs-on: self-hosted + 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" @@ -93,4 +93,4 @@ jobs: - name: Test IDEAS.Examples.Tutorial run: make test-dymola PACKAGE=\"IDEAS.Examples.Tutorial\" INTERACTIVE=false - name: Test IDEAS.Examples.TwinHouses - run: make test-dymola PACKAGE=\"IDEAS.Examples.TwinHouses\" INTERACTIVE=false \ No newline at end of file + run: make test-dymola PACKAGE=\"IDEAS.Examples.TwinHouses\" INTERACTIVE=false From 26199b44593a0c3ee09ef46713088a8ee6ef106f Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Tue, 14 May 2024 17:50:40 +0200 Subject: [PATCH 04/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 9069a73fd..fadaf203f 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,6 +7,7 @@ on: jobs: build: 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" From 1a55d257a2b5eda19847b4d556da17259627c366 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 16 May 2024 18:42:13 +0200 Subject: [PATCH 05/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index fadaf203f..9069a73fd 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,7 +7,6 @@ on: jobs: build: 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" From f29f772c7eea6d9c2b8458f0d428a7e4e3fe4359 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 16 May 2024 18:44:18 +0200 Subject: [PATCH 06/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 9069a73fd..fadaf203f 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,6 +7,7 @@ on: jobs: build: 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" From 31fae038f419d60db3097d4e39e5d2a7a3328285 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 16 May 2024 18:45:42 +0200 Subject: [PATCH 07/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index fadaf203f..b444b835a 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -14,7 +14,7 @@ jobs: - 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/actions-runner/_work/IDEAS/IDEAS:/home/developer/IDEAS -w /home/developer/IDEAS -it dymimg + - 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 exec -t dymimg /bin/bash -c "rm -rf IDEAS && exit" - run: docker stop dymimg > /dev/null 2>&1 || true - name: Check out repository code From aed055e0025d600c4350aa11e5dc8ba3e67c58ff Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Sat, 18 May 2024 22:55:48 +0200 Subject: [PATCH 08/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index b444b835a..8bc91433d 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,7 +7,6 @@ on: jobs: build: 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" From cead21f159c49c9bbc260d315a96323b6eeae59e Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Sat, 18 May 2024 22:57:22 +0200 Subject: [PATCH 09/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 8bc91433d..b444b835a 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,6 +7,7 @@ on: jobs: build: 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" From 079c82e6a416e8cac8837cf6983f3e8f55e842ce Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Sat, 18 May 2024 22:58:51 +0200 Subject: [PATCH 10/38] Update github-actions.yml with correct path of _work --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index b444b835a..8ec5e8570 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -22,7 +22,7 @@ jobs: with: clean: true - name: Change permissions of repository folder - run: chmod -R 777 /home/actions-runner/_work + run: chmod -R 777 /home/u0148284/actions-runner/_work - name: List of files in the repository run: | ls ${{ github.workspace }} From b64126bc9575502e746ec5413d0b0a6a3210d0b0 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Sat, 18 May 2024 23:02:13 +0200 Subject: [PATCH 11/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 8ec5e8570..0364caa22 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,7 +7,6 @@ on: jobs: build: 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" From b7759109991a192a45cfb84424d5d8c4c53c057c Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 10:03:13 +0200 Subject: [PATCH 12/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 0364caa22..a83891ed1 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -8,6 +8,7 @@ jobs: build: 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 "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}" From a832481f40eaaeac6e997f3b9539b436edcfc4ee Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 10:08:57 +0200 Subject: [PATCH 13/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a83891ed1..0364caa22 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -8,7 +8,6 @@ jobs: build: 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 "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}" From 0feeed25b2238072612ebbb09ab08d28c17eab68 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 10:11:24 +0200 Subject: [PATCH 14/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 0364caa22..a83891ed1 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -8,6 +8,7 @@ jobs: build: 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 "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}" From 9c150944c345f38224272a9497cacc1905328593 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 10:13:42 +0200 Subject: [PATCH 15/38] add correct tag in test part --- .github/workflows/github-actions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a83891ed1..a3e0e3a43 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -8,7 +8,6 @@ jobs: build: 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 "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}" @@ -27,7 +26,7 @@ jobs: run: | ls ${{ github.workspace }} test: - runs-on: self-hosted + runs-on: blizz needs: build defaults: run: From ebf257035ed84ae55aeef5cc623a0d405e0d3797 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 10:23:52 +0200 Subject: [PATCH 16/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a3e0e3a43..815ef36ce 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -8,6 +8,7 @@ jobs: build: 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 "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}" From f2b0923daa1f31cccf55a9ba7a9667f11148fd52 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 11:09:49 +0200 Subject: [PATCH 17/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 815ef36ce..a3e0e3a43 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -8,7 +8,6 @@ jobs: build: 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 "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}" From d5aa3897b452011f0838830df1e9d0884126bb2c Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 11:17:47 +0200 Subject: [PATCH 18/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a3e0e3a43..815ef36ce 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -8,6 +8,7 @@ jobs: build: 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 "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}" From 34dd9d173bc4840e5457a4b4b19ca64479f4e412 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 11:22:50 +0200 Subject: [PATCH 19/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 815ef36ce..a3e0e3a43 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -8,7 +8,6 @@ jobs: build: 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 "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}" From c43b64bd400e1e39054b1c77bb0356c94d1d0967 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 11:44:05 +0200 Subject: [PATCH 20/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a3e0e3a43..9fc53a443 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,6 +7,7 @@ on: jobs: build: 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" From 1082a81329c4accc61a4873d48d6e14a538a98ae Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 11:52:53 +0200 Subject: [PATCH 21/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 9fc53a443..a3e0e3a43 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,7 +7,6 @@ on: jobs: build: 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" From 9a8d7d9e7816abc63005995a19a827e5d2397e41 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 12:03:48 +0200 Subject: [PATCH 22/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a3e0e3a43..9fc53a443 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,6 +7,7 @@ on: jobs: build: 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" From 08804b83b74a9dd37b26033427cb7f81d4ecb1b5 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 12:09:46 +0200 Subject: [PATCH 23/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 9fc53a443..a3e0e3a43 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,7 +7,6 @@ on: jobs: build: 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" From 9eeac0737b77ac733c51561007682f81d90ebc8a Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 12:39:59 +0200 Subject: [PATCH 24/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a3e0e3a43..815ef36ce 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -8,6 +8,7 @@ jobs: build: 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 "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}" From a69536ffb4b349b72f0707c5bac424c2e0444c86 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 13:26:00 +0200 Subject: [PATCH 25/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 815ef36ce..a3e0e3a43 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -8,7 +8,6 @@ jobs: build: 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 "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}" From ea5f491f915bca27dcf0670ff99356f7e3e45aa8 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 13:48:48 +0200 Subject: [PATCH 26/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a3e0e3a43..0e73b027b 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -32,8 +32,8 @@ jobs: run: working-directory: IDEAS/Resources/Scripts/tests steps: - - name: Test IDEAS.Airflow - run: make test-dymola PACKAGE=\"IDEAS.Airflow\" INTERACTIVE=false + # - name: Test IDEAS.Airflow + # run: make test-dymola PACKAGE=\"IDEAS.Airflow\" INTERACTIVE=false - name: Test IDEAS.Buildings.Components run: make test-dymola PACKAGE=\"IDEAS.Buildings.Components\" INTERACTIVE=false - name: Test IDEAS.Buildings.Examples From d9a435678e082b1dfaa89d628ea8145a72bf4dd9 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 14:00:44 +0200 Subject: [PATCH 27/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 0e73b027b..a3e0e3a43 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -32,8 +32,8 @@ jobs: run: working-directory: IDEAS/Resources/Scripts/tests steps: - # - name: Test IDEAS.Airflow - # run: make test-dymola PACKAGE=\"IDEAS.Airflow\" INTERACTIVE=false + - name: Test IDEAS.Airflow + run: make test-dymola PACKAGE=\"IDEAS.Airflow\" INTERACTIVE=false - name: Test IDEAS.Buildings.Components run: make test-dymola PACKAGE=\"IDEAS.Buildings.Components\" INTERACTIVE=false - name: Test IDEAS.Buildings.Examples From 19fc3b85339ff745f34b5b5142ebeb84125b779b Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 16:47:53 +0200 Subject: [PATCH 28/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a3e0e3a43..9fc53a443 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,6 +7,7 @@ on: jobs: build: 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" From ce69b39ad68b6c00cdf1560c62c752d4ffa58e22 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 16:59:51 +0200 Subject: [PATCH 29/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 9fc53a443..a3e0e3a43 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,7 +7,6 @@ on: jobs: build: 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" From 024dc0ea71a1c9135a76a26d8b6fa337e0cb01d5 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 17:05:45 +0200 Subject: [PATCH 30/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a3e0e3a43..9fc53a443 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,6 +7,7 @@ on: jobs: build: 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" From f7b84563eb03a3d9caeb98a0d762b2c2920aa428 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 17:21:00 +0200 Subject: [PATCH 31/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 9fc53a443..a3e0e3a43 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,7 +7,6 @@ on: jobs: build: 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" From d449d04df31cfb57db9faf8434134852613fae04 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 17:48:20 +0200 Subject: [PATCH 32/38] Update runUnitTests.py --- bin/runUnitTests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/runUnitTests.py b/bin/runUnitTests.py index 87993462a..6d7022baf 100644 --- a/bin/runUnitTests.py +++ b/bin/runUnitTests.py @@ -69,6 +69,7 @@ def _runUnitTests(batch, tool, package, path, n_pro, show_gui): import buildingspy.development.regressiontest as u ut = u.Tester(tool=tool) + print("TESTER") ut.batchMode(batch) ut.setLibraryRoot(path) if package is not None: From 0a8d28f4a24d7b43e063415801eced468fbfead0 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 17:50:35 +0200 Subject: [PATCH 33/38] Update runUnitTests.py --- bin/runUnitTests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/runUnitTests.py b/bin/runUnitTests.py index 6d7022baf..9c4127e16 100644 --- a/bin/runUnitTests.py +++ b/bin/runUnitTests.py @@ -69,7 +69,6 @@ def _runUnitTests(batch, tool, package, path, n_pro, show_gui): import buildingspy.development.regressiontest as u ut = u.Tester(tool=tool) - print("TESTER") ut.batchMode(batch) ut.setLibraryRoot(path) if package is not None: @@ -85,7 +84,7 @@ def _runUnitTests(batch, tool, package, path, n_pro, show_gui): # ut.writeOpenModelicaResultDictionary() # Run the regression tests - + print("TESTER") retVal = ut.run() return retVal From 0339885d83614eb87c300acb2e120ab66b599d1e Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 17:52:27 +0200 Subject: [PATCH 34/38] Update runUnitTests.py --- bin/runUnitTests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/runUnitTests.py b/bin/runUnitTests.py index 9c4127e16..1b5e0b43b 100644 --- a/bin/runUnitTests.py +++ b/bin/runUnitTests.py @@ -84,8 +84,9 @@ def _runUnitTests(batch, tool, package, path, n_pro, show_gui): # ut.writeOpenModelicaResultDictionary() # Run the regression tests - print("TESTER") retVal = ut.run() + print("TESTER:") + print(retVal) return retVal def _runOpenModelicaUnitTests(): From 706b23cb27ffbbb5571a4da393278f43e83cbd05 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 17:55:52 +0200 Subject: [PATCH 35/38] Update runUnitTests.py --- bin/runUnitTests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/runUnitTests.py b/bin/runUnitTests.py index 1b5e0b43b..08f14afff 100644 --- a/bin/runUnitTests.py +++ b/bin/runUnitTests.py @@ -85,8 +85,6 @@ def _runUnitTests(batch, tool, package, path, n_pro, show_gui): # ut.writeOpenModelicaResultDictionary() # Run the regression tests retVal = ut.run() - print("TESTER:") - print(retVal) return retVal def _runOpenModelicaUnitTests(): From 7e164bbb3e4196edca270783f68cf3d60ee5f47d Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 18:26:10 +0200 Subject: [PATCH 36/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a3e0e3a43..9fc53a443 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,6 +7,7 @@ on: jobs: build: 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" From 483b27e5c2b7a8eafcc3c112989995d1bba680a2 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 18:54:06 +0200 Subject: [PATCH 37/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 9fc53a443..a3e0e3a43 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,7 +7,6 @@ on: jobs: build: 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" From 10a076127d06007bc33061c66582113156034361 Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Thu, 30 May 2024 19:05:42 +0200 Subject: [PATCH 38/38] Update github-actions.yml --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a3e0e3a43..9fc53a443 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,6 +7,7 @@ on: jobs: build: 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"