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 Apr 30, 2024
1 parent bf645f7 commit 37d4cd4
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ parameters:
jobs:
generate-and-push-docs:
docker:
- image: cimg/ruby:3.3.0
- image: cimg/ruby:3.3.1
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand All @@ -45,7 +45,7 @@ jobs:
docs:push; fi
release:
docker:
- image: cimg/ruby:3.3.0
- image: cimg/ruby:3.3.1
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand All @@ -60,9 +60,9 @@ jobs:
- run:
name: Build/release gem to artifactory
command: bundle exec rake push_artifactory
ruby-3_3_0-rails-7_1:
ruby-3_3_1-rails-7_1:
docker:
- image: cimg/ruby:3.3.0
- image: cimg/ruby:3.3.1
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand All @@ -86,13 +86,13 @@ jobs:
fi
- run:
name: Notify Pager Duty
command: bundle exec y-notify "#dev-platform-info"
command: bundle exec y-notify "#app-platform-ops"
when: on_fail
- store_test_results:
path: "/tmp/test-results"
ruby-3_2_3-rails-7_1:
ruby-3_2_4-rails-7_1:
docker:
- image: cimg/ruby:3.2.3
- image: cimg/ruby:3.2.4
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand All @@ -116,13 +116,13 @@ jobs:
fi
- run:
name: Notify Pager Duty
command: bundle exec y-notify "#dev-platform-info"
command: bundle exec y-notify "#app-platform-ops"
when: on_fail
- store_test_results:
path: "/tmp/test-results"
ruby-3_3_0-rails-7_0:
ruby-3_3_1-rails-7_0:
docker:
- image: cimg/ruby:3.3.0
- image: cimg/ruby:3.3.1
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand All @@ -146,13 +146,13 @@ jobs:
fi
- run:
name: Notify Pager Duty
command: bundle exec y-notify "#dev-platform-info"
command: bundle exec y-notify "#app-platform-ops"
when: on_fail
- store_test_results:
path: "/tmp/test-results"
ruby-3_2_3-rails-7_0:
ruby-3_2_4-rails-7_0:
docker:
- image: cimg/ruby:3.2.3
- image: cimg/ruby:3.2.4
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand All @@ -176,13 +176,13 @@ jobs:
fi
- run:
name: Notify Pager Duty
command: bundle exec y-notify "#dev-platform-info"
command: bundle exec y-notify "#app-platform-ops"
when: on_fail
- store_test_results:
path: "/tmp/test-results"
ruby-3_3_0-rails-6_1:
ruby-3_3_1-rails-6_1:
docker:
- image: cimg/ruby:3.3.0
- image: cimg/ruby:3.3.1
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand All @@ -206,13 +206,13 @@ jobs:
fi
- run:
name: Notify Pager Duty
command: bundle exec y-notify "#dev-platform-info"
command: bundle exec y-notify "#app-platform-ops"
when: on_fail
- store_test_results:
path: "/tmp/test-results"
ruby-3_2_3-rails-6_1:
ruby-3_2_4-rails-6_1:
docker:
- image: cimg/ruby:3.2.3
- image: cimg/ruby:3.2.4
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand All @@ -236,7 +236,7 @@ jobs:
fi
- run:
name: Notify Pager Duty
command: bundle exec y-notify "#dev-platform-info"
command: bundle exec y-notify "#app-platform-ops"
when: on_fail
- store_test_results:
path: "/tmp/test-results"
Expand All @@ -249,12 +249,12 @@ workflows:
- release:
context: org-global
requires:
- ruby-3_3_0-rails-7_1
- ruby-3_2_3-rails-7_1
- ruby-3_3_0-rails-7_0
- ruby-3_2_3-rails-7_0
- ruby-3_3_0-rails-6_1
- ruby-3_2_3-rails-6_1
- ruby-3_3_1-rails-7_1
- ruby-3_2_4-rails-7_1
- ruby-3_3_1-rails-7_0
- ruby-3_2_4-rails-7_0
- ruby-3_3_1-rails-6_1
- ruby-3_2_4-rails-6_1
filters:
tags:
only: "/^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:(-|\\.)(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$/"
Expand All @@ -269,32 +269,32 @@ workflows:
only: "/^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:(-|\\.)(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$/"
branches:
ignore: /.*/
- ruby-3_3_0-rails-7_1:
- ruby-3_3_1-rails-7_1:
context: org-global
filters:
tags:
only: &1 /.*/
- ruby-3_2_3-rails-7_1:
- ruby-3_2_4-rails-7_1:
context: org-global
filters:
tags:
only: *1
- ruby-3_3_0-rails-7_0:
- ruby-3_3_1-rails-7_0:
context: org-global
filters:
tags:
only: *1
- ruby-3_2_3-rails-7_0:
- ruby-3_2_4-rails-7_0:
context: org-global
filters:
tags:
only: *1
- ruby-3_3_0-rails-6_1:
- ruby-3_3_1-rails-6_1:
context: org-global
filters:
tags:
only: *1
- ruby-3_2_3-rails-6_1:
- ruby-3_2_4-rails-6_1:
context: org-global
filters:
tags:
Expand All @@ -303,15 +303,15 @@ workflows:
when:
equal: [ "schedule", << pipeline.parameters.GHA_Event >> ]
jobs:
- ruby-3_3_0-rails-7_1:
- ruby-3_3_1-rails-7_1:
context: org-global
- ruby-3_2_3-rails-7_1:
- ruby-3_2_4-rails-7_1:
context: org-global
- ruby-3_3_0-rails-7_0:
- ruby-3_3_1-rails-7_0:
context: org-global
- ruby-3_2_3-rails-7_0:
- ruby-3_2_4-rails-7_0:
context: org-global
- ruby-3_3_0-rails-6_1:
- ruby-3_3_1-rails-6_1:
context: org-global
- ruby-3_2_3-rails-6_1:
- ruby-3_2_4-rails-6_1:
context: org-global

0 comments on commit 37d4cd4

Please sign in to comment.