ci: eliminar todas las clases de recursos pagadas

- las pruebas están bloqueadas por clases de recursos no disponibles

Relates to #3
This commit is contained in:
Michael Prentice 2020-09-29 01:41:51 -04:00
parent 5f4a06039e
commit e6c7536d62

View File

@ -296,7 +296,7 @@ jobs:
test_ivy_aot: test_ivy_aot:
executor: executor:
name: default-executor name: default-executor
resource_class: xlarge resource_class: medium
steps: steps:
- custom_attach_workspace - custom_attach_workspace
- init_environment - init_environment
@ -334,7 +334,7 @@ jobs:
# In order to avoid the bottleneck of having a slow host machine, we acquire a better # In order to avoid the bottleneck of having a slow host machine, we acquire a better
# container for this job. This is necessary because we launch a lot of browsers concurrently # container for this job. This is necessary because we launch a lot of browsers concurrently
# and therefore the tunnel and Karma need to process a lot of file requests and tests. # and therefore the tunnel and Karma need to process a lot of file requests and tests.
resource_class: xlarge resource_class: medium
steps: steps:
- custom_attach_workspace - custom_attach_workspace
- init_environment - init_environment
@ -358,7 +358,7 @@ jobs:
# In order to avoid the bottleneck of having a slow host machine, we acquire a better # In order to avoid the bottleneck of having a slow host machine, we acquire a better
# container for this job. This is necessary because we launch a lot of browsers concurrently # container for this job. This is necessary because we launch a lot of browsers concurrently
# and therefore the tunnel and Karma need to process a lot of file requests and tests. # and therefore the tunnel and Karma need to process a lot of file requests and tests.
resource_class: xlarge resource_class: medium
steps: steps:
- custom_attach_workspace - custom_attach_workspace
- init_environment - init_environment
@ -448,7 +448,7 @@ jobs:
default: false default: false
executor: executor:
name: default-executor name: default-executor
resource_class: xlarge resource_class: medium
parallelism: 5 parallelism: 5
steps: steps:
- custom_attach_workspace - custom_attach_workspace
@ -501,7 +501,7 @@ jobs:
build-npm-packages: build-npm-packages:
executor: executor:
name: default-executor name: default-executor
resource_class: xlarge resource_class: medium
steps: steps:
- custom_attach_workspace - custom_attach_workspace
- init_environment - init_environment
@ -527,7 +527,7 @@ jobs:
build-ivy-npm-packages: build-ivy-npm-packages:
executor: executor:
name: default-executor name: default-executor
resource_class: xlarge resource_class: medium
steps: steps:
- custom_attach_workspace - custom_attach_workspace
- init_environment - init_environment
@ -644,7 +644,7 @@ jobs:
# In order to avoid the bottleneck of having a slow host machine, we acquire a better # In order to avoid the bottleneck of having a slow host machine, we acquire a better
# container for this job. This is necessary because we launch a lot of browsers concurrently # container for this job. This is necessary because we launch a lot of browsers concurrently
# and therefore the tunnel and Karma need to process a lot of file requests and tests. # and therefore the tunnel and Karma need to process a lot of file requests and tests.
resource_class: xlarge resource_class: medium
steps: steps:
- custom_attach_workspace - custom_attach_workspace
- init_environment - init_environment
@ -673,7 +673,7 @@ jobs:
components-repo-unit-tests: components-repo-unit-tests:
executor: executor:
name: default-executor name: default-executor
resource_class: xlarge resource_class: medium
steps: steps:
- custom_attach_workspace - custom_attach_workspace
- init_environment - init_environment
@ -721,7 +721,7 @@ jobs:
test_zonejs: test_zonejs:
executor: executor:
name: default-executor name: default-executor
resource_class: xlarge resource_class: medium
steps: steps:
- custom_attach_workspace - custom_attach_workspace
- init_environment - init_environment