Skip to content

Commit 0fdb592

Browse files
authored
Update nightly actions (conda) so they run in current main (#28)
1 parent 1adf62b commit 0fdb592

File tree

2 files changed

+0
-120
lines changed

2 files changed

+0
-120
lines changed

.github/workflows/micromamba.yml

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -68,63 +68,3 @@ jobs:
6868
fi
6969
echo -e $output
7070
sh -c "exit $status"
71-
if: matrix.ob_branch == 'dev' || matrix.ob_branch == 'reduce_install_scope'
72-
73-
- name: Run benchmark
74-
shell: bash -l {0}
75-
run: |
76-
env
77-
output=$( ob run benchmark -b Clustering.yaml --local --threads 10 2>&1 )
78-
status=$?
79-
if echo "$output" | grep -i 'Benchmark run has finished successfully'; then
80-
status=0
81-
fi
82-
echo -e $output
83-
sh -c "exit $status"
84-
if: matrix.ob_branch == 'main'
85-
86-
# upload-artifact:
87-
# name: Benchmark Artifact
88-
# runs-on: ubuntu-latest
89-
# ## runs-on: self-hosted
90-
# needs: run-benchmark
91-
# if: always()
92-
# steps:
93-
# - name: Check out repository
94-
# uses: actions/checkout@v4
95-
96-
# - name: Load cached output
97-
# uses: actions/cache@v3
98-
# with:
99-
# path: out/
100-
# key: benchmark-${{ runner.os }}-${{ hashFiles('Clustering.yaml') }}
101-
102-
# - name: Prepare output
103-
# run: |
104-
# zip -r benchmark_output.zip out/
105-
# mkdir -p gh-pages
106-
# cp out/plotting/plotting_report.html gh-pages/index.html
107-
108-
# - name: Upload zipped output
109-
# uses: actions/upload-artifact@v4
110-
# with:
111-
# name: benchmark-output
112-
# path: benchmark_output.zip
113-
# retention-days: 7
114-
115-
# - name: Upload Pages Artifact
116-
# uses: actions/upload-pages-artifact@v3
117-
# with:
118-
# path: gh-pages
119-
120-
# - name: Deploy to GitHub Pages
121-
# uses: actions/deploy-pages@v4
122-
123-
# - name: Create Job Summary
124-
# if: always()
125-
# run: |
126-
# echo "### Reports" >> $GITHUB_STEP_SUMMARY
127-
# echo "- [Plotting Report](https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }})" >> $GITHUB_STEP_SUMMARY
128-
# echo "### All Outputs" >> $GITHUB_STEP_SUMMARY
129-
# echo "- [Complete Benchmark Output](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}#artifacts)" >> $GITHUB_STEP_SUMMARY
130-

.github/workflows/miniconda_miniforge.yml

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -77,63 +77,3 @@ jobs:
7777
fi
7878
echo -e $output
7979
sh -c "exit $status"
80-
if: matrix.ob_branch == 'dev' || matrix.ob_branch == 'reduce_install_scope'
81-
82-
- name: Run benchmark
83-
shell: bash -l {0}
84-
run: |
85-
env
86-
output=$( ob run benchmark -b Clustering.yaml --local --threads 10 2>&1 )
87-
status=$?
88-
if echo "$output" | grep -i 'Benchmark run has finished successfully'; then
89-
status=0
90-
fi
91-
echo -e $output
92-
sh -c "exit $status"
93-
if: matrix.ob_branch == 'main'
94-
95-
# upload-artifact:
96-
# name: Benchmark Artifact
97-
# runs-on: ubuntu-latest
98-
# ## runs-on: self-hosted
99-
# needs: run-benchmark
100-
# if: always()
101-
# steps:
102-
# - name: Check out repository
103-
# uses: actions/checkout@v4
104-
105-
# - name: Load cached output
106-
# uses: actions/cache@v3
107-
# with:
108-
# path: out/
109-
# key: benchmark-${{ runner.os }}-${{ hashFiles('Clustering.yaml') }}
110-
111-
# - name: Prepare output
112-
# run: |
113-
# zip -r benchmark_output.zip out/
114-
# mkdir -p gh-pages
115-
# cp out/plotting/plotting_report.html gh-pages/index.html
116-
117-
# - name: Upload zipped output
118-
# uses: actions/upload-artifact@v4
119-
# with:
120-
# name: benchmark-output
121-
# path: benchmark_output.zip
122-
# retention-days: 7
123-
124-
# - name: Upload Pages Artifact
125-
# uses: actions/upload-pages-artifact@v3
126-
# with:
127-
# path: gh-pages
128-
129-
# - name: Deploy to GitHub Pages
130-
# uses: actions/deploy-pages@v4
131-
132-
# - name: Create Job Summary
133-
# if: always()
134-
# run: |
135-
# echo "### Reports" >> $GITHUB_STEP_SUMMARY
136-
# echo "- [Plotting Report](https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }})" >> $GITHUB_STEP_SUMMARY
137-
# echo "### All Outputs" >> $GITHUB_STEP_SUMMARY
138-
# echo "- [Complete Benchmark Output](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}#artifacts)" >> $GITHUB_STEP_SUMMARY
139-

0 commit comments

Comments
 (0)