Skip to content

Commit

Permalink
fix(cogify): retry all workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Sep 14, 2023
1 parent 6fa574a commit 7c44941
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions workflows/basemaps/imagery-import-cogify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ spec:

# Generate a tile covering for input imagery
- name: create-covering
retryStrategy:
limit: "2"
inputs:
parameters:
- name: source
Expand Down Expand Up @@ -211,6 +213,8 @@ spec:

# Actually create COGs using gdal_translate on a large spot instances
- name: create-cog
retryStrategy:
limit: "2"
nodeSelector:
karpenter.sh/capacity-type: "spot"
inputs:
Expand All @@ -235,6 +239,8 @@ spec:

# Create a basemaps configuration file to view the imagery
- name: create-config
retryStrategy:
limit: "2"
inputs:
parameters:
- name: path
Expand All @@ -261,6 +267,8 @@ spec:

# create additional overviews for any COGs found in the path
- name: create-overview
retryStrategy:
limit: "2"
nodeSelector:
karpenter.sh/capacity-type: "spot"
inputs:
Expand Down

0 comments on commit 7c44941

Please sign in to comment.