mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-16 10:11:26 +00:00
Workaround #1766451 in update tests
Download the fixed jss to the advisory repo. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
764a2bdc33
commit
8c07149ec7
@ -425,6 +425,9 @@ sub _repo_setup_updates {
|
|||||||
# installed, but was not
|
# installed, but was not
|
||||||
assert_script_run 'rpm -qp *.rpm --qf "%{NAME} " > /var/log/updatepkgnames.txt';
|
assert_script_run 'rpm -qp *.rpm --qf "%{NAME} " > /var/log/updatepkgnames.txt';
|
||||||
upload_logs "/var/log/updatepkgnames.txt";
|
upload_logs "/var/log/updatepkgnames.txt";
|
||||||
|
# FIXME workaround #1766451; remove this once the updates are all
|
||||||
|
# stable
|
||||||
|
assert_script_run "koji download-build --arch=" . get_var("ARCH") . " --arch=noarch jss-4.6.2-2.fc" . get_var("VERSION"), 600;
|
||||||
# create the repo metadata
|
# create the repo metadata
|
||||||
assert_script_run "createrepo .";
|
assert_script_run "createrepo .";
|
||||||
# write a repo config file, unless this is the support_server test
|
# write a repo config file, unless this is the support_server test
|
||||||
|
Loading…
Reference in New Issue
Block a user