Skip to content

Commit f06525a

Browse files
bootstrap: remove wintest-only dependency
Nobody has run Wintest in the last 10 years, and we don't need it in our CI tests. Signed-off-by: Douglas Bagnall <[email protected]> Reviewed-by: Jennifer Sutton <[email protected]> Autobuild-User(master): Douglas Bagnall <[email protected]> Autobuild-Date(master): Thu Feb 27 01:00:10 UTC 2025 on atb-devel-224
1 parent deb80a6 commit f06525a

File tree

19 files changed

+2
-19
lines changed

19 files changed

+2
-19
lines changed

.gitlab-ci-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ variables:
4747
# Set this to the contents of bootstrap/sha1sum.txt
4848
# which is generated by bootstrap/template.py --render
4949
#
50-
SAMBA_CI_CONTAINER_TAG: fb63148d63beac20259d0c61ece2c608d2d1d2a1
50+
SAMBA_CI_CONTAINER_TAG: d20548dec714e202867b593f5e19f3004f7a2457
5151
#
5252
# We use the ubuntu2204 image as default as
5353
# it matches what we have on atb-devel-224

bootstrap/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@
151151
('python3-gpg', 'python3-gpg'), # defaults to ubuntu/fedora latest
152152
('python3-markdown', 'python3-markdown'),
153153
('python3-dnspython', 'python3-dns'),
154-
('python3-pexpect', ''), # for wintest only
155154
('python3-pyasn1', 'python3-pyasn1'), # for krb5 tests
156155
('python3-setproctitle', 'python3-setproctitle'),
157156
('python3-requests', 'python3-requests'), # for cert auto enroll

bootstrap/generated-dists/debian11-32bit/bootstrap.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ apt-get -y install \
9797
python3-gpg \
9898
python3-iso8601 \
9999
python3-markdown \
100-
python3-pexpect \
101100
python3-pyasn1 \
102101
python3-requests \
103102
python3-setproctitle \

bootstrap/generated-dists/debian11-32bit/packages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ packages:
8686
- python3-gpg
8787
- python3-iso8601
8888
- python3-markdown
89-
- python3-pexpect
9089
- python3-pyasn1
9190
- python3-requests
9291
- python3-setproctitle

bootstrap/generated-dists/debian11/bootstrap.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ apt-get -y install \
9797
python3-gpg \
9898
python3-iso8601 \
9999
python3-markdown \
100-
python3-pexpect \
101100
python3-pyasn1 \
102101
python3-requests \
103102
python3-setproctitle \

bootstrap/generated-dists/debian11/packages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ packages:
8686
- python3-gpg
8787
- python3-iso8601
8888
- python3-markdown
89-
- python3-pexpect
9089
- python3-pyasn1
9190
- python3-requests
9291
- python3-setproctitle

bootstrap/generated-dists/debian12-32bit/bootstrap.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ apt-get -y install \
9696
python3-gpg \
9797
python3-iso8601 \
9898
python3-markdown \
99-
python3-pexpect \
10099
python3-pyasn1 \
101100
python3-requests \
102101
python3-setproctitle \

bootstrap/generated-dists/debian12-32bit/packages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ packages:
8585
- python3-gpg
8686
- python3-iso8601
8787
- python3-markdown
88-
- python3-pexpect
8988
- python3-pyasn1
9089
- python3-requests
9190
- python3-setproctitle

bootstrap/generated-dists/debian12/bootstrap.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ apt-get -y install \
9696
python3-gpg \
9797
python3-iso8601 \
9898
python3-markdown \
99-
python3-pexpect \
10099
python3-pyasn1 \
101100
python3-requests \
102101
python3-setproctitle \

bootstrap/generated-dists/debian12/packages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ packages:
8585
- python3-gpg
8686
- python3-iso8601
8787
- python3-markdown
88-
- python3-pexpect
8988
- python3-pyasn1
9089
- python3-requests
9190
- python3-setproctitle

0 commit comments

Comments
 (0)