Skip to content

Commit

Permalink
Update nightly.yml (#2697)
Browse files Browse the repository at this point in the history
* Update nightly.yml

* Update nightly.yml
  • Loading branch information
msyyc committed Jul 15, 2024
1 parent 74600b0 commit 1c6b377
Showing 1 changed file with 24 additions and 21 deletions.
45 changes: 24 additions & 21 deletions eng/pipelines/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,29 @@ resources:
variables:
PythonVersion: "3.10"

timeoutInMinutes: 120
jobs:
- job: Nightly_Build

steps:
- script: npm install -g @typespec/compiler@next
displayName: Install @typespec/compiler@next
timeoutInMinutes: 120

- template: ci-template.yml
parameters:
installCadlRanch: true
folderName: "typespec-python"
regenerate: true
updateToLatestTypespec: true
checkChange: false

- template: generated-code-checks-template.yml
parameters:
package: "typespec-python"
folderName: "azure"

- template: generated-code-checks-template.yml
parameters:
package: "typespec-python"
folderName: "unbranded"
steps:
- script: npm install -g @typespec/compiler@next
displayName: Install @typespec/compiler@next

- template: ci-template.yml
parameters:
installCadlRanch: true
folderName: "typespec-python"
regenerate: true
updateToLatestTypespec: true
checkChange: false

- template: generated-code-checks-template.yml
parameters:
package: "typespec-python"
folderName: "azure"

- template: generated-code-checks-template.yml
parameters:
package: "typespec-python"
folderName: "unbranded"

0 comments on commit 1c6b377

Please sign in to comment.