Skip to content

Commit

Permalink
#2121: Test local driver
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Nov 10, 2023
1 parent 77b28d4 commit 5938651
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/azure/azure-clang-10-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ stages:
inputs:
targetType: 'inline'
script: |
ls -la $(CACHE)
ls -la $(build_root)
docker volume inspect --format '{{ .Mountpoint }}' $(ARCH)-ubuntu-$(UBUNTU)-$(HOST_COMPILER)-$(COMPILER)-cache
zip -j $(Agent.TempDirectory)/LastTest.log.gz $(build_root)/vt/Testing/Temporary/LastTest.log
zip -j $(Agent.TempDirectory)/cmake-output.log.gz $(build_root)/vt/cmake-output.log
- task: PublishPipelineArtifact@1
Expand Down
3 changes: 3 additions & 0 deletions ci/azure/azure-clang-11-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ stages:
inputs:
targetType: 'inline'
script: |
ls -la $(CACHE)
ls -la $(build_root)
docker volume inspect --format '{{ .Mountpoint }}' $(ARCH)-ubuntu-$(UBUNTU)-$(HOST_COMPILER)-$(COMPILER)-cache
zip -j $(Agent.TempDirectory)/LastTest.log.gz $(build_root)/vt/Testing/Temporary/LastTest.log
zip -j $(Agent.TempDirectory)/cmake-output.log.gz $(build_root)/vt/cmake-output.log
- task: PublishPipelineArtifact@1
Expand Down
3 changes: 3 additions & 0 deletions ci/azure/azure-clang-12-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ stages:
inputs:
targetType: 'inline'
script: |
ls -la $(CACHE)
ls -la $(build_root)
docker volume inspect --format '{{ .Mountpoint }}' $(ARCH)-ubuntu-$(UBUNTU)-$(HOST_COMPILER)-$(COMPILER)-cache
zip -j $(Agent.TempDirectory)/LastTest.log.gz $(build_root)/vt/Testing/Temporary/LastTest.log
zip -j $(Agent.TempDirectory)/cmake-output.log.gz $(build_root)/vt/cmake-output.log
- task: PublishPipelineArtifact@1
Expand Down
3 changes: 3 additions & 0 deletions ci/azure/azure-clang-13-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ stages:
inputs:
targetType: 'inline'
script: |
ls -la $(CACHE)
ls -la $(build_root)
docker volume inspect --format '{{ .Mountpoint }}' $(ARCH)-ubuntu-$(UBUNTU)-$(HOST_COMPILER)-$(COMPILER)-cache
zip -j $(Agent.TempDirectory)/LastTest.log.gz $(build_root)/vt/Testing/Temporary/LastTest.log
zip -j $(Agent.TempDirectory)/cmake-output.log.gz $(build_root)/vt/cmake-output.log
- task: PublishPipelineArtifact@1
Expand Down
3 changes: 3 additions & 0 deletions ci/azure/azure-clang-14-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ stages:
inputs:
targetType: 'inline'
script: |
ls -la $(CACHE)
ls -la $(build_root)
docker volume inspect --format '{{ .Mountpoint }}' $(ARCH)-ubuntu-$(UBUNTU)-$(HOST_COMPILER)-$(COMPILER)-cache
zip -j $(Agent.TempDirectory)/LastTest.log.gz $(build_root)/vt/Testing/Temporary/LastTest.log
zip -j $(Agent.TempDirectory)/cmake-output.log.gz $(build_root)/vt/cmake-output.log
- task: PublishPipelineArtifact@1
Expand Down
3 changes: 3 additions & 0 deletions ci/azure/azure-clang-9-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ stages:
inputs:
targetType: 'inline'
script: |
ls -la $(CACHE)
ls -la $(build_root)
docker volume inspect --format '{{ .Mountpoint }}' $(ARCH)-ubuntu-$(UBUNTU)-$(HOST_COMPILER)-$(COMPILER)-cache
zip -j $(Agent.TempDirectory)/LastTest.log.gz $(build_root)/vt/Testing/Temporary/LastTest.log
zip -j $(Agent.TempDirectory)/cmake-output.log.gz $(build_root)/vt/cmake-output.log
- task: PublishPipelineArtifact@1
Expand Down
3 changes: 3 additions & 0 deletions ci/azure/azure-clang-alpine-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ stages:
inputs:
targetType: 'inline'
script: |
ls -la $(CACHE)
ls -la $(build_root)
docker volume inspect --format '{{ .Mountpoint }}' $(ARCH)-ubuntu-$(UBUNTU)-$(HOST_COMPILER)-$(COMPILER)-cache
zip -j $(Agent.TempDirectory)/LastTest.log.gz $(build_root)/vt/Testing/Temporary/LastTest.log
zip -j $(Agent.TempDirectory)/cmake-output.log.gz $(build_root)/vt/cmake-output.log
- task: PublishPipelineArtifact@1
Expand Down
3 changes: 3 additions & 0 deletions ci/azure/azure-gcc-10-ubuntu-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ stages:
inputs:
targetType: 'inline'
script: |
ls -la $(CACHE)
ls -la $(build_root)
docker volume inspect --format '{{ .Mountpoint }}' $(ARCH)-ubuntu-$(UBUNTU)-$(HOST_COMPILER)-$(COMPILER)-cache
zip -j $(Agent.TempDirectory)/LastTest.log.gz $(build_root)/vt/Testing/Temporary/LastTest.log
zip -j $(Agent.TempDirectory)/cmake-output.log.gz $(build_root)/vt/cmake-output.log
- task: PublishPipelineArtifact@1
Expand Down
3 changes: 3 additions & 0 deletions ci/azure/azure-gcc-11-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ stages:
inputs:
targetType: 'inline'
script: |
ls -la $(CACHE)
ls -la $(build_root)
docker volume inspect --format '{{ .Mountpoint }}' $(ARCH)-ubuntu-$(UBUNTU)-$(HOST_COMPILER)-$(COMPILER)-cache
zip -j $(Agent.TempDirectory)/LastTest.log.gz $(build_root)/vt/Testing/Temporary/LastTest.log
zip -j $(Agent.TempDirectory)/cmake-output.log.gz $(build_root)/vt/cmake-output.log
- task: PublishPipelineArtifact@1
Expand Down
3 changes: 3 additions & 0 deletions ci/azure/azure-gcc-8-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ stages:
inputs:
targetType: 'inline'
script: |
ls -la $(CACHE)
ls -la $(build_root)
docker volume inspect --format '{{ .Mountpoint }}' $(ARCH)-ubuntu-$(UBUNTU)-$(HOST_COMPILER)-$(COMPILER)-cache
zip -j $(Agent.TempDirectory)/LastTest.log.gz $(build_root)/vt/Testing/Temporary/LastTest.log
zip -j $(Agent.TempDirectory)/cmake-output.log.gz $(build_root)/vt/cmake-output.log
- task: PublishPipelineArtifact@1
Expand Down
3 changes: 3 additions & 0 deletions ci/azure/azure-gcc-9-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ stages:
inputs:
targetType: 'inline'
script: |
ls -la $(CACHE)
ls -la $(build_root)
docker volume inspect --format '{{ .Mountpoint }}' $(ARCH)-ubuntu-$(UBUNTU)-$(HOST_COMPILER)-$(COMPILER)-cache
zip -j $(Agent.TempDirectory)/LastTest.log.gz $(build_root)/vt/Testing/Temporary/LastTest.log
zip -j $(Agent.TempDirectory)/cmake-output.log.gz $(build_root)/vt/cmake-output.log
- task: PublishPipelineArtifact@1
Expand Down
3 changes: 3 additions & 0 deletions ci/azure/azure-intel-oneapi-icpc-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ stages:
inputs:
targetType: 'inline'
script: |
ls -la $(CACHE)
ls -la $(build_root)
docker volume inspect --format '{{ .Mountpoint }}' $(ARCH)-ubuntu-$(UBUNTU)-$(HOST_COMPILER)-$(COMPILER)-cache
zip -j $(Agent.TempDirectory)/LastTest.log.gz $(build_root)/vt/Testing/Temporary/LastTest.log
zip -j $(Agent.TempDirectory)/cmake-output.log.gz $(build_root)/vt/cmake-output.log
- task: PublishPipelineArtifact@1
Expand Down
3 changes: 3 additions & 0 deletions ci/azure/azure-intel-oneapi-icpx-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ stages:
inputs:
targetType: 'inline'
script: |
ls -la $(CACHE)
ls -la $(build_root)
docker volume inspect --format '{{ .Mountpoint }}' $(ARCH)-ubuntu-$(UBUNTU)-$(HOST_COMPILER)-$(COMPILER)-cache
zip -j $(Agent.TempDirectory)/LastTest.log.gz $(build_root)/vt/Testing/Temporary/LastTest.log
zip -j $(Agent.TempDirectory)/cmake-output.log.gz $(build_root)/vt/cmake-output.log
- task: PublishPipelineArtifact@1
Expand Down
3 changes: 3 additions & 0 deletions ci/azure/azure-nvidia-11-2-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ stages:
inputs:
targetType: 'inline'
script: |
ls -la $(CACHE)
ls -la $(build_root)
docker volume inspect --format '{{ .Mountpoint }}' $(ARCH)-ubuntu-$(UBUNTU)-$(HOST_COMPILER)-$(COMPILER)-cache
zip -j $(Agent.TempDirectory)/LastTest.log.gz $(build_root)/vt/Testing/Temporary/LastTest.log
zip -j $(Agent.TempDirectory)/cmake-output.log.gz $(build_root)/vt/cmake-output.log
- task: PublishPipelineArtifact@1
Expand Down
3 changes: 3 additions & 0 deletions ci/azure/azure-nvidia-12-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ stages:
inputs:
targetType: 'inline'
script: |
ls -la $(CACHE)
ls -la $(build_root)
docker volume inspect --format '{{ .Mountpoint }}' $(ARCH)-ubuntu-$(UBUNTU)-$(HOST_COMPILER)-$(COMPILER)-cache
zip -j $(Agent.TempDirectory)/LastTest.log.gz $(build_root)/vt/Testing/Temporary/LastTest.log
zip -j $(Agent.TempDirectory)/cmake-output.log.gz $(build_root)/vt/cmake-output.log
- task: PublishPipelineArtifact@1
Expand Down
3 changes: 3 additions & 0 deletions scripts/workflow-azure-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ stages:
inputs:
targetType: 'inline'
script: |
ls -la $(CACHE)
ls -la $(build_root)
docker volume inspect --format '{{ .Mountpoint }}' $(ARCH)-ubuntu-$(UBUNTU)-$(HOST_COMPILER)-$(COMPILER)-cache
zip -j $(Agent.TempDirectory)/LastTest.log.gz $(build_root)/vt/Testing/Temporary/LastTest.log
zip -j $(Agent.TempDirectory)/cmake-output.log.gz $(build_root)/vt/cmake-output.log
- task: PublishPipelineArtifact@1
Expand Down

0 comments on commit 5938651

Please sign in to comment.