Skip to content

Commit 27b15e0

Browse files
committed
Init
1 parent b8b2dea commit 27b15e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ jobs:
425425
echo "== Test docker image =="
426426
427427
docker load < $TAR_FILE
428-
docker run $IMAGE_NAME /bin/bash -c "time az self-test && time az --version && sleep 5"
428+
docker run $IMAGE_NAME /bin/bash -c "time az self-test && time az --version && tdnf list --installed && sleep 5"
429429
displayName: 'Bash Script'
430430
431431
- job: BuildPythonWheel
@@ -747,7 +747,7 @@ jobs:
747747
BuildDropPath: $(Build.ArtifactStagingDirectory)
748748

749749
- task: PublishPipelineArtifact@0
750-
displayName: 'Publish Artifact: rpm-mariner'
750+
displayName: 'Publish Artifact: rpm-azurelinux'
751751
inputs:
752752
TargetPath: $(Build.ArtifactStagingDirectory)
753753
ArtifactName: $(artifact)
@@ -798,7 +798,7 @@ jobs:
798798
docker pull $IMAGE
799799
docker run --rm -e RPM_NAME=$RPM_NAME -v $SYSTEM_ARTIFACTSDIRECTORY/rpm:/mnt/rpm -v $(pwd):/azure-cli $IMAGE /bin/bash "/azure-cli/scripts/release/rpm/test_azurelinux_in_docker.sh"
800800
801-
displayName: 'Test Rpm Package Mariner'
801+
displayName: 'Test Rpm Package Azure Linux'
802802
803803
# TODO: rpmbuild on Red Hat UBI 8 is slow for unknown reason. Still working with Red Hat to investigate.
804804
- job: BuildRpmPackages

0 commit comments

Comments
 (0)