Skip to content

Commit

Permalink
remove ubuntu build 20 from nightly
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Sep 25, 2024
1 parent eb5d036 commit 82eb186
Showing 1 changed file with 3 additions and 32 deletions.
35 changes: 3 additions & 32 deletions scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,35 +80,6 @@ stages:
artifactName: 'UbuntuBuild'
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
displayName: "Ubuntu ARM64 build"
pool:
Expand Down Expand Up @@ -258,7 +229,7 @@ stages:
- task: DownloadPipelineArtifact@2
displayName: 'Download Ubuntu 20.04 Build'
inputs:
artifact: 'UbuntuBuild20'
artifact: 'UbuntuBuild'
path: $(Agent.TempDirectory)\package
- task: DownloadPipelineArtifact@2
displayName: 'Download Ubuntu ARM64 Build'
Expand Down Expand Up @@ -561,9 +532,9 @@ stages:
artifactName: 'UbuntuArm64'
targetPath: tmp
- task: DownloadPipelineArtifact@2
displayName: "Download Ubuntu-20.04"
displayName: "Download Ubuntu"
inputs:
artifactName: 'UbuntuBuild20'
artifactName: 'UbuntuBuild'
targetPath: tmp
- task: DownloadPipelineArtifact@2
displayName: "Download Doc"
Expand Down

0 comments on commit 82eb186

Please sign in to comment.