File tree Expand file tree Collapse file tree 6 files changed +21
-2
lines changed Expand file tree Collapse file tree 6 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 55 - main
66 - " releases/*"
77
8+ permissions :
9+ contents : read
10+
811jobs :
912 # Compile the binaries and upload artifacts
1013 compile-binaries :
Original file line number Diff line number Diff line change 66 - main
77 - " releases/*"
88
9+ permissions :
10+ contents : read
11+
912env :
1013 COLUMNS : 120
1114
Original file line number Diff line number Diff line change 2525 default : 360
2626 type : number
2727
28+ permissions :
29+ contents : read
30+
2831env :
2932 # Workflow configuration
3033 TEST_DURATION : ${{ inputs.duration || vars.NIGHTLY_TEST_DURATION || '5h' }}
@@ -170,4 +173,4 @@ jobs:
170173 ]
171174 }
172175 env :
173- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_SDK_ALERTS_WEBHOOK }}
176+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_SDK_ALERTS_WEBHOOK }}
Original file line number Diff line number Diff line change 55 # (12 AM PST)
66 - cron : " 00 07 * * *"
77
8+ permissions :
9+ contents : read
10+
811jobs :
912 nightly :
1013 uses : ./.github/workflows/run-bench.yml
Original file line number Diff line number Diff line change 55 - main
66 - " releases/*"
77
8+ permissions :
9+ contents : read
10+ packages : write
11+
812jobs :
913 omes-image-build :
1014 uses : temporalio/omes/.github/workflows/docker-images.yml@main
Original file line number Diff line number Diff line change 1818 - " --sandbox"
1919 - " --no-sandbox"
2020
21+ permissions :
22+ contents : read
23+
2124jobs :
2225 run-bench :
2326 strategy :
6871 - run : poe run-bench --workflow-count 10000 --max-cached-workflows 10000 --max-concurrent 10000 ${{ inputs.sandbox-arg }}
6972
7073 - run : poe run-bench --workflow-count 10000 --max-cached-workflows 1000 --max-concurrent 1000 ${{ inputs.sandbox-arg }}
71- - run : poe run-bench --workflow-count 10000 --max-cached-workflows 1000 --max-concurrent 1000 ${{ inputs.sandbox-arg }}
74+ - run : poe run-bench --workflow-count 10000 --max-cached-workflows 1000 --max-concurrent 1000 ${{ inputs.sandbox-arg }}
You can’t perform that action at this time.
0 commit comments