ci: Moving the runs-on parameter in some Github workflows to use Buildjet (#12399)

This commit is contained in:
Arpit Mohan 2022-03-30 17:09:34 +02:00 committed by GitHub
parent 17a206c3dd
commit 6dcc00a9f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 9 deletions

View File

@ -24,7 +24,7 @@ defaults:
jobs:
build:
runs-on: ubuntu-latest
runs-on: buildjet-8vcpu-ubuntu-2004
# Only run for internal PRs or commits to release or master
if: |
github.event.pull_request.head.repo.full_name == github.repository ||

View File

@ -23,7 +23,7 @@ jobs:
(github.event_name == 'pull_request_review' &&
github.event.review.state == 'approved' &&
github.event.pull_request.head.repo.full_name == github.repository)
runs-on: ubuntu-latest
runs-on: buildjet-8vcpu-ubuntu-2004
defaults:
run:
working-directory: app/client
@ -547,11 +547,11 @@ jobs:
-v "$PWD/stacks:/appsmith-stacks" fatcontainer
sudo chmod a+rw stacks/configuration/docker.env
sudo echo "APPSMITH_LICENSE_KEY=$APPSMITH_LICENSE_KEY" >> stacks/configuration/docker.env
# - name: Restart Appsmith
# if: steps.run_result.outputs.run_result != 'success'
# run: |
# docker restart appsmith
# - name: Restart Appsmith
# if: steps.run_result.outputs.run_result != 'success'
# run: |
# docker restart appsmith
- name: Use Node.js 14.15.4
if: steps.run_result.outputs.run_result != 'success'
@ -763,7 +763,33 @@ jobs:
strategy:
fail-fast: false
matrix:
job: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]
job:
[
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
]
# Service containers to run with this job. Required for running tests
services:

View File

@ -1,4 +1,4 @@
# Appsmith Client
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
<br><br>
For details on setting up your development machine, please refer to the [Setup Guide](../../contributions/ClientSetup.md)
For details on setting up your development machine, please refer to the [Setup Guide](../../contributions/ClientSetup.md)