Skip to content

Commit

Permalink
ci: run scheduled experiments weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
ypwong99 committed Apr 25, 2024
1 parent 4a77b1f commit 37d33bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-benchmarking-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ name: Continuous benchmarking - Baseline experiments
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

jobs:
build_client:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-benchmarking-image-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous benchmarking - Image size experiments
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
- cron: "0 12 * * 1"

jobs:
build_client:
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
cold-image-size-100-azure:
name: Azure 100MB image size experiment
needs: build_client
runs-on: [ self-hosted, azure, large ]
runs-on: [ self-hosted, azure ]
timeout-minutes: 1200
env:
working-directory: src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-benchmarking-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous benchmarking - Runtime experiments
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 2"

jobs:
build_client:
Expand Down

0 comments on commit 37d33bb

Please sign in to comment.