Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Support reuse mode for pipeline #4310

Merged
merged 67 commits into from
Nov 18, 2021
Merged

Support reuse mode for pipeline #4310

merged 67 commits into from
Nov 18, 2021

Conversation

SparkSnail
Copy link
Contributor

@SparkSnail SparkSnail commented Nov 12, 2021

Description

Add reuse mode pipeline for kubeflow and frameworkcontroller

Checklist

  • test case
  • doc

How to test

@liuzhe-lz liuzhe-lz mentioned this pull request Nov 12, 2021
86 tasks
@@ -35,7 +35,7 @@ def update_training_service_config(args):
config[args.ts]['trial']['virtualCluster'] = args.vc
if args.debug is not None:
config[args.ts]['debug'] = args.debug.lower() == 'true'
elif args.ts == 'kubeflow':
elif args.ts == 'kubeflow' and args.reuse_mode == 'False':
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need args.reuse_mode.lower() == 'false' like L37? either is fine for me.

@liuzhe-lz liuzhe-lz merged commit e50ca8d into master Nov 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants