diff options
author | Jason Wray <friedbunny@users.noreply.github.com> | 2018-11-09 12:26:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-09 12:26:47 -0500 |
commit | c88312b5d658cadbf745b74ef89cead3aa097604 (patch) | |
tree | 8b3c69c1e64e69ac4375c35fd0c57c6948aee6aa /circle.yml | |
parent | 361d8cce0f35cf8346a06c67dba0065466d20a3a (diff) | |
download | qtlocation-mapboxgl-c88312b5d658cadbf745b74ef89cead3aa097604.tar.gz |
[build] Temporarily reduce number of jobs for failing CI builds
This should be reverted once higher-resource CI containers are available again.
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/circle.yml b/circle.yml index 67c76dcea7..0d657517c9 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: |