From 9f140cb7701b899346921eb1cf4585587226ec0d Mon Sep 17 00:00:00 2001 From: Omar Abdulaziz Date: Sun, 12 Jan 2025 17:28:18 +0200 Subject: [PATCH] add zos4 farms as test farms --- production.json | 2 +- qa.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/production.json b/production.json index 60c17c6..527d8a7 100644 --- a/production.json +++ b/production.json @@ -51,6 +51,6 @@ ] }, "rollout_upgrade": { - "test_farms": [1] + "test_farms": [1, 3997] } } diff --git a/qa.json b/qa.json index ef22b46..3b5c617 100644 --- a/qa.json +++ b/qa.json @@ -65,6 +65,6 @@ ] }, "rollout_upgrade": { - "test_farms": [190] + "test_farms": [190, 1, 43] } }