From eec7bc13d28bfc8cf13dda55e6acd749044757bb Mon Sep 17 00:00:00 2001 From: muthuja Date: Wed, 3 Jul 2024 11:10:19 +0530 Subject: [PATCH 1/3] test ruby 3.3 Signed-off-by: muthuja --- .expeditor/verify.pipeline.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index f8a34997c..205d15bdf 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -15,6 +15,14 @@ steps: executor: docker: image: ruby:3.1-bullseye + +- label: chefstyle-tests-ruby-3.3 + command: + - .expeditor/run_linux_tests.sh rake style + expeditor: + executor: + docker: + image: ruby:3.3 # This tests that our verify.rb script (and dependencies) can successfully test components included in CW - label: component-test-tests-ruby-3.1 command: From 8331f03f6ad618cee3009014750c0a2faade3fd1 Mon Sep 17 00:00:00 2001 From: muthuja Date: Wed, 3 Jul 2024 11:16:55 +0530 Subject: [PATCH 2/3] test ruby 3.3 Signed-off-by: muthuja --- .expeditor/verify.pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 205d15bdf..ac7f5251d 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -16,13 +16,13 @@ steps: docker: image: ruby:3.1-bullseye -- label: chefstyle-tests-ruby-3.3 +- label: chefstyle-tests-ruby-3.4 command: - .expeditor/run_linux_tests.sh rake style expeditor: executor: docker: - image: ruby:3.3 + image: ruby:3.4 # This tests that our verify.rb script (and dependencies) can successfully test components included in CW - label: component-test-tests-ruby-3.1 command: From 0fc795e94fdc0f4941edd4f0980ad7cc5f454693 Mon Sep 17 00:00:00 2001 From: muthuja Date: Wed, 3 Jul 2024 11:22:15 +0530 Subject: [PATCH 3/3] test ruby 3.3 Signed-off-by: muthuja --- .expeditor/verify.pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index ac7f5251d..aacb19d99 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -16,13 +16,13 @@ steps: docker: image: ruby:3.1-bullseye -- label: chefstyle-tests-ruby-3.4 +- label: chefstyle-tests-ruby-3.3 command: - .expeditor/run_linux_tests.sh rake style expeditor: executor: docker: - image: ruby:3.4 + image: ruby:3.3 # This tests that our verify.rb script (and dependencies) can successfully test components included in CW - label: component-test-tests-ruby-3.1 command: