Skip to content

Commit

Permalink
creating or updating the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fixbot committed Dec 31, 2019
1 parent bd699eb commit b49cb4f
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 2
jobs:
release:
docker:
- image: circleci/ruby:2.6.4
- image: circleci/ruby:2.7.0
steps:
- checkout
- run: bundle config stitchfix01.jfrog.io $ARTIFACTORY_USER:$ARTIFACTORY_TOKEN
Expand All @@ -17,9 +17,9 @@ jobs:
- run:
name: Build/release gem to artifactory
command: bundle exec rake push_artifactory
ruby-2.6.4-rails-6.0:
ruby-2.7.0-rails-6.0:
docker:
- image: circleci/ruby:2.6.4
- image: circleci/ruby:2.7.0
environment:
BUNDLE_GEMFILE: Gemfile.rails-6.0
working_directory: "~/stitches"
Expand All @@ -35,13 +35,13 @@ jobs:
fi
- run:
name: Notify Pager Duty
command: bundle exec y-notify "#eng-platform-alerts"
command: bundle exec y-notify "#devex-alerts"
when: on_fail
- store_test_results:
path: "/tmp/test-results"
ruby-2.5.6-rails-6.0:
ruby-2.6.5-rails-6.0:
docker:
- image: circleci/ruby:2.5.6
- image: circleci/ruby:2.6.5
environment:
BUNDLE_GEMFILE: Gemfile.rails-6.0
working_directory: "~/stitches"
Expand All @@ -57,13 +57,13 @@ jobs:
fi
- run:
name: Notify Pager Duty
command: bundle exec y-notify "#eng-platform-alerts"
command: bundle exec y-notify "#devex-alerts"
when: on_fail
- store_test_results:
path: "/tmp/test-results"
ruby-2.6.4-rails-5.2:
ruby-2.7.0-rails-5.2:
docker:
- image: circleci/ruby:2.6.4
- image: circleci/ruby:2.7.0
environment:
BUNDLE_GEMFILE: Gemfile.rails-5.2
working_directory: "~/stitches"
Expand All @@ -79,13 +79,13 @@ jobs:
fi
- run:
name: Notify Pager Duty
command: bundle exec y-notify "#eng-platform-alerts"
command: bundle exec y-notify "#devex-alerts"
when: on_fail
- store_test_results:
path: "/tmp/test-results"
ruby-2.5.6-rails-5.2:
ruby-2.6.5-rails-5.2:
docker:
- image: circleci/ruby:2.5.6
- image: circleci/ruby:2.6.5
environment:
BUNDLE_GEMFILE: Gemfile.rails-5.2
working_directory: "~/stitches"
Expand All @@ -101,7 +101,7 @@ jobs:
fi
- run:
name: Notify Pager Duty
command: bundle exec y-notify "#eng-platform-alerts"
command: bundle exec y-notify "#devex-alerts"
when: on_fail
- store_test_results:
path: "/tmp/test-results"
Expand All @@ -112,31 +112,31 @@ workflows:
- release:
context: org-global
requires:
- ruby-2.6.4-rails-6.0
- ruby-2.5.6-rails-6.0
- ruby-2.6.4-rails-5.2
- ruby-2.5.6-rails-5.2
- ruby-2.7.0-rails-6.0
- ruby-2.6.5-rails-6.0
- ruby-2.7.0-rails-5.2
- ruby-2.6.5-rails-5.2
filters:
tags:
only: /^[0-9]+\.[0-9]+\.[0-9]+(\.?RC[-\.]?\d*)?$/
branches:
ignore: /.*/
- ruby-2.6.4-rails-6.0:
- ruby-2.7.0-rails-6.0:
context: org-global
filters:
tags:
only: &1 /.*/
- ruby-2.5.6-rails-6.0:
- ruby-2.6.5-rails-6.0:
context: org-global
filters:
tags:
only: *1
- ruby-2.6.4-rails-5.2:
- ruby-2.7.0-rails-5.2:
context: org-global
filters:
tags:
only: *1
- ruby-2.5.6-rails-5.2:
- ruby-2.6.5-rails-5.2:
context: org-global
filters:
tags:
Expand All @@ -150,11 +150,11 @@ workflows:
only:
- master
jobs:
- ruby-2.6.4-rails-6.0:
- ruby-2.7.0-rails-6.0:
context: org-global
- ruby-2.5.6-rails-6.0:
- ruby-2.6.5-rails-6.0:
context: org-global
- ruby-2.6.4-rails-5.2:
- ruby-2.7.0-rails-5.2:
context: org-global
- ruby-2.5.6-rails-5.2:
- ruby-2.6.5-rails-5.2:
context: org-global

0 comments on commit b49cb4f

Please sign in to comment.