|
65 | 65 | cost_profile: DEFAULT |
66 | 66 | job_files: >- |
67 | 67 | job_spec/ITS_LIVE_AUTORIFT.yml |
68 | | - job_spec/ITS_LIVE_META.yml |
| 68 | + job_spec/ITS_LIVE_CROP.yml |
| 69 | + job_spec/ITS_LIVE_CROP_BULK.yml |
| 70 | + job_spec/ITS_LIVE_META_BULK.yml |
69 | 71 | instance_types: r7gd.2xlarge,r7gd.4xlarge,r7gd.8xlarge |
70 | 72 | default_max_vcpus: 640 # Max: 10,406 |
71 | 73 | expanded_max_vcpus: 640 # Max: 10,406 |
@@ -127,13 +129,31 @@ jobs: |
127 | 129 | required_surplus: 0 |
128 | 130 | security_environment: ASF |
129 | 131 | ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id |
| 132 | + |
| 133 | + - environment: hyp3-slimsar-test |
| 134 | + domain: hyp3-slimsar-test.asf.alaska.edu |
| 135 | + template_bucket: cf-templates-1ce4dbsaugtx1-us-west-2 |
| 136 | + image_tag: test |
| 137 | + product_lifetime_in_days: 14 |
| 138 | + default_credits_per_user: 0 |
| 139 | + default_application_status: APPROVED |
| 140 | + cost_profile: DEFAULT |
| 141 | + job_files: >- |
| 142 | + job_spec/INSAR_ISCE_BURST.yml |
| 143 | + job_spec/SLIMSAR_TDBP.yml |
| 144 | + instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge |
| 145 | + default_max_vcpus: 640 |
| 146 | + expanded_max_vcpus: 640 |
| 147 | + required_surplus: 0 |
| 148 | + security_environment: ASF |
| 149 | + ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id |
130 | 150 |
|
131 | 151 | environment: |
132 | 152 | name: ${{ matrix.environment }} |
133 | 153 | url: https://${{ matrix.domain }} |
134 | 154 |
|
135 | 155 | steps: |
136 | | - - uses: actions/checkout@v6.0.0 |
| 156 | + - uses: actions/checkout@v6.0.2 |
137 | 157 | with: |
138 | 158 | fetch-depth: 0 |
139 | 159 |
|
|
0 commit comments