Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Move 2, 3: Copy job SourceTests, LintModifiedExtensions from Travis to ADO #1174

Merged
merged 8 commits into from
Jan 8, 2020

Conversation

haroldrandom
Copy link
Contributor

@haroldrandom haroldrandom commented Jan 3, 2020

This is the 2nd and 3rd move for CI to migrate from Travis to ADO which move job SourceTests to ADO

  • Move 2: SourceTests for integration test (incremental testing)
  • Move 3: LintOnModifiedExtensions

Respect #867


This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

@haroldrandom haroldrandom added the CI label Jan 3, 2020
@haroldrandom haroldrandom self-assigned this Jan 3, 2020
@azuresdkci
Copy link

If this PR is for a new extension or change to an existing extension, use the following to try out the changes in this PR:

docker run -it microsoft/azure-cli:latest
export EXT=<NAME>
pip install --upgrade --target ~/.azure/cliextensions/$EXT "git+https://github.com/haroldrandom/azure-cli-extensions.git@travis_to_ado#subdirectory=src/$EXT&egg=$EXT"

@haroldrandom haroldrandom changed the title Move 2, 3: Copy job SourceTests, LintModifiedExtensions from Travis to ADO [CI] Move 2, 3: Copy job SourceTests, LintModifiedExtensions from Travis to ADO Jan 3, 2020
@haroldrandom haroldrandom marked this pull request as ready for review January 3, 2020 15:34
Copy link
Contributor

@mmyyrroonn mmyyrroonn left a comment

Choose a reason for hiding this comment

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

LGTM

azure-pipelines.yml Outdated Show resolved Hide resolved
azure-pipelines.yml Show resolved Hide resolved
Copy link
Member

@jsntcy jsntcy left a comment

Choose a reason for hiding this comment

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

:shipit:

@haroldrandom haroldrandom merged commit 6a68da5 into Azure:master Jan 8, 2020
@haroldrandom haroldrandom deleted the travis_to_ado branch January 8, 2020 02:55
@haroldrandom haroldrandom added this to the S163 milestone Feb 14, 2020
ManuInNZ pushed a commit to ManuInNZ/azure-cli-extensions that referenced this pull request Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants