chore(repo): use new workflows launch templates (#20213)

Co-authored-by: Brian Bailey <126210301+brian-nrwl@users.noreply.github.com>
This commit is contained in:
Rares Matei 2023-11-13 23:07:42 +01:00 committed by GitHub
parent 206247f9ad
commit 06f887c150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 49 additions and 53 deletions

View File

@ -88,7 +88,7 @@ jobs:
NX_CI_EXECUTION_ENV: 'linux' NX_CI_EXECUTION_ENV: 'linux'
steps: steps:
- checkout - checkout
- run: npx nx-cloud@next start-ci-run --stop-agents-after="e2e" - run: npx nx-cloud@next start-ci-run --distributes-on="8 linux-medium" --stop-agents-after="e2e"
- run: - run:
command: | command: |
sudo apt-get update sudo apt-get update

View File

@ -1,4 +1,5 @@
parallelism: 8 launch-templates:
linux-medium:
env: env:
CI: 'true' CI: 'true'
GIT_AUTHOR_EMAIL: test@test.com GIT_AUTHOR_EMAIL: test@test.com
@ -14,10 +15,7 @@ env:
NX_E2E_RUN_E2E: 'true' NX_E2E_RUN_E2E: 'true'
NPM_CONFIG_PREFIX: '/home/workflows/.npm-global' NPM_CONFIG_PREFIX: '/home/workflows/.npm-global'
NX_CLOUD_ACCESS_TOKEN: '{{secrets.NX_CLOUD_ACCESS_TOKEN}}' NX_CLOUD_ACCESS_TOKEN: '{{secrets.NX_CLOUD_ACCESS_TOKEN}}'
on: init-steps:
- events:
- CREATE_RUN_GROUP
steps:
- name: Checkout - name: Checkout
uses: 'nrwl/nx-cloud-workflows/v1.1/workflow-steps/checkout/main.yaml' uses: 'nrwl/nx-cloud-workflows/v1.1/workflow-steps/checkout/main.yaml'
@ -53,7 +51,5 @@ steps:
git config --global user.email test@test.com git config --global user.email test@test.com
git config --global user.name "Test Test" git config --global user.name "Test Test"
- name: Run Agent - name: Load Cargo Env
script: | script: echo "PATH=$HOME/.cargo/bin:$PATH" >> $NX_CLOUD_ENV
source "$HOME/.cargo/env"
npx nx-cloud start-agent