mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
remove ubuntu build 20 from nightly
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
eb5d036786
commit
82eb18674b
|
@ -80,35 +80,6 @@ stages:
|
||||||
artifactName: 'UbuntuBuild'
|
artifactName: 'UbuntuBuild'
|
||||||
targetPath: $(Build.ArtifactStagingDirectory)
|
targetPath: $(Build.ArtifactStagingDirectory)
|
||||||
|
|
||||||
- job: UbuntuBuild20
|
|
||||||
displayName: "Ubuntu build 20"
|
|
||||||
pool:
|
|
||||||
vmImage: "ubuntu-20.04"
|
|
||||||
steps:
|
|
||||||
- task: PythonScript@0
|
|
||||||
displayName: Build
|
|
||||||
inputs:
|
|
||||||
scriptSource: 'filepath'
|
|
||||||
scriptPath: scripts/mk_unix_dist.py
|
|
||||||
arguments: --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk
|
|
||||||
- script: git clone https://github.com/z3prover/z3test z3test
|
|
||||||
displayName: 'Clone z3test'
|
|
||||||
- task: PythonScript@0
|
|
||||||
displayName: Test
|
|
||||||
inputs:
|
|
||||||
scriptSource: 'filepath'
|
|
||||||
scriptPath: z3test/scripts/test_benchmarks.py
|
|
||||||
arguments: build-dist/z3 z3test/regressions/smt2
|
|
||||||
- task: CopyFiles@2
|
|
||||||
inputs:
|
|
||||||
sourceFolder: dist
|
|
||||||
contents: '*.zip'
|
|
||||||
targetFolder: $(Build.ArtifactStagingDirectory)
|
|
||||||
- task: PublishPipelineArtifact@0
|
|
||||||
inputs:
|
|
||||||
artifactName: 'UbuntuBuild20'
|
|
||||||
targetPath: $(Build.ArtifactStagingDirectory)
|
|
||||||
|
|
||||||
- job: UbuntuArm64
|
- job: UbuntuArm64
|
||||||
displayName: "Ubuntu ARM64 build"
|
displayName: "Ubuntu ARM64 build"
|
||||||
pool:
|
pool:
|
||||||
|
@ -258,7 +229,7 @@ stages:
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download Ubuntu 20.04 Build'
|
displayName: 'Download Ubuntu 20.04 Build'
|
||||||
inputs:
|
inputs:
|
||||||
artifact: 'UbuntuBuild20'
|
artifact: 'UbuntuBuild'
|
||||||
path: $(Agent.TempDirectory)\package
|
path: $(Agent.TempDirectory)\package
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download Ubuntu ARM64 Build'
|
displayName: 'Download Ubuntu ARM64 Build'
|
||||||
|
@ -561,9 +532,9 @@ stages:
|
||||||
artifactName: 'UbuntuArm64'
|
artifactName: 'UbuntuArm64'
|
||||||
targetPath: tmp
|
targetPath: tmp
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: "Download Ubuntu-20.04"
|
displayName: "Download Ubuntu"
|
||||||
inputs:
|
inputs:
|
||||||
artifactName: 'UbuntuBuild20'
|
artifactName: 'UbuntuBuild'
|
||||||
targetPath: tmp
|
targetPath: tmp
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: "Download Doc"
|
displayName: "Download Doc"
|
||||||
|
|
Loading…
Reference in a new issue