mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Update nightly.yaml for Azure Pipelines
update timeout to 90
This commit is contained in:
parent
96e323384f
commit
d1575af5d2
|
@ -11,6 +11,7 @@ stages:
|
||||||
jobs:
|
jobs:
|
||||||
- job: MacBuild
|
- job: MacBuild
|
||||||
displayName: "Mac Build"
|
displayName: "Mac Build"
|
||||||
|
timeoutInMinutes: 90
|
||||||
pool:
|
pool:
|
||||||
vmImage: "macOS-13"
|
vmImage: "macOS-13"
|
||||||
steps:
|
steps:
|
||||||
|
@ -53,6 +54,7 @@ stages:
|
||||||
|
|
||||||
- job: UbuntuBuild
|
- job: UbuntuBuild
|
||||||
displayName: "Ubuntu build"
|
displayName: "Ubuntu build"
|
||||||
|
timeoutInMinutes: 90
|
||||||
pool:
|
pool:
|
||||||
vmImage: "ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
|
@ -82,6 +84,7 @@ stages:
|
||||||
|
|
||||||
- job: UbuntuArm64
|
- job: UbuntuArm64
|
||||||
displayName: "Ubuntu ARM64 build"
|
displayName: "Ubuntu ARM64 build"
|
||||||
|
timeoutInMinutes: 90
|
||||||
pool:
|
pool:
|
||||||
vmImage: "ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
|
@ -105,6 +108,7 @@ stages:
|
||||||
|
|
||||||
- job: UbuntuDoc
|
- job: UbuntuDoc
|
||||||
displayName: "Ubuntu Doc build"
|
displayName: "Ubuntu Doc build"
|
||||||
|
timeoutInMinutes: 90
|
||||||
pool:
|
pool:
|
||||||
vmImage: "ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
|
@ -142,6 +146,7 @@ stages:
|
||||||
|
|
||||||
- job: "ManylinuxPythonBuildAmd64"
|
- job: "ManylinuxPythonBuildAmd64"
|
||||||
displayName: "Python bindings (manylinux Centos AMD64) build"
|
displayName: "Python bindings (manylinux Centos AMD64) build"
|
||||||
|
timeoutInMinutes: 90
|
||||||
pool:
|
pool:
|
||||||
vmImage: "ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
container: "quay.io/pypa/manylinux2014_x86_64:latest"
|
container: "quay.io/pypa/manylinux2014_x86_64:latest"
|
||||||
|
@ -163,6 +168,7 @@ stages:
|
||||||
|
|
||||||
- job: ManyLinuxPythonBuildArm64
|
- job: ManyLinuxPythonBuildArm64
|
||||||
displayName: "Python bindings (manylinux Centos ARM64 cross) build"
|
displayName: "Python bindings (manylinux Centos ARM64 cross) build"
|
||||||
|
timeoutInMinutes: 90
|
||||||
variables:
|
variables:
|
||||||
name: ManyLinux
|
name: ManyLinux
|
||||||
python: "/opt/python/cp37-cp37m/bin/python"
|
python: "/opt/python/cp37-cp37m/bin/python"
|
||||||
|
|
Loading…
Reference in a new issue