.circleci/config.yml in pwwka-0.23.0.RC2 vs .circleci/config.yml in pwwka-0.23.0

- old
+ new

@@ -3,11 +3,11 @@ --- version: 2 jobs: release: docker: - - image: circleci/ruby:2.6.4 + - image: circleci/ruby:2.7.1 steps: - checkout - run: bundle config stitchfix01.jfrog.io $ARTIFACTORY_USER:$ARTIFACTORY_TOKEN - run: bundle install --full-index - run: @@ -15,13 +15,13 @@ command: mkdir -p ~/.gem && curl -u$ARTIFACTORY_USER:$ARTIFACTORY_TOKEN https://stitchfix01.jfrog.io/stitchfix01/api/gems/eng-gems/api/v1/api_key.yaml > ~/.gem/credentials && chmod 0600 ~/.gem/credentials - run: name: Build/release gem to artifactory command: bundle exec rake push_artifactory - ruby-2.6.4-rails-6.0: + ruby-2.7.1-rails-6.0: docker: - - image: circleci/ruby:2.6.4 + - image: circleci/ruby:2.7.1 environment: BUNDLE_GEMFILE: Gemfile.rails-6.0 - image: redis:2.8.12 - image: rabbitmq:3.5.6 working_directory: "~/pwwka" @@ -35,17 +35,17 @@ name: Run Additional CI Steps command: if [ -e bin/additional-ci-steps ]; then bin/additional-ci-steps; fi - run: name: Notify Pager Duty - command: bundle exec y-notify "#eng-platform-alerts" + command: bundle exec y-notify "#eng-messaging-ops" when: on_fail - store_test_results: path: "/tmp/test-results" - ruby-2.5.6-rails-6.0: + ruby-2.6.6-rails-6.0: docker: - - image: circleci/ruby:2.5.6 + - image: circleci/ruby:2.6.6 environment: BUNDLE_GEMFILE: Gemfile.rails-6.0 - image: redis:2.8.12 - image: rabbitmq:3.5.6 working_directory: "~/pwwka" @@ -59,17 +59,17 @@ name: Run Additional CI Steps command: if [ -e bin/additional-ci-steps ]; then bin/additional-ci-steps; fi - run: name: Notify Pager Duty - command: bundle exec y-notify "#eng-platform-alerts" + command: bundle exec y-notify "#eng-messaging-ops" when: on_fail - store_test_results: path: "/tmp/test-results" - ruby-2.6.4-rails-5.2: + ruby-2.7.1-rails-5.2: docker: - - image: circleci/ruby:2.6.4 + - image: circleci/ruby:2.7.1 environment: BUNDLE_GEMFILE: Gemfile.rails-5.2 - image: redis:2.8.12 - image: rabbitmq:3.5.6 working_directory: "~/pwwka" @@ -83,17 +83,17 @@ name: Run Additional CI Steps command: if [ -e bin/additional-ci-steps ]; then bin/additional-ci-steps; fi - run: name: Notify Pager Duty - command: bundle exec y-notify "#eng-platform-alerts" + command: bundle exec y-notify "#eng-messaging-ops" when: on_fail - store_test_results: path: "/tmp/test-results" - ruby-2.5.6-rails-5.2: + ruby-2.6.6-rails-5.2: docker: - - image: circleci/ruby:2.5.6 + - image: circleci/ruby:2.6.6 environment: BUNDLE_GEMFILE: Gemfile.rails-5.2 - image: redis:2.8.12 - image: rabbitmq:3.5.6 working_directory: "~/pwwka" @@ -107,46 +107,46 @@ name: Run Additional CI Steps command: if [ -e bin/additional-ci-steps ]; then bin/additional-ci-steps; fi - run: name: Notify Pager Duty - command: bundle exec y-notify "#eng-platform-alerts" + command: bundle exec y-notify "#eng-messaging-ops" when: on_fail - store_test_results: path: "/tmp/test-results" workflows: version: 2 on-commit: jobs: - 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.1-rails-6.0 + - ruby-2.6.6-rails-6.0 + - ruby-2.7.1-rails-5.2 + - ruby-2.6.6-rails-5.2 filters: tags: - only: /^[0-9]+\.[0-9]+\.[0-9]+(\.?RC[-\.]?\d*)?$/ + only: /^[0-9]+\.[0-9]+\.[0-9]+(\.?(RC|rc)[-\.]?\d*)?$/ branches: ignore: /.*/ - - ruby-2.6.4-rails-6.0: + - ruby-2.7.1-rails-6.0: context: org-global filters: tags: only: &1 /.*/ - - ruby-2.5.6-rails-6.0: + - ruby-2.6.6-rails-6.0: context: org-global filters: tags: only: *1 - - ruby-2.6.4-rails-5.2: + - ruby-2.7.1-rails-5.2: context: org-global filters: tags: only: *1 - - ruby-2.5.6-rails-5.2: + - ruby-2.6.6-rails-5.2: context: org-global filters: tags: only: *1 scheduled: @@ -156,13 +156,13 @@ filters: branches: only: - master jobs: - - ruby-2.6.4-rails-6.0: + - ruby-2.7.1-rails-6.0: context: org-global - - ruby-2.5.6-rails-6.0: + - ruby-2.6.6-rails-6.0: context: org-global - - ruby-2.6.4-rails-5.2: + - ruby-2.7.1-rails-5.2: context: org-global - - ruby-2.5.6-rails-5.2: + - ruby-2.6.6-rails-5.2: context: org-global