Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

# Build & Test st2 packages
packages:
parallelism: 6
parallelism: 5
# 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:2.7
working_directory: ~/st2
environment:
- DISTROS: "trusty xenial bionic el6 el7 el8"
- DISTROS: "xenial bionic el6 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: "trusty xenial bionic el6 el7 el8"
- DISTROS: "xenial bionic el6 el7 el8"
steps:
- attach_workspace:
at: .
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ Fixed

* Fix dependency conflicts by updating ``requests`` (2.23.0) and ``gitpython`` (2.1.15). #4869

Removed
~~~~~~~

* Removed Ubuntu 14.04 from test matrix #4897

3.1.0 - June 27, 2019
---------------------

Expand Down