Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions bench_runner/templates/_benchmark.src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- name: Checkout CPython
uses: actions/checkout@v4
with:
persist-credentials: false
repository: ${{ inputs.fork }}/cpython
path: cpython
ref: ${{ inputs.ref }}
Expand All @@ -96,13 +97,15 @@ jobs:
uses: actions/checkout@v4
if: ${{ steps.should_run.outputs.should_run != 'false' }}
with:
persist-credentials: false
repository: pyston/python-macrobenchmarks
path: pyston-benchmarks
ref: ${{ env.PYSTON_BENCHMARKS_HASH }}
- name: Checkout pyperformance
uses: actions/checkout@v4
if: ${{ steps.should_run.outputs.should_run != 'false' }}
with:
persist-credentials: false
repository: mdboom/pyperformance
path: pyperformance
ref: ${{ env.PYPERFORMANCE_HASH }}
Expand Down Expand Up @@ -163,6 +166,7 @@ jobs:
- name: Checkout CPython
uses: actions/checkout@v4
with:
persist-credentials: false
repository: ${{ inputs.fork }}/cpython
path: cpython
ref: ${{ inputs.ref }}
Expand All @@ -182,13 +186,15 @@ jobs:
uses: actions/checkout@v4
if: ${{ steps.should_run.outputs.should_run != 'false' }}
with:
persist-credentials: false
repository: pyston/python-macrobenchmarks
path: pyston-benchmarks
ref: ${{ env.PYSTON_BENCHMARKS_HASH }}
- name: Checkout pyperformance
uses: actions/checkout@v4
if: ${{ steps.should_run.outputs.should_run != 'false' }}
with:
persist-credentials: false
repository: mdboom/pyperformance
path: pyperformance
ref: ${{ env.PYPERFORMANCE_HASH }}
Expand Down Expand Up @@ -257,6 +263,7 @@ jobs:
- name: Checkout CPython
uses: actions/checkout@v4
with:
persist-credentials: false
repository: ${{ inputs.fork }}/cpython
path: cpython
ref: ${{ inputs.ref }}
Expand All @@ -276,13 +283,15 @@ jobs:
uses: actions/checkout@v4
if: ${{ steps.should_run.outputs.should_run != 'false' }}
with:
persist-credentials: false
repository: pyston/python-macrobenchmarks
path: pyston-benchmarks
ref: ${{ env.PYSTON_BENCHMARKS_HASH }}
- name: Checkout pyperformance
uses: actions/checkout@v4
if: ${{ steps.should_run.outputs.should_run != 'false' }}
with:
persist-credentials: false
repository: mdboom/pyperformance
path: pyperformance
ref: ${{ env.PYPERFORMANCE_HASH }}
Expand Down
1 change: 1 addition & 0 deletions bench_runner/templates/_generate.src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Checkout CPython
uses: actions/checkout@v4
with:
persist-credentials: false
repository: python/cpython
path: cpython
- name: Setup system Python
Expand Down
2 changes: 2 additions & 0 deletions bench_runner/templates/_notify.src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- uses: technote-space/workflow-conclusion-action@v3
- name: Checkout benchmarking
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup system Python
uses: actions/setup-python@v5
with:
Expand Down
1 change: 1 addition & 0 deletions bench_runner/templates/_publish.src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Checkout benchmarking
uses: actions/checkout@v4
with:
persist-credentials: false
path: private
ref: main
fetch-depth: 0
Expand Down
3 changes: 3 additions & 0 deletions bench_runner/templates/_pystats.src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- name: Checkout CPython
uses: actions/checkout@v4
with:
persist-credentials: false
repository: ${{ inputs.fork }}/cpython
ref: ${{ inputs.ref }}
path: cpython
Expand All @@ -77,13 +78,15 @@ jobs:
uses: actions/checkout@v4
if: ${{ steps.should_run.outputs.should_run != 'false' }}
with:
persist-credentials: false
repository: pyston/python-macrobenchmarks
path: pyston-benchmarks
ref: ${{ env.PYSTON_BENCHMARKS_HASH }}
- name: Checkout pyperformance
uses: actions/checkout@v4
if: ${{ steps.should_run.outputs.should_run != 'false' }}
with:
persist-credentials: false
repository: mdboom/pyperformance
path: pyperformance
ref: ${{ env.PYPERFORMANCE_HASH }}
Expand Down
1 change: 1 addition & 0 deletions bench_runner/templates/_weekly.src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Checkout CPython
uses: actions/checkout@v4
with:
persist-credentials: false
repository: python/cpython
path: cpython
ref: main
Expand Down
3 changes: 3 additions & 0 deletions bench_runner/templates/benchmark.src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
steps:
- name: Checkout benchmarking
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup system Python
uses: actions/setup-python@v5
with:
Expand All @@ -55,6 +57,7 @@ jobs:
- name: Checkout CPython
uses: actions/checkout@v4
with:
persist-credentials: false
repository: ${{ inputs.fork }}/cpython
path: cpython
ref: ${{ inputs.ref }}
Expand Down