Moving the client build & package steps to Buildjet
This commit is contained in:
parent
e53045de5a
commit
577ac298da
|
|
@ -129,7 +129,7 @@ jobs:
|
|||
- run: echo "::set-output name=run_result::success" > ~/run_result
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: buildjet-8vcpu-ubuntu-2004
|
||||
if: github.event_name == 'repository_dispatch' &&
|
||||
github.event.client_payload.slash_command.sha != '' &&
|
||||
contains(github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.sha)
|
||||
|
|
@ -1286,7 +1286,7 @@ jobs:
|
|||
|
||||
package:
|
||||
needs: [ui-test, fat-container-test]
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: buildjet-4vcpu-ubuntu-2004
|
||||
defaults:
|
||||
run:
|
||||
working-directory: app/client
|
||||
|
|
|
|||
|
|
@ -1481,7 +1481,7 @@ jobs:
|
|||
|
||||
package:
|
||||
needs: ui-test
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: buildjet-4vcpu-ubuntu-2004
|
||||
|
||||
# Run this job irrespective of tests failing, if this is the release branch; or only if the tests pass, if this is the master branch.
|
||||
if: (success() && github.ref == 'refs/heads/master') ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user