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

support local windows in hybrid mode #3353

Merged
merged 41 commits into from
Feb 8, 2021

Conversation

SparkSnail
Copy link
Contributor

No description provided.

SparkSnail added 30 commits May 29, 2020 17:02
@SparkSnail SparkSnail changed the title support local windows reuse mode support local windows in hybrid mode Jan 29, 2021
@J-shang J-shang mentioned this pull request Jan 29, 2021
94 tasks
@J-shang J-shang requested review from liuzhe-lz and J-shang January 29, 2021 08:33
const jobpidPath: string = `${environment.runnerWorkingFolder}/pid`;
const runnerReturnCodeFilePath: string = `${environment.runnerWorkingFolder}/code`;
const jobpidPath: string = `${path.join(environment.runnerWorkingFolder, 'pid')}`;
const runnerReturnCodeFilePath: string = `${path.join(environment.runnerWorkingFolder, 'code')}`;
Copy link
Contributor

Choose a reason for hiding this comment

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

we use 'code' in reuse and 'state' in no-reuse, do we need to unify them?

@J-shang J-shang merged commit e2c6739 into microsoft:master Feb 8, 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