Skip to content

Commit 3bb8400

Browse files
author
Tom Augspurger
authored
[goes-glm]: Bump image in deployed workflow (#181)
[ci-skip] Followup to #178
1 parent 74c51d3 commit 3bb8400

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

datasets/goes/goes-glm/dataset.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ collections:
2626
ends_with: .nc
2727
chunk_length: 50000
2828
splits:
29-
- prefix: GLM-L2-LCFA/
29+
# Prefixing with 2023 is an optimization for update jobs.
30+
- prefix: GLM-L2-LCFA/2023/
3031
depth: 2
3132
# GOES-17 is just parked now.
3233
# - uri: blob://goeseuwest/noaa-goes17/
@@ -46,7 +47,8 @@ collections:
4647
ends_with: .nc
4748
chunk_length: 50000
4849
splits:
49-
- prefix: GLM-L2-LCFA/
50+
# Prefixing with 2023 is an optimization for update jobs.
51+
- prefix: GLM-L2-LCFA/2023/
5052
depth: 2
5153

5254
chunk_storage:

datasets/goes/goes-glm/workflows/goes-glm-update.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id: create-splits
1515
tasks:
1616
- id: create-splits
17-
image: ${{ args.registry }}/pctasks-goes-glm:2023.2.23.0
17+
image: ${{ args.registry }}/pctasks-goes-glm:2023.4.17.0
1818
code:
1919
src: datasets/goes/goes-glm/goes_glm.py
2020
task: goes_glm:GoesGlmCollection.create_splits_task
@@ -53,7 +53,7 @@ jobs:
5353
id: create-chunks
5454
tasks:
5555
- id: create-chunks
56-
image: ${{ args.registry }}/pctasks-goes-glm:2023.2.23.0
56+
image: ${{ args.registry }}/pctasks-goes-glm:2023.4.17.0
5757
code:
5858
src: datasets/goes/goes-glm/goes_glm.py
5959
task: pctasks.dataset.chunks.task:create_chunks_task
@@ -74,7 +74,7 @@ jobs:
7474
id: process-chunk
7575
tasks:
7676
- id: create-items
77-
image: ${{ args.registry }}/pctasks-goes-glm:2023.2.23.0
77+
image: ${{ args.registry }}/pctasks-goes-glm:2023.4.17.0
7878
code:
7979
src: datasets/goes/goes-glm/goes_glm.py
8080
task: goes_glm:GoesGlmCollection.create_items_task

0 commit comments

Comments
 (0)