File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2323 permissions :
2424 pull-requests : write
2525
26- # If we're running on a PR, use ubuntu-latest - a shared runner. We can't use the self-hosted
27- # runners on arbitrary PRs, and we don't want to unleash that load on the pool anyway.
28- # If we're running on main, use the OTEL self-hosted runner pool.
26+ # If we're running on main, use our oracle bare-metal runner for accuracy.
27+ # If we're running on a PR, use github's shared workers to save resources.
2928 #
3029 # TODO - temporarily use self-hosted to get shared-worker environment going
3130 runs-on : ' oracle-bare-metal-64cpu-512gb-x86-64'
6665
6766 - uses : boa-dev/criterion-compare-action@adfd3a94634fe2041ce5613eb7df09d247555b87 # v3.2.4
6867 with :
69- cwd : opentelemetry-appender-tracing # TEMP - make the run shorter for now
7068 branchName : ${{ env.BRANCH_NAME }}
You can’t perform that action at this time.
0 commit comments