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

Add IT case: customized-tuners-demotuner #2859

Merged
merged 1 commit into from
Sep 8, 2020

Conversation

J-shang
Copy link
Contributor

@J-shang J-shang commented Sep 3, 2020

Add IT case to test user installed builtin tuner.

# nni customized-tuners test
#########################################################################
- name: customized-tuners-demotuner
configFile: test/config/customized_tuners/demotuner-sklearn-classification.yml
Copy link
Contributor

Choose a reason for hiding this comment

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

missing end of line.

- script: |
cd examples/tuners/customized_tuner
python3 setup.py develop
nnictl package install ./
Copy link
Contributor

Choose a reason for hiding this comment

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

please set PATH like PATH=$HOME/.local/bin:$PATH nnictl package install --name=SMAC
and add set -e at beginning.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you, I will modify them.

@@ -29,6 +29,12 @@ jobs:
PATH=$HOME/.local/bin:$PATH nnictl package install --name=BOHB
displayName: 'Install dependencies for integration tests in PAI mode'

- script: |
cd examples/tuners/customized_tuner
Copy link
Contributor

Choose a reason for hiding this comment

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

paiYarn is obsolete, please remove this change.

- script: |
set -e
cd examples/tuners/customized_tuner
python3 setup.py develop
Copy link
Contributor

Choose a reason for hiding this comment

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

@chicm-ms chicm-ms merged commit 2a8b0f6 into microsoft:master Sep 8, 2020
@J-shang J-shang deleted the IT-customized-tuner branch September 14, 2020 09:53
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