Skip to content

Commit

Permalink
Merge pull request openucx#6707 from avildema/fix_snapshot_v1_10
Browse files Browse the repository at this point in the history
AZP: Fix snapshot v1 10
  • Loading branch information
yosefe authored Apr 28, 2021
2 parents cbcc551 + b2ab26c commit 0184619
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
15 changes: 12 additions & 3 deletions buildlib/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,21 @@ trigger:

resources:
containers:
- container: centos7
image: ucfconsort.azurecr.io/ucx/centos7:1
endpoint: ucfconsort_registry
- container: centos7_cuda10_1
image: rdmz-harbor.rdmz.labs.mlnx/ucx/centos7-mofed5.0-cuda10.1:1

stages:
- stage: Check_Commit
jobs:
- job: Check
steps:
- checkout: self
clean: true
- bash: |
echo "##vso[task.setvariable variable=Launch;isOutput=true]Yes"
name: Commit
- stage: Build
dependsOn: Check_Commit
jobs:
- template: jucx-publish.yml
parameters:
Expand Down
3 changes: 2 additions & 1 deletion buildlib/jucx-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ parameters:
jobs:
- job: jucx_release
condition: eq(stageDependencies.Check_Commit.Check.outputs['Commit.Launch'], 'Yes')
container: ubuntu20_cuda11_2
# we need to use lowest version for compatible
container: centos7_cuda10_1
pool:
name: MLNX
demands:
Expand Down

0 comments on commit 0184619

Please sign in to comment.