File tree Expand file tree Collapse file tree 9 files changed +11
-12
lines changed
Expand file tree Collapse file tree 9 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - ' main'
8+ - ' ddelnano/update-gha-oracle-runners'
89 schedule :
910 # Run at 23:09 PST (07:09 UTC) every sunday. Github suggests not running actions on the hour.
1011 - cron : ' 9 7 * * 0'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010 contents : read
1111jobs :
1212 analyze-go :
13- runs-on : oracle-vm- 16cpu-64gb-x86-64
13+ runs-on : oracle-16cpu-64gb-x86-64
1414 permissions :
1515 actions : read
1616 contents : read
2828 with :
2929 category : " /language:go"
3030 analyze-python :
31- runs-on : oracle-vm- 8cpu-32gb-x86-64
31+ runs-on : oracle-8cpu-32gb-x86-64
3232 permissions :
3333 actions : read
3434 contents : read
4242 with :
4343 category : " /language:python"
4444 analyze-javascript :
45- runs-on : oracle-vm- 8cpu-32gb-x86-64
45+ runs-on : oracle-8cpu-32gb-x86-64
4646 permissions :
4747 actions : read
4848 contents : read
Original file line number Diff line number Diff line change 99 permissions :
1010 contents : read
1111 packages : write
12- runs-on : oracle-vm- 16cpu-64gb-x86-64
12+ runs-on : oracle-16cpu-64gb-x86-64
1313 steps :
1414 - uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v2
1515 with :
Original file line number Diff line number Diff line change 99 permissions :
1010 contents : read
1111 packages : write
12- runs-on : oracle-vm- 16cpu-64gb-x86-64
12+ runs-on : oracle-16cpu-64gb-x86-64
1313 steps :
1414 - uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v2
1515 with :
Original file line number Diff line number Diff line change 1010 permissions :
1111 contents : read
1212 packages : write
13- runs-on : oracle-vm- 16cpu-64gb-x86-64
13+ runs-on : oracle-16cpu-64gb-x86-64
1414 steps :
1515 - uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v2
1616 with :
Original file line number Diff line number Diff line change 1313 with :
1414 image-base-name : " linter_image"
1515 run-container-lint :
16- runs-on : oracle-vm- 8cpu-32gb-x86-64
16+ runs-on : oracle-8cpu-32gb-x86-64
1717 needs : get-linter-image
1818 container :
1919 image : ${{ needs.get-linter-image.outputs.image-with-tag }}
Original file line number Diff line number Diff line change 1313 image-base-name : " dev_image_with_extras"
1414 generate-docs :
1515 needs : get-dev-image
16- runs-on : oracle-vm- 8cpu-32gb-x86-64
16+ runs-on : oracle-8cpu-32gb-x86-64
1717 container :
1818 image : ${{ needs.get-dev-image.outputs.image-with-tag }}
1919 steps :
Original file line number Diff line number Diff line change 11build --bes_results_url=https://app.buildbuddy.io/invocation/
22build --bes_backend=grpcs://remote.buildbuddy.io
3- build --remote_cache=grpcs://remote.buildbuddy.io
3+ # For now, our CI isn't using remote caching
4+ # build --remote_cache=grpcs://remote.buildbuddy.io
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ common --color=yes
55# a given run.
66common --keep_going
77
8- # Always use remote exec
9- build --config=remote
10-
118build --build_metadata=HOST=github-actions
129build --build_metadata=USER=github-actions
1310build --build_metadata=REPO_URL=https://github.com/pixie-io/pixie
You can’t perform that action at this time.
0 commit comments