44
44
# Container FQIN's
45
45
FEDORA_CONTAINER_FQIN : " quay.io/libpod/fedora_podman:${IMAGE_SUFFIX}"
46
46
PRIOR_FEDORA_CONTAINER_FQIN : " quay.io/libpod/prior-fedora_podman:${IMAGE_SUFFIX}"
47
- WINDOWS_AMI : " win-server-wsl-${IMAGE_SUFFIX}"
48
47
# ###
49
48
# ### Control variables that determine what to run and how to run it.
50
49
# ### N/B: Required ALL of these are set for every single task.
@@ -525,32 +524,6 @@ compose_test_task:
525
524
always : *logs_artifacts
526
525
527
526
528
- # Execute the podman integration tests on all primary platforms and release
529
- windows_smoke_test_task :
530
- name : " Windows Smoke Test"
531
- alias : windows_smoke_test
532
- # Only run for non-docs/copr PRs and non-multiarch branch builds
533
- # and never for tags. Docs: ./contrib/cirrus/CIModes.md
534
- only_if : >-
535
- $CIRRUS_TAG == '' &&
536
- $CIRRUS_CRON != 'multiarch' &&
537
- $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*' &&
538
- $CIRRUS_CHANGE_TITLE !=~ '.*CI:COPR.*'
539
- depends_on :
540
- - alt_build
541
- ec2_instance :
542
- image : " ${WINDOWS_AMI}"
543
- type : m5zn.metal
544
- region : us-east-1
545
- platform : windows
546
- env :
547
- PATH : " ${PATH};C:\\ ProgramData\\ chocolatey\\ bin"
548
- CIRRUS_SHELL : powershell
549
- # Fake version, we are only testing the installer functions, so version doesn't matter
550
- CIRRUS_WORKING_DIR : " ${LOCALAPPDATA}\\ Temp\\ cirrus-ci-build"
551
- main_script : ' contrib/cirrus/win-podman-machine-main.ps1'
552
-
553
-
554
527
# versions, as root, without involving the podman-remote client.
555
528
local_integration_test_task : &local_integration_test_task
556
529
# Integration-test task name convention:
@@ -981,7 +954,6 @@ meta_task:
981
954
EC2IMGNAMES : >-
982
955
${FEDORA_AARCH64_AMI}
983
956
${FEDORA_AMI}
984
- ${WINDOWS_AMI}
985
957
BUILDID : " ${CIRRUS_BUILD_ID}"
986
958
REPOREF : " ${CIRRUS_REPO_NAME}"
987
959
AWSINI : ENCRYPTED[21b2db557171b11eb5abdbccae593f48c9caeba86dfcc4d4ff109edee9b4656ab6720a110dadfcd51e88cc59a71cc7af]
@@ -1008,8 +980,6 @@ success_task:
1008
980
- swagger
1009
981
- alt_build
1010
982
- osx_alt_build
1011
- - win_installer
1012
- - windows_smoke_test
1013
983
- docker-py_test
1014
984
- unit_test
1015
985
- apiv2_test
@@ -1109,25 +1079,6 @@ artifacts_task:
1109
1079
type : application/octet-stream
1110
1080
1111
1081
1112
- win_installer_task :
1113
- name : " Verify Win Installer Build"
1114
- alias : win_installer
1115
- # Don't run for multiarch container image cirrus-cron job.
1116
- only_if : $CIRRUS_CRON != 'multiarch'
1117
- depends_on :
1118
- - alt_build
1119
- windows_container :
1120
- image : cirrusci/windowsservercore:2019
1121
- env :
1122
- PATH : " ${PATH};C:\\ ProgramData\\ chocolatey\\ bin"
1123
- CIRRUS_SHELL : powershell
1124
- # Fake version, we are only testing the installer functions, so version doesn't matter
1125
- WIN_INST_VER : 9.9.9
1126
- CIRRUS_WORKING_DIR : " ${LOCALAPPDATA}\\ Temp\\ cirrus-ci-build"
1127
- install_script : ' .\contrib\cirrus\win-installer-install.ps1'
1128
- main_script : ' .\contrib\cirrus\win-installer-main.ps1'
1129
-
1130
-
1131
1082
# When a new tag is pushed, confirm that the code and commits
1132
1083
# meet criteria for an official release.
1133
1084
release_task :
0 commit comments