Give ember-build a larger container (#7873)

* bump ember-build-prod and ember-build to medium+ to prevent OOM errors

* filter frontend workflow to only run on master, ui-staging, and ui/* branches
This commit is contained in:
Alvin Huang 2020-05-13 15:40:30 -04:00 committed by GitHub
parent 272733a5c1
commit f1346bd34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -411,6 +411,7 @@ jobs:
ember-build:
docker:
- image: *EMBER_IMAGE
resource_class: medium+
steps:
- checkout
- restore_cache:
@ -427,6 +428,7 @@ jobs:
ember-build-prod:
docker:
- image: *EMBER_IMAGE
resource_class: medium+
steps:
- checkout
- restore_cache:
@ -692,9 +694,10 @@ workflows:
- frontend-cache:
filters:
branches:
ignore:
- stable-website
- /^docs\/.*/
only:
- master
- ui-staging
- /^ui\/.*/
- ember-build:
requires:
- frontend-cache