diff --git a/.circleci/config.yml b/.circleci/config.yml index 6b63214..a3a655e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -161,36 +161,6 @@ jobs: when: on_fail - store_test_results: path: "/tmp/test-results" - ruby-2.7.2-rails-5.2: - docker: - - image: circleci/ruby:2.7.2 - auth: - username: "$DOCKERHUB_USERNAME" - password: "$DOCKERHUB_PASSWORD" - environment: - BUNDLE_GEMFILE: Gemfile.rails-5.2 - working_directory: "~/stitches" - steps: - - checkout - - run: - name: Check for Gemfile.lock presence - command: ' if (test -f Gemfile.lock) then echo "Dont commit Gemfile.lock (see - https://github.com/stitchfix/eng-wiki/blob/master/architecture-decisions/0009-rubygem-dependencies-will-be-managed-more-explicitly.md)" - 1>&2 ; exit 1 ; else exit 0 ; fi ' - - run: bundle config stitchfix01.jfrog.io $ARTIFACTORY_USER:$ARTIFACTORY_TOKEN - - run: bundle install --full-index - - run: bundle exec rspec --format RspecJunitFormatter --out /tmp/test-results/rspec.xml - --format=doc - - run: - 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-runtime-alerts" - when: on_fail - - store_test_results: - path: "/tmp/test-results" workflows: version: 2 on-commit: @@ -202,7 +172,6 @@ workflows: - ruby-2.7.2-rails-6.1 - ruby-3.0.0-rails-6.0 - ruby-2.7.2-rails-6.0 - - ruby-2.7.2-rails-5.2 filters: tags: only: /^[0-9]+\.[0-9]+\.[0-9]+(\.?(RC|rc)[-\.]?\w*)?$/ @@ -237,11 +206,6 @@ workflows: filters: tags: only: *1 - - ruby-2.7.2-rails-5.2: - context: org-global - filters: - tags: - only: *1 scheduled: triggers: - schedule: @@ -259,5 +223,3 @@ workflows: context: org-global - ruby-2.7.2-rails-6.0: context: org-global - - ruby-2.7.2-rails-5.2: - context: org-global