diff --git a/.github/workflows/deploy-daac.yml b/.github/workflows/deploy-daac.yml index c362d6cbb..29f136c43 100644 --- a/.github/workflows/deploy-daac.yml +++ b/.github/workflows/deploy-daac.yml @@ -29,6 +29,7 @@ jobs: job_spec/INSAR_GAMMA.yml job_spec/RTC_GAMMA.yml job_spec/INSAR_ISCE_BURST.yml + job_spec/ARIA_S1_GUNW.yml instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge default_max_vcpus: 1500 expanded_max_vcpus: 3000 diff --git a/CHANGELOG.md b/CHANGELOG.md index 502eab7ad..6176b1032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [9.5.2] -## Fixed -- OPERA-DIST-S1 job spec had wrong CLI interface (e.g. --n-lookbacks should be --n_lookbacks). +## Added +- The `ARIA_S1_GUNW` job type is now available in the hyp3-edc-prod deployment. ## Changed - OPERA-DIST-S1 runtime increases from 3 to 6 hours for experimentation. +## Fixed +- OPERA-DIST-S1 job spec had wrong CLI interface (e.g. --n-lookbacks should be --n_lookbacks). ## [9.5.1]