Actions
action #61554
closedopenQA cleanup
Start date:
2020-05-11
Due date:
2020-08-08
% Done:
0%
Estimated time:
Description
- tag the GM build
- reduce job group size
- delete obsolete assets
Actions
Added by lnussel about 5 years ago. Updated over 4 years ago.
0%
Description
Hello Oliver, would you have time to do this one? It's tracked as a post-GA task so no hurry.
lnussel wrote:
- tag the GM build
added https://openqa.opensuse.org/group_overview/50#comment-82296 with text tag:15.2-695.1:important:GM
to tag
- reduce job group size
No need, same as described in #47804#note-5
- delete obsolete assets
# ls -l /var/lib/openqa/share/factory/*/fixed/*15.2*
-rw-r--r-- 2 geekotest nogroup 4287627264 Jun 26 06:50 /var/lib/openqa/share/factory/iso/fixed/openSUSE-Leap-15.2-DVD-x86_64.iso
-rw-r--r-- 2 geekotest nogroup 144703488 Jun 26 06:35 /var/lib/openqa/share/factory/iso/fixed/openSUSE-Leap-15.2-NET-x86_64.iso
shows no obsolete assets within "fixed/" that need manual cleanup. I guess we can benefit from the pre-generated qcow images though, so I did:
for i in /var/lib/openqa/share/factory/hdd/*15.2*695.1*{gnome,kde}*.qcow2 ; do new=${i/695.1/GM}; ln $i /var/lib/openqa/share/factory/hdd/fixed/${new##*/}; done
resulting in
# ls -l /var/lib/openqa/share/factory/hdd/fixed/*15.2*
-rw-r--r-- 2 geekotest nogroup 2571108352 Jun 26 12:05 /var/lib/openqa/share/factory/hdd/fixed/opensuse-15.2-x86_64-GM-gnome@64bit.qcow2
-rw-r--r-- 2 geekotest nogroup 336384 Jun 26 11:55 /var/lib/openqa/share/factory/hdd/fixed/opensuse-15.2-x86_64-GM-gnome@uefi-uefi-vars.qcow2
-rw-r--r-- 2 geekotest nogroup 2585329664 Jun 26 12:01 /var/lib/openqa/share/factory/hdd/fixed/opensuse-15.2-x86_64-GM-gnome@uefi.qcow2
-rw-r--r-- 2 geekotest nogroup 2818572288 Jun 26 11:58 /var/lib/openqa/share/factory/hdd/fixed/opensuse-15.2-x86_64-GM-kde@64bit.qcow2
-rw-r--r-- 2 geekotest nogroup 336384 Jun 26 11:41 /var/lib/openqa/share/factory/hdd/fixed/opensuse-15.2-x86_64-GM-kde@uefi-uefi-vars.qcow2
-rw-r--r-- 2 geekotest nogroup 2815885312 Jun 26 11:47 /var/lib/openqa/share/factory/hdd/fixed/opensuse-15.2-x86_64-GM-kde@uefi.qcow2