diff --git a/.github/workflows/run_cirun_graviton.yml b/.github/workflows/run_cirun_graviton.yml index bcf6c089..b4e1ce8f 100644 --- a/.github/workflows/run_cirun_graviton.yml +++ b/.github/workflows/run_cirun_graviton.yml @@ -104,6 +104,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 # To fetch all commits to be able to generate benchmarks html + token: ${{ secrets.AWS_BENCHMARKS }} - name: Collect past runs run: | @@ -133,3 +134,7 @@ jobs: pip install asv asv machine --yes --config $ASV_CONFIG asv publish --config $ASV_CONFIG -v + + - name: Upload the results + run: | + asv gh-pages diff --git a/.github/workflows/run_x86.yml b/.github/workflows/run_x86.yml index 55648e27..06ef48ff 100644 --- a/.github/workflows/run_x86.yml +++ b/.github/workflows/run_x86.yml @@ -6,7 +6,7 @@ on: - main env: - GITHUB_TOKEN: ${{ secrets.AWS_BENCHMARKS }} + # GITHUB_TOKEN: ${{ secrets.AWS_BENCHMARKS }} # DELIBERATE BREAKAGE TO BLOCK THE UPLOAD RESULTS_DIR_ROOT: gh_pages ASV_CONFIG: asv.conf.json MACHINE_NAME: github-actions-x86 # to identify github actions machine as hostname changes everytime