Skip to content

Commit cda036f

Browse files
committed
ci: another attempt at the nightly jobs
1 parent 50a808d commit cda036f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/nightly_performance_score_director.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,24 @@ jobs:
88
trigger:
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Checkout timefold-solver-benchmarks
12+
uses: actions/checkout@v4
13+
with:
14+
path: ./timefold-solver-benchmarks
15+
repository: TimefoldAI/timefold-solver-benchmarks
1116
- name: Checkout timefold-solver
1217
uses: actions/checkout@v4
1318
with:
19+
path: ./timefold-solver
1420
repository: TimefoldAI/timefold-solver
1521
- name: Schedule the other workflow
1622
shell: bash
1723
env:
1824
GH_TOKEN: ${{ secrets.BENCHMARK_PUBLISH_TOKEN }}
1925
run: |
26+
cd timefold-solver
2027
if git log --since="24 hours ago" --oneline | grep -q .; then
28+
cd ../timefold-solver-benchmarks
2129
echo '{}' | gh workflow run performance_score_director.yml --json
2230
echo "Launched nightly perf tests." >> $GITHUB_STEP_SUMMARY
2331
else

.github/workflows/performance_score_director.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
required: true
1717
baseline:
1818
description: 'Timefold Solver release'
19-
default: '1.14.0'
19+
default: '1.15.0'
2020
required: true
2121
branch:
2222
description: 'Branch to benchmark (needs to use 999-SNAPSHOT)'

0 commit comments

Comments
 (0)