Project

General

Profile

Actions

action #61554

closed

openQA cleanup

Added by lnussel over 4 years ago. Updated almost 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
QA
Target version:
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

Related issues 1 (0 open1 closed)

Copied from openSUSE Leap 15.1 - action #47804: openQA cleanupClosedokurz2019-05-202019-05-31

Actions
Actions #1

Updated by lnussel over 4 years ago

Actions #2

Updated by lkocman almost 4 years ago

  • Due date changed from 2020-05-22 to 2020-08-08
  • Assignee set to okurz

Hello Oliver, would you have time to do this one? It's tracked as a post-GA task so no hurry.

Actions #3

Updated by okurz almost 4 years ago

  • Status changed from New to Resolved

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
Actions

Also available in: Atom PDF