Skip to content

Commit

Permalink
wip: working on changes needed for RHELAI1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Clifford <[email protected]>
  • Loading branch information
MichaelClifford committed Dec 4, 2024
1 parent d4e91ee commit ba97769
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 122 deletions.
1 change: 1 addition & 0 deletions pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ def pipeline(
)
data_processing_task.after(model_to_pvc_task, sdg_task)
data_processing_task.set_caching_options(False)
data_processing_task.set_env_variable("XDG_CACHE_HOME", "/tmp")

set_image_pull_secrets(data_processing_task, [IMAGE_PULL_SECRET])

Expand Down
Loading

0 comments on commit ba97769

Please sign in to comment.