diff --git a/.circleci/config.yml b/.circleci/config.yml index 5cacb44..de02103 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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: @@ -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