Skip to content

Commit

Permalink
Merge pull request #1764 from chuckatkins/restore-docker-images-to-au…
Browse files Browse the repository at this point in the history
…tobuilds

Use auto-built docker images
  • Loading branch information
Chuck Atkins authored Sep 20, 2019
2 parents 9946130 + d306b1e commit 238f97b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ pr:
resources:
containers:
- container: el7
image: ornladios/adios2:el7
image: ornladios/adios2-auto:el7
- container: el7-gnu8-ohpc
image: ornladios/adios2:el7-gnu8-ohpc
image: ornladios/adios2-auto:el7-gnu8-ohpc
- container: el7-gnu8-openmpi-ohpc
image: ornladios/adios2:el7-gnu8-openmpi-ohpc
image: ornladios/adios2-auto:el7-gnu8-openmpi-ohpc
- container: el7-intel18-ohpc
image: ornladios/adios2:el7-intel18-ohpc
image: ornladios/adios2-auto:el7-intel18-ohpc
- container: el7-intel18-openmpi-ohpc
image: ornladios/adios2:el7-intel18-openmpi-ohpc
image: ornladios/adios2-auto:el7-intel18-openmpi-ohpc
- container: suse-pgi
image: ornladios/adios2:suse-pgi
image: ornladios/adios2-auto:suse-pgi
- container: suse-pgi-openmpi
image: ornladios/adios2:suse-pgi-openmpi
image: ornladios/adios2-auto:suse-pgi-openmpi

strategy:
matrix:
Expand Down

0 comments on commit 238f97b

Please sign in to comment.