Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
# 'machine' executor runs Unit tests ~x1.5 faster, comparing to 'docker' executor
# but the fastest is still ~x1.5-2 slower, comparing to Travis
machine: true
parallelism: 4
parallelism: 3
working_directory: ~/st2
steps:
- checkout
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:

# Build & Test st2 packages
packages:
parallelism: 4
parallelism: 3
# 4CPUs & 8GB RAM CircleCI machine
# sadly, it doesn't work with 'setup_remote_docker'
resource_class: large
Expand All @@ -116,7 +116,7 @@ jobs:
- image: circleci/python:3.6
working_directory: ~/st2
environment:
- DISTROS: "xenial bionic el7 el8"
- DISTROS: "bionic el7 el8"
- ST2_PACKAGES_REPO: https://github.com/StackStorm/st2-packages
- ST2_PACKAGES: "st2"
- ST2_CHECKOUT: 0
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
- image: circleci/ruby:2.4
working_directory: /tmp/deploy
environment:
- DISTROS: "xenial bionic el7 el8"
- DISTROS: "bionic el7 el8"
steps:
- attach_workspace:
at: .
Expand Down