From 8663bb30c1804d07c4455317911471bce6fc2af6 Mon Sep 17 00:00:00 2001 From: Ashique Saidalavi Date: Mon, 9 Dec 2024 12:12:14 +0530 Subject: [PATCH 1/2] Updated the release branches Signed-off-by: Ashique Saidalavi --- .expeditor/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 1d2c98a..e5b8b05 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -9,6 +9,12 @@ slack: rubygems: - chef-vault +release_branches: + - workstation-LTS: + version_constraint: 4.* + - main: + version_constraint: 4.* + github: # This deletes the GitHub PR branch after successfully merged into the release branch delete_branch_on_merge: true From 09a1c2bc05921acb415f948c7147a362c2583cb6 Mon Sep 17 00:00:00 2001 From: Ashique Saidalavi Date: Mon, 9 Dec 2024 16:05:00 +0530 Subject: [PATCH 2/2] commenting the user for testing Signed-off-by: Ashique Saidalavi --- .expeditor/verify.pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 53fa4a1..5dfa7a4 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -28,7 +28,7 @@ steps: host_os: windows shell: ["powershell", "-Command"] image: rubydistros/windows-2019:3.1 - user: 'NT AUTHORITY\SYSTEM' +# user: 'NT AUTHORITY\SYSTEM' environment: - FORCE_FFI_YAJL=ext - EXPIRE_CACHE=true