Skip to content

Commit 2652434

Browse files
committed
diable FARM due to issue of quadprog lib, and change batch from 4 to 3 for ray
1 parent 67464ef commit 2652434

File tree

2 files changed

+23
-11
lines changed

2 files changed

+23
-11
lines changed

.github/workflows/github-actions.yml

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ jobs:
3636
- name: Install Plugins
3737
run: |
3838
pwd
39-
python3 ./scripts/install_plugins.py -a
39+
python3 ./scripts/install_plugins.py -s TEAL
40+
python3 ./scripts/install_plugins.py -s HERON
41+
python3 ./scripts/install_plugins.py -s SR2ML
42+
python3 ./scripts/install_plugins.py -s LOGOS
43+
python3 ./scripts/install_plugins.py -s BayCal
44+
python3 ./scripts/install_plugins.py -s POEM
45+
python3 ./scripts/install_plugins.py -s DOVE
4046
4147
- name: Set Python Environment
4248
run: |
@@ -82,10 +88,10 @@ jobs:
8288
- name: Fetch and Branch
8389
uses: actions/checkout@v3
8490

85-
- name: Install Plugins
86-
run: |
87-
pwd
88-
python3 ./scripts/install_plugins.py -a
91+
# - name: Install Plugins
92+
# run: |
93+
# pwd
94+
# python3 ./scripts/install_plugins.py -a
8995

9096
- name: Set Python Environment
9197
run: |
@@ -102,10 +108,10 @@ jobs:
102108
./run_tests --library-report
103109
./run_tests -j4 --raven
104110
105-
- name: Test Plugins
106-
continue-on-error: true
107-
run: |
108-
./run_tests -j4 --plugins
111+
# - name: Test Plugins
112+
# continue-on-error: true
113+
# run: |
114+
# ./run_tests -j4 --plugins
109115

110116
Test-RAVEN-Windows:
111117
runs-on: windows-latest
@@ -132,7 +138,13 @@ jobs:
132138
- name: Install Plugins
133139
run: |
134140
pwd
135-
python ./scripts/install_plugins.py -a
141+
python3 ./scripts/install_plugins.py -s TEAL
142+
python3 ./scripts/install_plugins.py -s HERON
143+
python3 ./scripts/install_plugins.py -s SR2ML
144+
python3 ./scripts/install_plugins.py -s LOGOS
145+
python3 ./scripts/install_plugins.py -s BayCal
146+
python3 ./scripts/install_plugins.py -s POEM
147+
python3 ./scripts/install_plugins.py -s DOVE
136148
137149
- name: Set Python Environment
138150
run: |

tests/framework/InternalParallelTests/test_internal_parallel_extModelRay.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<RunInfo>
2424
<WorkingDir>InternalParallelExtModelRay</WorkingDir>
2525
<Sequence>ParalleMonteCarlo</Sequence>
26-
<batchSize>4</batchSize>
26+
<batchSize>3</batchSize>
2727
<parallelMethod>ray</parallelMethod>
2828
</RunInfo>
2929

0 commit comments

Comments
 (0)