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 Mar 25, 2021
1 parent 3a977ce commit 0daccee
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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*)?$/
Expand Down Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 0daccee

Please sign in to comment.