From 94fad5628585da7854bac579231fea5309bab6e8 Mon Sep 17 00:00:00 2001 From: Matt Savoie Date: Fri, 20 Dec 2024 10:46:28 -0700 Subject: [PATCH] DAS-2276: opera-rtc-s1-browse tests run with hybig deployments (#126) --- CHANGELOG.md | 4 ++++ config/services_tests_config_prod.json | 2 +- config/services_tests_config_uat.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b759e04f..b63830cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ versioning. Rather than a static releases, this repository contains of a number of regression tests that are each semi-independent. This CHANGELOG file should be used to document pull requests to this repository. +## 2024-12-20([#126](https://github.com/nasa/harmony-regression-tests/pull/126)) + +- Update configuration to run `opera-rtc-s1-browse` tests on HyBIG deployments. + ## 2024-12-16 ([#122](https://github.com/nasa/harmony-regression-tests/pull/122))([#123](https://github.com/nasa/harmony-regression-tests/pull/123)) - Updates HyBIG test images to account for changes in how HyBIG treats 3 and 4 band input GeoTIFFs. diff --git a/config/services_tests_config_prod.json b/config/services_tests_config_prod.json index 7772476f..319e415c 100644 --- a/config/services_tests_config_prod.json +++ b/config/services_tests_config_prod.json @@ -8,7 +8,7 @@ "harmony-regridder": "regridder", "harmony-service-example": "harmony-regression", "hoss": "hoss", - "hybig": "hybig", + "hybig": "hybig,opera-rtc-s1-browse", "net2cog": "net2cog", "podaac-concise": "TBD", "podaac-l2-subsetter": "TBD", diff --git a/config/services_tests_config_uat.json b/config/services_tests_config_uat.json index 9cac553e..fac80da4 100644 --- a/config/services_tests_config_uat.json +++ b/config/services_tests_config_uat.json @@ -8,7 +8,7 @@ "harmony-regridder": "regridder", "harmony-service-example": "harmony-regression", "hoss": "hoss, variable-subsetter", - "hybig": "hybig", + "hybig": "hybig,opera-rtc-s1-browse", "net2cog": "net2cog", "podaac-concise": "TBD", "podaac-l2-subsetter": "TBD",