Skip to content

Commit

Permalink
DNM: Image mode test worker 2024-08.13
Browse files Browse the repository at this point in the history
With tmt from this MR:

teemtee/tmt#3229

Signed-off-by: Miroslav Vadkerti <[email protected]>
  • Loading branch information
thrix committed Sep 20, 2024
1 parent 4cd0c26 commit 4eec0b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ RUN ln -s /CONFIG /etc/citool.d \
postgresql-devel python3.9 python3-libselinux \
redhat-rpm-config koji python3-virtualenv standard-test-roles \
rsync beakerlib-libraries rpm-build rpm-devel awscli \
# disabled because tmt-1.35.0-2 needs to be installed from koji
# && dnf copr -y enable @teemtee/tmt \
# disabled because tmt-1.37.dev888-1.20240919234028088039.pr3229.20.g8c1c5dbc.fc40.noarch needs to be installed from koji
&& dnf -y copr enable packit/teemtee-tmt-3229 \
# remove `--enablerepo=updates-testing` once copr repo is enabled again
&& dnf -y install --enablerepo=updates-testing tmt-1.35.0 \
tmt+provision-container-1.35.0 \
tmt+provision-virtual-1.35.0 \
tmt+report-polarion-1.35.0 \
&& dnf -y install tmt-1.37.dev888-1.20240919234028088039.pr3229.20.g8c1c5dbc.fc40.noarch \
tmt+provision-container-1.37.dev888-1.20240919234028088039.pr3229.20.g8c1c5dbc.fc40.noarch \
tmt+provision-virtual-1.37.dev888-1.20240919234028088039.pr3229.20.g8c1c5dbc.fc40.noarch \
tmt+report-polarion-1.37.dev888-1.20240919234028088039.pr3229.20.g8c1c5dbc.fc40.noarch \
# common SSH configuration for testing
&& bash -c "echo 'Host *' >> /etc/ssh/ssh_config" \
&& bash -c "echo ' StrictHostKeyChecking no' >> /etc/ssh/ssh_config" \
Expand Down
6 changes: 3 additions & 3 deletions container/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
ansible-core:
installed: true
versions:
- 2.16.10
- 2.16.11

beakerlib:
installed: true
Expand Down Expand Up @@ -109,13 +109,13 @@ command:
tmt --version:
exit-status: 0
stdout:
- "tmt version: 1.35"
- "tmt version: 1.37"
timeout: 100000

rpm -q tmt:
exit-status: 0
stdout:
- "tmt-1.35.0-2.fc40.noarch"
- "tmt-1.37.dev888-1.20240919234028088039.pr3229.20.g8c1c5dbc.fc40.noarch"
timeout: 100000

tmt run report -h polarion:
Expand Down

0 comments on commit 4eec0b4

Please sign in to comment.