summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjayashri garud <jgarud@msystechnologies.com>2022-02-28 11:16:18 +0530
committerjayashri garud <jgarud@msystechnologies.com>2022-02-28 11:16:18 +0530
commit0be04ca62c63ed4a45b86e4824d268abff3ac9ef (patch)
tree7762fc34da49547d3805c656e2c6787a6199870b
parent0278ad2bdadc5c559e0fb9a6ff6da9cd8ffaa617 (diff)
downloadmixlib-config-0be04ca62c63ed4a45b86e4824d268abff3ac9ef.tar.gz
add ruby tests 3.0 and 3.1 in verify pipeline
Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
-rw-r--r--.expeditor/verify.pipeline.yml24
-rw-r--r--.github/CODEOWNERS4
2 files changed, 22 insertions, 6 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index ba3874e..16f62ae 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -17,7 +17,7 @@ steps:
expeditor:
executor:
docker:
- image: ruby:2.4-buster
+ image: ruby:2.4
- label: run-lint-and-specs-ruby-2.5
command:
@@ -25,7 +25,7 @@ steps:
expeditor:
executor:
docker:
- image: ruby:2.5-buster
+ image: ruby:2.5
- label: run-lint-and-specs-ruby-2.6
command:
@@ -33,7 +33,7 @@ steps:
expeditor:
executor:
docker:
- image: ruby:2.6-buster
+ image: ruby:2.6
- label: run-lint-and-specs-ruby-2.7
command:
@@ -41,7 +41,23 @@ steps:
expeditor:
executor:
docker:
- image: ruby:2.7-buster
+ image: ruby:2.7
+
+- label: run-lint-and-specs-ruby-3.0
+ command:
+ - .expeditor/run_linux_tests.sh rake
+ expeditor:
+ executor:
+ docker:
+ image: ruby:3.0
+
+- label: run-lint-and-specs-ruby-3.1
+ command:
+ - .expeditor/run_linux_tests.sh rake
+ expeditor:
+ executor:
+ docker:
+ image: ruby:3.1
- label: run-specs-windows
command:
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 950afb7..36212ce 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,5 +1,5 @@
# Order is important. The last matching pattern has the most precedence.
-* @chef/chef-foundation-owners @chef/chef-foundation-approvers @chef/chef-foundation-reviewers
-.expeditor/ @chef/jex-team
+* @chef/chef-infra-reviewers @chef/chef-infra-approvers @chef/chef-infra-owners
+.expeditor/ @chef/infra-packages
*.md @chef/docs-team