Skip to content

Commit

Permalink
use pfr_version to avoid job name conflicts in dataflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Feb 15, 2024
1 parent 77c3875 commit 59042fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_dataflow_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_dataflow_integration():
"Bake": {
"prune": True,
"bakery_class": "pangeo_forge_runner.bakery.dataflow.DataflowBakery",
"job_name": f"gpcp-from-gcs-py{python_version.replace('.','')}-v{recipe_version_ref.replace('.','')}",
"job_name": f"gpcp-from-gcs-py{python_version.replace('.','')}-v{''.join([str(i) for i in pfr_version.release])}",
},
"DataflowBakery": {"temp_gcs_location": bucket + "/temp"},
"TargetStorage": {
Expand Down

0 comments on commit 59042fc

Please sign in to comment.