Skip to content

Commit

Permalink
Scripts v 0.3.9 (#5761)
Browse files Browse the repository at this point in the history
* Scripts v 0.3.9

* Update preproduction-azure-pipelines.yml

* Remove SDK generation rom preprod.
  • Loading branch information
sergey-shandar authored Apr 25, 2019
1 parent 668e107 commit 2df8de5
Showing 1 changed file with 5 additions and 36 deletions.
41 changes: 5 additions & 36 deletions preproduction-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm install -D @azure/rest-api-specs-scripts@0.2.21 @azure/oad@0.6.3'
- script: 'npm install -D @azure/rest-api-specs-scripts@0.3.9'
- script: 'npm test -- test/syntax.js'
displayName: 'Syntax validation'

Expand All @@ -42,7 +42,7 @@ jobs:
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm install -D @azure/rest-api-specs-scripts@0.2.21 @azure/oad@0.6.3'
- script: 'npm install -D @azure/rest-api-specs-scripts@0.3.9'
- script: 'npm run tsc && node scripts/semanticValidation.js'
displayName: 'Semantic Validation'

Expand All @@ -54,7 +54,7 @@ jobs:
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm install -D @azure/rest-api-specs-scripts@0.2.21 @azure/oad@0.6.3'
- script: 'npm install -D @azure/rest-api-specs-scripts@0.3.9'
- script: 'npm run tsc && node scripts/modelValidation.js'
displayName: 'Model Validation'

Expand All @@ -80,7 +80,7 @@ jobs:
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm install -D @azure/rest-api-specs-scripts@0.2.21 @azure/oad@0.6.3'
- script: 'npm install -D @azure/rest-api-specs-scripts@0.3.9'
- script: 'npm run tsc && node scripts/breaking-change.js'
displayName: 'Breaking Changes'

Expand All @@ -96,37 +96,6 @@ jobs:
verbose: false
- script: 'scripts/install-dotnet.sh'
displayName: 'install .Net'
- script: 'npm install -D @azure/rest-api-specs-scripts@0.2.21 @azure/oad@0.6.3'
- script: 'npm install -D @azure/rest-api-specs-scripts@0.3.9'
- script: 'npm run tsc && node scripts/momentOfTruth.js && node scripts/momentOfTruthPostProcessing.js'
displayName: 'LintDiff'

- job: "SDK"
timeoutInMinutes: 120
strategy:
matrix:
ruby:
AZURE_SDK_REPO: azure-sdk-for-ruby
AZURE_SDK_PARAMS: ''
java:
AZURE_SDK_REPO: azure-sdk-for-java
AZURE_SDK_PARAMS: ''
javascript:
AZURE_SDK_REPO: azure-sdk-for-js
AZURE_SDK_PARAMS: ''
node:
AZURE_SDK_REPO: azure-sdk-for-node
AZURE_SDK_PARAMS: ''
python:
AZURE_SDK_REPO: azure-sdk-for-python
AZURE_SDK_PARAMS: ''
go:
AZURE_SDK_REPO: azure-sdk-for-go
AZURE_SDK_PARAMS: '-o latest'
pool:
vmImage: 'Ubuntu 16.04'
variables:
NODE_OPTIONS: '--max-old-space-size=8192'
steps:
- script: echo $(NODE_OPTIONS)
- script: "scripts/swagger-to-sdk.sh Azure/$(AZURE_SDK_REPO) -v $(AZURE_SDK_PARAMS)"
displayName: "Swagger to SDK script"

0 comments on commit 2df8de5

Please sign in to comment.