forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from Azure/master
merge from master
- Loading branch information
Showing
7,030 changed files
with
253,487 additions
and
160,687 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,93 +21,6 @@ jobs: | |
- script: '>&2 echo "the branch is protected"' | ||
failOnStderr: true | ||
|
||
- job: "Syntax" | ||
pool: | ||
vmImage: 'Ubuntu 16.04' | ||
steps: | ||
- script: | | ||
echo TRAVIS: $(TRAVIS) | ||
echo TRAVIS_BRANCH: $(TRAVIS_BRANCH) | ||
echo TRAVIS_REPO_SLUG: $(TRAVIS_REPO_SLUG) | ||
echo TRAVIS_PULL_REQUEST: $(TRAVIS_PULL_REQUEST) | ||
echo TRAVIS_PULL_REQUEST_SLUG: $(TRAVIS_PULL_REQUEST_SLUG) | ||
echo TRAVIS_PULL_REQUEST_SHA: $(TRAVIS_PULL_REQUEST_SHA) | ||
echo PR_ONLY: $(PR_ONLY) | ||
displayName: "Info" | ||
- task: Npm@1 | ||
displayName: 'npm install' | ||
inputs: | ||
verbose: false | ||
- script: 'npm install -D @azure/[email protected]' | ||
- script: 'npm test -- test/syntax.js' | ||
displayName: 'Syntax validation' | ||
|
||
- job: "Semantic" | ||
pool: | ||
vmImage: 'Ubuntu 16.04' | ||
steps: | ||
- task: Npm@1 | ||
displayName: 'npm install' | ||
inputs: | ||
verbose: false | ||
- script: 'npm install -D @azure/[email protected]' | ||
- script: 'npm run tsc && node scripts/semanticValidation.js' | ||
displayName: 'Semantic Validation' | ||
|
||
- job: "ModelValidation" | ||
pool: | ||
vmImage: 'Ubuntu 16.04' | ||
steps: | ||
- task: Npm@1 | ||
displayName: 'npm install' | ||
inputs: | ||
verbose: false | ||
- script: 'npm install -D @azure/[email protected]' | ||
- script: 'npm run tsc && node scripts/modelValidation.js' | ||
displayName: 'Model Validation' | ||
|
||
- job: "Avocado" | ||
pool: | ||
vmImage: 'Ubuntu 16.04' | ||
continueOnError: true | ||
steps: | ||
- task: Npm@1 | ||
displayName: 'npm install' | ||
inputs: | ||
verbose: false | ||
- script: './node_modules/.bin/avocado' | ||
displayName: 'Avocado' | ||
|
||
- job: "BreakingChange" | ||
pool: | ||
vmImage: 'Ubuntu 16.04' | ||
steps: | ||
- script: 'scripts/install-dotnet.sh' | ||
displayName: 'Install .Net' | ||
- task: Npm@1 | ||
displayName: 'npm install' | ||
inputs: | ||
verbose: false | ||
- script: 'npm install -D @azure/[email protected]' | ||
- script: 'npm run tsc && node scripts/breaking-change.js' | ||
displayName: 'Breaking Changes' | ||
|
||
- job: "LintDiff" | ||
variables: | ||
NODE_OPTIONS: '--max-old-space-size=8192' | ||
pool: | ||
vmImage: 'Ubuntu 16.04' | ||
steps: | ||
- task: Npm@1 | ||
displayName: 'npm install' | ||
inputs: | ||
verbose: false | ||
- script: 'scripts/install-dotnet.sh' | ||
displayName: 'install .Net' | ||
- script: 'npm install -D @azure/[email protected]' | ||
- script: 'npm run tsc && node scripts/momentOfTruth.js && node scripts/momentOfTruthPostProcessing.js' | ||
displayName: 'LintDiff' | ||
|
||
- job: "Spellcheck" | ||
condition: "not(variables['PRIVATE'])" | ||
variables: | ||
|
Oops, something went wrong.