Skip to content

Commit 584f1fc

Browse files
committed
250801.012446.PDT revise profile_newuoa/bobyqa/uobyqa_small.yml
1 parent 7e1fb4d commit 584f1fc

3 files changed

Lines changed: 39 additions & 1 deletion

File tree

.github/workflows/profile_bobyqa_small.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ jobs:
3434

3535
steps:
3636

37+
- name: Free disk space
38+
uses: jlumbroso/free-disk-space@main
39+
if: startsWith(matrix.os, 'ubuntu')
40+
with:
41+
# all of these default to true, but feel free to set to "false" if necessary for your workflow
42+
android: true
43+
dotnet: true
44+
haskell: true
45+
large-packages: true
46+
docker-images: true
47+
swap-storage: false # Important, or the runner may be shut down due to memory starvation.
48+
3749
- name: Clone Repository (Latest)
3850
uses: actions/checkout@v4.2.2
3951
if: github.event.inputs.git-ref == ''

.github/workflows/profile_newuoa_small.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ jobs:
3434

3535
steps:
3636

37+
- name: Free disk space
38+
uses: jlumbroso/free-disk-space@main
39+
if: startsWith(matrix.os, 'ubuntu')
40+
with:
41+
# all of these default to true, but feel free to set to "false" if necessary for your workflow
42+
android: true
43+
dotnet: true
44+
haskell: true
45+
large-packages: true
46+
docker-images: true
47+
swap-storage: false # Important, or the runner may be shut down due to memory starvation.
48+
3749
- name: Clone Repository (Latest)
3850
uses: actions/checkout@v4.2.2
3951
if: github.event.inputs.git-ref == ''

.github/workflows/profile_uobyqa_small.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ run-name: ${{ github.event_name == 'workflow_dispatch' && format('Manual run {0}
1919

2020

2121
jobs:
22+
2223
test:
2324
name: Profile PRIMA.
2425
runs-on: ${{ matrix.os }}
@@ -33,6 +34,18 @@ jobs:
3334

3435
steps:
3536

37+
- name: Free disk space
38+
uses: jlumbroso/free-disk-space@main
39+
if: startsWith(matrix.os, 'ubuntu')
40+
with:
41+
# all of these default to true, but feel free to set to "false" if necessary for your workflow
42+
android: true
43+
dotnet: true
44+
haskell: true
45+
large-packages: true
46+
docker-images: true
47+
swap-storage: false # Important, or the runner may be shut down due to memory starvation.
48+
3649
- name: Clone Repository (Latest)
3750
uses: actions/checkout@v4.2.2
3851
if: github.event.inputs.git-ref == ''
@@ -96,6 +109,7 @@ jobs:
96109
root_dir = pwd();
97110
98111
cd(fullfile(root_dir, 'matcutest')); install(); which macup
112+
99113
cd(fullfile(root_dir, 'matlab/tests'));
100114
101115
prof('${{ matrix.solver }}', '${{ matrix.dim }}', '${{ matrix.competitor }}');
@@ -148,4 +162,4 @@ jobs:
148162
uses: actions/upload-artifact/merge@v4
149163
with:
150164
name: 00-merged-artifacts
151-
pattern: artifact-*-*
165+
pattern: artifact-*

0 commit comments

Comments
 (0)