Skip to content

Commit

Permalink
Remove temporary use of DEBUG_BUCKET for AC Batch jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkinsspatial committed Feb 14, 2024
1 parent 1cf468c commit d311191
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion scripts/run_landsat_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def submit_tile_job(
"environment": [
{"name": "PATHROW_LIST", "value": ",".join(valid_pathrows)},
{"name": "OUTPUT_BUCKET", "value": f"hls-debug-output/{run_id}"},
{"name": "DEBUG_BUCKET", "value": f"hls-debug-output/{run_id}"},
{"name": "INPUT_BUCKET", "value": f"hls-debug-output/{run_id}"},
{"name": "DATE", "value": separated_date},
{"name": "MGRS", "value": mgrs_tile},
Expand Down
4 changes: 0 additions & 4 deletions stack/hlsconstructs/sentinel_errors_step_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ def __init__(
"Name": "OUTPUT_BUCKET",
"Value": outputbucket,
},
{
"Name": "DEBUG_BUCKET",
"Value": outputbucket,
},
{
"Name": "INPUT_BUCKET",
"Value": inputbucket,
Expand Down
1 change: 0 additions & 1 deletion stack/hlsconstructs/sentinel_step_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def __init__(
"Environment": [
{"Name": "GRANULE_LIST", "Value.$": "$.granule"},
{"Name": "OUTPUT_BUCKET", "Value": outputbucket},
{"Name": "DEBUG_BUCKET", "Value": outputbucket},
{"Name": "INPUT_BUCKET", "Value": inputbucket},
{"Name": "LASRC_AUX_DIR", "Value": "/var/lasrc_aux"},
{
Expand Down

0 comments on commit d311191

Please sign in to comment.