summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-11-08 15:03:40 -0500
committerJason Wray <jason@mapbox.com>2018-11-08 15:12:01 -0500
commitab8db1c07781ac5e687a65a827eb7f4a2d8ecfc0 (patch)
treeb36ae7f0d8265e4b4d30417cb38d0c59f35f490f
parent7cbd31e4561fd3fa8eaea20b16e7bf4192f9d072 (diff)
downloadqtlocation-mapboxgl-ab8db1c07781ac5e687a65a827eb7f4a2d8ecfc0.tar.gz
[build] Temporarily reduce number of jobs for failing CI buildsupstream/fb-reduce-gcc-debug-ci-job-jobs
This should be reverted once higher-resource CI containers are available again.
-rw-r--r--circle.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/circle.yml b/circle.yml
index 3a81340b6d..94b9a2c53f 100644
--- a/circle.yml
+++ b/circle.yml
@@ -507,8 +507,8 @@ jobs:
resource_class: large
working_directory: /src
environment:
- LIBSYSCONFCPUS: 4
- JOBS: 4
+ LIBSYSCONFCPUS: 2
+ JOBS: 2
BUILDTYPE: Debug
IS_LOCAL_DEVELOPMENT: false
MBGL_ANDROID_STL: << parameters.stl >>
@@ -569,8 +569,8 @@ jobs:
resource_class: large
working_directory: /src
environment:
- LIBSYSCONFCPUS: 4
- JOBS: 4
+ LIBSYSCONFCPUS: 2
+ JOBS: 2
BUILDTYPE: Release
IS_LOCAL_DEVELOPMENT: false
steps:
@@ -653,8 +653,8 @@ jobs:
resource_class: large
working_directory: /src
environment:
- LIBSYSCONFCPUS: 4
- JOBS: 4
+ LIBSYSCONFCPUS: 2
+ JOBS: 2
BUILDTYPE: Debug
WITH_EGL: 1
steps:
@@ -785,8 +785,8 @@ jobs:
resource_class: large
working_directory: /src
environment:
- LIBSYSCONFCPUS: 4
- JOBS: 4
+ LIBSYSCONFCPUS: 2
+ JOBS: 2
BUILDTYPE: Debug
WITH_EGL: 1
WITH_CXX11ABI: 0
@@ -806,8 +806,8 @@ jobs:
resource_class: large
working_directory: /src
environment:
- LIBSYSCONFCPUS: 4
- JOBS: 4
+ LIBSYSCONFCPUS: 2
+ JOBS: 2
BUILDTYPE: Debug
WITH_EGL: 1
WITH_COVERAGE: 1
@@ -1011,8 +1011,8 @@ jobs:
resource_class: large
working_directory: /src
environment:
- LIBSYSCONFCPUS: 4
- JOBS: 4
+ LIBSYSCONFCPUS: 2
+ JOBS: 2
BUILDTYPE: Release
GTEST_OUTPUT: xml
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libjemalloc.so
@@ -1035,8 +1035,8 @@ jobs:
resource_class: large
working_directory: /src
environment:
- LIBSYSCONFCPUS: 4
- JOBS: 4
+ LIBSYSCONFCPUS: 2
+ JOBS: 2
BUILDTYPE: Release
WITH_QT_I18N: 1
steps: