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

Update nightly.yml #2697

Merged
merged 2 commits into from
Jul 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading