Skip to content

Commit 9bdf6b6

Browse files
committed
Switch to self-hosted; not sure why failures are reported green
1 parent 3c461fd commit 9bdf6b6

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.github/workflows/micromamba.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ on:
1818
jobs:
1919
run-benchmark:
2020
name: run_clustbench
21-
runs-on: ubuntu-latest
22-
## runs-on: self-hosted
21+
## runs-on: ubuntu-latest
22+
runs-on: self-hosted
2323
strategy:
2424
matrix:
2525
ob_branch: [dev, reduce_install_scope, main]
@@ -51,10 +51,9 @@ jobs:
5151

5252
- name: Run benchmark
5353
shell: bash -l {0}
54-
continue-on-error: false
5554
run: |
5655
date
57-
echo "y" | ob run benchmark -b Clustering.yaml --local --cores 2 --continue-on-error
56+
echo "y" | ob run benchmark -b Clustering.yaml --local --cores 10 --continue-on-error
5857
date
5958
if: matrix.ob_branch == 'dev' || matrix.ob_branch == 'reduce_install_scope'
6059

@@ -63,7 +62,7 @@ jobs:
6362
continue-on-error: false
6463
run: |
6564
date
66-
echo "y" | ob run benchmark -b Clustering.yaml --local --threads 2
65+
echo "y" | ob run benchmark -b Clustering.yaml --local --threads 10
6766
date
6867
if: matrix.ob_branch == 'main'
6968

.github/workflows/miniconda_miniforge.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ on:
1818
jobs:
1919
run-benchmark:
2020
name: run_clustbench
21-
runs-on: ubuntu-latest
22-
## runs-on: self-hosted
21+
## runs-on: ubuntu-latest
22+
runs-on: self-hosted
2323
strategy:
2424
matrix:
2525
ob_branch: [dev, reduce_install_scope, main]
@@ -65,10 +65,9 @@ jobs:
6565

6666
- name: Run benchmark
6767
shell: bash -l {0}
68-
continue-on-error: false
6968
run: |
7069
date
71-
echo "y" | ob run benchmark -b Clustering.yaml --local --cores 2 --continue-on-error
70+
echo "y" | ob run benchmark -b Clustering.yaml --local --cores 10 --continue-on-error
7271
date
7372
if: matrix.ob_branch == 'dev' || matrix.ob_branch == 'reduce_install_scope'
7473

@@ -77,7 +76,7 @@ jobs:
7776
continue-on-error: false
7877
run: |
7978
date
80-
echo "y" | ob run benchmark -b Clustering.yaml --local --threads 2
79+
echo "y" | ob run benchmark -b Clustering.yaml --local --threads 10
8180
date
8281
if: matrix.ob_branch == 'main'
8382

0 commit comments

Comments
 (0)