Skip to content

Commit

Permalink
Updates lists of services and regression tests to function properly. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear authored Mar 3, 2025
1 parent bdd9154 commit ca4e39d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 15 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/notebook-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,26 @@ on:
required: true
type: choice
options:
# This is a list of the aliases for the service images
# found at the harmony service-image-tags endpoint.
- all
- batchee
- geoloco
- giovanni-adapter
- harmony
- harmony-gdal-adapter
# - harmony-netcdf-to-zarr # Commented out because needs AWS credentials
- harmony-regression
# - harmony-netcdf-to-zarr": "n2z", (disabled because AWS Credentials are needed to run)
- harmony-regridder
- harmony-service-example
- hoss
- hybig
- net2cog
- podaac-concise
- podaac-l2-subsetter
- query-cmr
- sambah
- smap-l2-gridder
- sds-maskfill
- stitchee
- subset-band-name
- swath-projector
- trajectory-subsetter
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ 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.

## 2025-02-28 ([#143](https://github.com/nasa/harmony-regression-tests/pull/143)]
## 2025-03-03 ([#145](https://github.com/nasa/harmony-regression-tests/pull/145))

- Forces samba image build.
- Fixes mismatched service to regression links in config and test workflows.

## 2025-02-28 ([#143](https://github.com/nasa/harmony-regression-tests/pull/143))

- Forces sambah image build.

## 2025-02-28 ([#142](https://github.com/nasa/harmony-regression-tests/pull/142))

Expand Down
11 changes: 6 additions & 5 deletions config/services_tests_config_prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,22 @@
"batchee": "sambah",
"geoloco": "geoloco",
"giovanni-adapter": "TBD",
"harmony": "harmony",
"harmony-gdal-adapter": "hga",
"harmony-netcdf-to-zarr": "n2z",
"harmony-regridder": "regridder",
"harmony-service-example": "harmony-regression",
"hoss": "hoss",
"hybig": "hybig,opera-rtc-s1-browse",
"net2cog": "net2cog",
"podaac-concise": "TBD",
"podaac-l2-subsetter": "TBD",
"opera-rtc-s1-browse": "opera-rtc-s1-browse",
"podaac-concise": "sambah",
"podaac-l2-subsetter": "sambah",
"query-cmr": "geoloco",
"sds-maskfill": "hoss",
"smap-l2-gridder": "smap-l2-gridder",
"sds-maskfill": "TBD",
"stitchee": "sambah",
"subset-band-name": "subset-band-name",
"swath-projector": "swath-projector",
"trajectory-subsetter": "nsidc-icesat2,trajectory-subsetter",
"opera-rtc-s1-browse": "opera-rtc-s1-browse"
"trajectory-subsetter": "nsidc-icesat2,trajectory-subsetter"
}
11 changes: 6 additions & 5 deletions config/services_tests_config_uat.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,22 @@
"batchee": "sambah",
"geoloco": "geoloco",
"giovanni-adapter": "TBD",
"harmony": "harmony",
"harmony-gdal-adapter": "hga",
"harmony-netcdf-to-zarr": "n2z",
"harmony-regridder": "regridder",
"harmony-service-example": "harmony-regression",
"hoss": "hoss, variable-subsetter",
"hybig": "hybig,opera-rtc-s1-browse",
"net2cog": "net2cog",
"podaac-concise": "TBD",
"podaac-l2-subsetter": "TBD",
"opera-rtc-s1-browse": "opera-rtc-s1-browse",
"podaac-concise": "sambah",
"podaac-l2-subsetter": "sambah",
"query-cmr": "variable-subsetter",
"sds-maskfill": "hoss",
"smap-l2-gridder": "smap-l2-gridder",
"sds-maskfill": "TBD",
"stitchee": "sambah",
"subset-band-name": "subset-band-name",
"swath-projector": "swath-projector",
"trajectory-subsetter": "nsidc-icesat2,trajectory-subsetter",
"opera-rtc-s1-browse": "opera-rtc-s1-browse"
"trajectory-subsetter": "nsidc-icesat2,trajectory-subsetter"
}

0 comments on commit ca4e39d

Please sign in to comment.