From 189055537efdf4e9004b795ce0520c528858b3ec Mon Sep 17 00:00:00 2001 From: Derek Slaughter Date: Mon, 3 Jun 2024 17:05:19 +0000 Subject: [PATCH 1/2] Add 5MW_Land_Linear_Aero_CalcSteady test to verify this feature works for linearization --- reg_tests/CTestList.cmake | 1 + reg_tests/r-test | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/reg_tests/CTestList.cmake b/reg_tests/CTestList.cmake index 769810a59..566f27cd6 100644 --- a/reg_tests/CTestList.cmake +++ b/reg_tests/CTestList.cmake @@ -349,6 +349,7 @@ of_regression_linear("WP_Stationary_Linear" "" "openfas of_regression_linear("Ideal_Beam_Fixed_Free_Linear" "-highpass=0.10" "openfast;linear;beamdyn") of_regression_linear("Ideal_Beam_Free_Free_Linear" "-highpass=0.10" "openfast;linear;beamdyn") of_regression_linear("5MW_Land_Linear_Aero" "-highpass=0.25" "openfast;linear;elastodyn;servodyn;aerodyn") +of_regression_linear("5MW_Land_Linear_Aero_CalcSteady" "-highpass=0.25" "openfast;linear;elastodyn;servodyn;aerodyn") of_regression_linear("5MW_Land_BD_Linear" "" "openfast;linear;beamdyn;servodyn") of_regression_linear("5MW_Land_BD_Linear_Aero" "-highpass=0.25" "openfast;linear;beamdyn;servodyn;aerodyn") of_regression_linear("5MW_OC4Semi_Linear" "" "openfast;linear;hydrodyn;servodyn;map") diff --git a/reg_tests/r-test b/reg_tests/r-test index c2c1f07c9..48fd95d19 160000 --- a/reg_tests/r-test +++ b/reg_tests/r-test @@ -1 +1 @@ -Subproject commit c2c1f07c99eaeb4572c9a51579514302f3212a5b +Subproject commit 48fd95d1947a664da176b7720ffd0c962f64f6ed From 13974d308b9356b7286dcc2f0613431c2d572f6f Mon Sep 17 00:00:00 2001 From: Derek Slaughter Date: Mon, 3 Jun 2024 17:05:41 +0000 Subject: [PATCH 2/2] Disable Python caching in Github Actions regression testing --- .github/workflows/automated-dev-tests.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/automated-dev-tests.yml b/.github/workflows/automated-dev-tests.yml index 149e47003..6f9958f13 100644 --- a/.github/workflows/automated-dev-tests.yml +++ b/.github/workflows/automated-dev-tests.yml @@ -43,7 +43,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' - name: Set up MATLAB uses: matlab-actions/setup-matlab@v2 with: @@ -133,7 +132,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' - name: Install dependencies run: | pip install -r requirements.txt @@ -178,7 +176,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' - name: Set up MATLAB uses: matlab-actions/setup-matlab@v2 with: @@ -236,7 +233,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' - name: Install dependencies run: | pip install -r requirements.txt @@ -273,7 +269,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' - name: Install dependencies run: | pip install -r requirements.txt @@ -310,7 +305,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' - name: Install dependencies run: | pip install -r requirements.txt @@ -349,7 +343,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' - name: Install dependencies run: | pip install -r requirements.txt @@ -409,7 +402,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' - name: Install dependencies run: | pip install -r requirements.txt @@ -466,7 +458,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' - name: Install dependencies run: | pip install -r requirements.txt @@ -526,7 +517,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' - name: Install dependencies run: | pip install -r requirements.txt @@ -573,7 +563,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' - name: Install dependencies run: | pip install -r requirements.txt @@ -657,7 +646,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' - name: Install dependencies run: | python -m pip install --upgrade pip @@ -706,7 +694,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.10' - cache: 'pip' - name: Install dependencies run: | pip install -r requirements.txt @@ -755,7 +742,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' - name: Install dependencies run: | pip install -r requirements.txt @@ -804,7 +790,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' - name: Install dependencies run: | pip install -r requirements.txt @@ -853,7 +838,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' - name: Install dependencies run: | pip install -r requirements.txt @@ -902,7 +886,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' - name: Install dependencies run: | pip install -r requirements.txt @@ -951,7 +934,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' - name: Install dependencies run: | pip install -r requirements.txt @@ -999,7 +981,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' - name: Install dependencies run: | pip install -r requirements.txt