Skip to content

Commit 0ef134d

Browse files
committed
WIP: CI graviton run
1 parent 722d7c4 commit 0ef134d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/run_x86.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
env:
9-
# GITHUB_TOKEN: ${{ secrets.OB_BENCH_TOKEN }}
9+
GITHUB_TOKEN: ${{ secrets.AWS_BENCHMARKS }}
1010
RESULTS_DIR_ROOT: gh_pages
1111
ASV_CONFIG: asv.conf.json
1212
MACHINE_NAME: github-actions-x86 # to identify github actions machine as hostname changes everytime
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Copy results to a gh-pages branch clone
5959
run: |
60-
git clone -b gh-pages --single-branch https://github.com/OpenMathLib/BLAS-Benchmarks.git ~/$RESULTS_DIR_ROOT
60+
git clone -b gh-pages --single-branch https://$GITHUB_TOKEN@github.com/OpenMathLib/BLAS-Benchmarks.git ~/$RESULTS_DIR_ROOT
6161
echo ">>>> clone done"
6262
6363
RESULTS_DIR=~/$RESULTS_DIR_ROOT/results
@@ -97,5 +97,7 @@ jobs:
9797
git commit -m "Update benchmarks `cat msg.txt` "
9898
# git push origin main
9999
git remote -v
100-
git push origin:gh-pages
100+
git branch
101+
git log
102+
git push origin
101103

0 commit comments

Comments
 (0)