Merge ~hyask/auto-upgrade-testing-specifications:skia/remove_lunar into auto-upgrade-testing-specifications:main

Proposed by Skia
Status: Merged
Merged at revision: 8f1572c3d841855f0c674c421bcbb69d334d8765
Proposed branch: ~hyask/auto-upgrade-testing-specifications:skia/remove_lunar
Merge into: auto-upgrade-testing-specifications:main
Diff against target: 491 lines (+0/-21)
1 file modified
dev/null (+0/-21)
Reviewer Review Type Date Requested Status
Paride Legovini Approve
Review via email: mp+459696@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Paride Legovini (paride) wrote :

LGTM, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/profiles/ubuntu-jammy-lunar-basic-amd64_qemu.yaml b/profiles/ubuntu-jammy-lunar-basic-amd64_qemu.yaml
2deleted file mode 100644
3index 5c6d726..0000000
4--- a/profiles/ubuntu-jammy-lunar-basic-amd64_qemu.yaml
5+++ /dev/null
6@@ -1,19 +0,0 @@
7----
8-- testname: "jammy->lunar basic upgrade"
9- provisioning:
10- backend: qemu
11- arch: amd64
12- flavor: ubuntu
13- image_name: jammy_lunar_basic_amd64.img
14- releases:
15- - "jammy"
16- - "lunar"
17-
18- scripts_location: file://../tests
19- pre_upgrade_scripts:
20- - "enable-apport-noui"
21- - "force-prompt-normal"
22-
23- post_upgrade_tests:
24- - "check-conffile-prompt"
25- - "check-var-crash-empty"
26diff --git a/profiles/ubuntu-jammy-lunar-desktop-amd64_qemu.yaml b/profiles/ubuntu-jammy-lunar-desktop-amd64_qemu.yaml
27deleted file mode 100644
28index 84ff197..0000000
29--- a/profiles/ubuntu-jammy-lunar-desktop-amd64_qemu.yaml
30+++ /dev/null
31@@ -1,31 +0,0 @@
32----
33-- testname: "jammy->lunar desktop upgrade"
34- provisioning:
35- backend: qemu
36- arch: amd64
37- flavor: ubuntu
38- image_name: jammy_lunar_ubuntu_desktop_amd64.img
39- build_args:
40- - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-desktop^' --timeout 14400"
41- releases:
42- - "jammy"
43- - "lunar"
44-
45- scripts_location: file://../tests
46- pre_upgrade_scripts:
47- - "check-ubuntu-desktop"
48- - "enable-apport-noui"
49- - "force-prompt-normal"
50-
51- post_upgrade_tests:
52- - "check-conffile-prompt"
53- - "check-var-crash-empty"
54-
55- scripts_data:
56- var_crash_ignore_list:
57- - pattern: "_usr_libexec_tracker-extract-3.130.crash"
58- expiry_date: "2024-02-19"
59- bug_link: "https://bugs.launchpad.net/ubuntu/+source/tracker-miners/+bug/2049907"
60-
61-
62- run_system_tests: true
63diff --git a/profiles/ubuntu-jammy-lunar-kubuntu-amd64_qemu.yaml b/profiles/ubuntu-jammy-lunar-kubuntu-amd64_qemu.yaml
64deleted file mode 100644
65index c02fca4..0000000
66--- a/profiles/ubuntu-jammy-lunar-kubuntu-amd64_qemu.yaml
67+++ /dev/null
68@@ -1,22 +0,0 @@
69----
70-- testname: "jammy->lunar desktop upgrade"
71- provisioning:
72- backend: qemu
73- arch: amd64
74- flavor: kubuntu
75- image_name: jammy_lunar_kubuntu_desktop_amd64.img
76- build_args:
77- - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install kubuntu-desktop' -v --timeout 14400"
78- releases:
79- - "jammy"
80- - "lunar"
81-
82- scripts_location: file://../tests
83- pre_upgrade_scripts:
84- - "check-kubuntu-desktop"
85- - "enable-apport-noui"
86- - "force-prompt-normal"
87-
88- post_upgrade_tests:
89- - "check-conffile-prompt"
90- - "check-var-crash-empty"
91diff --git a/profiles/ubuntu-jammy-lunar-lubuntu-amd64_qemu.yaml b/profiles/ubuntu-jammy-lunar-lubuntu-amd64_qemu.yaml
92deleted file mode 100644
93index a77c44f..0000000
94--- a/profiles/ubuntu-jammy-lunar-lubuntu-amd64_qemu.yaml
95+++ /dev/null
96@@ -1,22 +0,0 @@
97----
98-- testname: "jammy->lunar desktop upgrade"
99- provisioning:
100- backend: qemu
101- arch: amd64
102- flavor: lubuntu
103- image_name: jammy_lunar_lubuntu_desktop_amd64.img
104- build_args:
105- - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ^lubuntu-desktop' -v --timeout 14400"
106- releases:
107- - "jammy"
108- - "lunar"
109-
110- scripts_location: file://../tests
111- pre_upgrade_scripts:
112- - "check-lubuntu-desktop"
113- - "enable-apport-noui"
114- - "force-prompt-normal"
115-
116- post_upgrade_tests:
117- - "check-conffile-prompt"
118- - "check-var-crash-empty"
119diff --git a/profiles/ubuntu-jammy-lunar-server-amd64_qemu.yaml b/profiles/ubuntu-jammy-lunar-server-amd64_qemu.yaml
120deleted file mode 100644
121index 02200d9..0000000
122--- a/profiles/ubuntu-jammy-lunar-server-amd64_qemu.yaml
123+++ /dev/null
124@@ -1,24 +0,0 @@
125----
126-- testname: "jammy->lunar server upgrade"
127- provisioning:
128- backend: qemu
129- arch: amd64
130- flavor: ubuntu
131- image_name: jammy_lunar_ubuntu_server_amd64.img
132- build_args:
133- - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install server^' -v --timeout 14400"
134- releases:
135- - "jammy"
136- - "lunar"
137-
138- scripts_location: file://../tests
139- pre_upgrade_scripts:
140- - "check-ubuntu-server"
141- - "enable-apport-noui"
142- - "force-prompt-normal"
143-
144- post_upgrade_tests:
145- - "check-conffile-prompt"
146- - "check-var-crash-empty"
147-
148- run_system_tests: true
149diff --git a/profiles/ubuntu-jammy-lunar-ubuntu-mate-amd64_qemu.yaml b/profiles/ubuntu-jammy-lunar-ubuntu-mate-amd64_qemu.yaml
150deleted file mode 100644
151index 81f17e6..0000000
152--- a/profiles/ubuntu-jammy-lunar-ubuntu-mate-amd64_qemu.yaml
153+++ /dev/null
154@@ -1,22 +0,0 @@
155----
156-- testname: "jammy->lunar desktop upgrade"
157- provisioning:
158- backend: qemu
159- arch: amd64
160- flavor: ubuntu-mate
161- image_name: jammy_lunar_ubuntu_mate_desktop_amd64.img
162- build_args:
163- - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-mate-desktop^' -v --timeout 14400"
164- releases:
165- - "jammy"
166- - "lunar"
167-
168- scripts_location: file://../tests
169- pre_upgrade_scripts:
170- - "check-ubuntu-mate-desktop"
171- - "enable-apport-noui"
172- - "force-prompt-normal"
173-
174- post_upgrade_tests:
175- - "check-conffile-prompt"
176- - "check-var-crash-empty"
177diff --git a/profiles/ubuntu-jammy-lunar-ubuntu-unity-amd64_qemu.yaml b/profiles/ubuntu-jammy-lunar-ubuntu-unity-amd64_qemu.yaml
178deleted file mode 100644
179index bb6c31a..0000000
180--- a/profiles/ubuntu-jammy-lunar-ubuntu-unity-amd64_qemu.yaml
181+++ /dev/null
182@@ -1,22 +0,0 @@
183----
184-- testname: "jammy->lunar desktop upgrade"
185- provisioning:
186- backend: qemu
187- arch: amd64
188- flavor: ubuntu-unity
189- image_name: jammy_lunar_ubuntu_unity_desktop_amd64.img
190- build_args:
191- - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-unity-desktop' -v --timeout 14400"
192- releases:
193- - "jammy"
194- - "lunar"
195-
196- scripts_location: file://../tests
197- pre_upgrade_scripts:
198- - "check-ubuntu-unity-desktop"
199- - "enable-apport-noui"
200- - "force-prompt-normal"
201-
202- post_upgrade_tests:
203- - "check-conffile-prompt"
204- - "check-var-crash-empty"
205diff --git a/profiles/ubuntu-jammy-lunar-xubuntu-amd64_qemu.yaml b/profiles/ubuntu-jammy-lunar-xubuntu-amd64_qemu.yaml
206deleted file mode 100644
207index fb1cbb2..0000000
208--- a/profiles/ubuntu-jammy-lunar-xubuntu-amd64_qemu.yaml
209+++ /dev/null
210@@ -1,22 +0,0 @@
211----
212-- testname: "jammy->lunar desktop upgrade"
213- provisioning:
214- backend: qemu
215- arch: amd64
216- flavor: xubuntu
217- image_name: jammy_lunar_xubuntu_desktop_amd64.img
218- build_args:
219- - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install xubuntu-desktop^' -v --timeout 14400"
220- releases:
221- - "jammy"
222- - "lunar"
223-
224- scripts_location: file://../tests
225- pre_upgrade_scripts:
226- - "check-xubuntu-desktop"
227- - "enable-apport-noui"
228- - "force-prompt-normal"
229-
230- post_upgrade_tests:
231- - "check-conffile-prompt"
232- - "check-var-crash-empty"
233diff --git a/profiles/ubuntu-lunar-mantic-basic-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-basic-amd64_qemu.yaml
234deleted file mode 100644
235index 38c7cb8..0000000
236--- a/profiles/ubuntu-lunar-mantic-basic-amd64_qemu.yaml
237+++ /dev/null
238@@ -1,19 +0,0 @@
239----
240-- testname: "lunar->mantic basic upgrade"
241- provisioning:
242- backend: qemu
243- arch: amd64
244- flavor: ubuntu
245- image_name: lunar_mantic_basic_amd64.img
246- releases:
247- - "lunar"
248- - "mantic"
249-
250- scripts_location: file://../tests
251- pre_upgrade_scripts:
252- - "null"
253- - "enable-apport-noui"
254-
255- post_upgrade_tests:
256- - "check-conffile-prompt"
257- - "check-var-crash-empty"
258\ No newline at end of file
259diff --git a/profiles/ubuntu-lunar-mantic-desktop-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-desktop-amd64_qemu.yaml
260deleted file mode 100644
261index c041eb5..0000000
262--- a/profiles/ubuntu-lunar-mantic-desktop-amd64_qemu.yaml
263+++ /dev/null
264@@ -1,23 +0,0 @@
265----
266-- testname: "lunar->mantic desktop upgrade"
267- provisioning:
268- backend: qemu
269- arch: amd64
270- flavor: ubuntu
271- image_name: lunar_mantic_ubuntu_desktop_amd64.img
272- build_args:
273- - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-desktop^' -v --timeout 14400"
274- releases:
275- - "lunar"
276- - "mantic"
277-
278- scripts_location: file://../tests
279- pre_upgrade_scripts:
280- - "check-ubuntu-desktop"
281- - "enable-apport-noui"
282-
283- post_upgrade_tests:
284- - "check-conffile-prompt"
285- - "check-var-crash-empty"
286-
287- run_system_tests: true
288\ No newline at end of file
289diff --git a/profiles/ubuntu-lunar-mantic-kubuntu-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-kubuntu-amd64_qemu.yaml
290deleted file mode 100644
291index def9fd4..0000000
292--- a/profiles/ubuntu-lunar-mantic-kubuntu-amd64_qemu.yaml
293+++ /dev/null
294@@ -1,20 +0,0 @@
295-- testname: "lunar->mantic desktop upgrade"
296- provisioning:
297- backend: qemu
298- arch: amd64
299- flavor: kubuntu
300- image_name: lunar_mantic_kubuntu_desktop_amd64.img
301- build_args:
302- - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install kubuntu-desktop^' -v --timeout 14400"
303- releases:
304- - "lunar"
305- - "mantic"
306-
307- scripts_location: file://../tests
308- pre_upgrade_scripts:
309- - "check-kubuntu-desktop"
310- - "enable-apport-noui"
311-
312- post_upgrade_tests:
313- - "check-conffile-prompt"
314- - "check-var-crash-empty"
315diff --git a/profiles/ubuntu-lunar-mantic-lubuntu-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-lubuntu-amd64_qemu.yaml
316deleted file mode 100644
317index 39d7cd6..0000000
318--- a/profiles/ubuntu-lunar-mantic-lubuntu-amd64_qemu.yaml
319+++ /dev/null
320@@ -1,21 +0,0 @@
321----
322-- testname: "lunar->mantic desktop upgrade"
323- provisioning:
324- backend: qemu
325- arch: amd64
326- flavor: lubuntu
327- image_name: lunar_mantic_lubuntu_desktop_amd64.img
328- build_args:
329- - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install lubuntu-desktop^' -v --timeout 14400"
330- releases:
331- - "lunar"
332- - "mantic"
333-
334- scripts_location: file://../tests
335- pre_upgrade_scripts:
336- - "check-lubuntu-desktop"
337- - "enable-apport-noui"
338-
339- post_upgrade_tests:
340- - "check-conffile-prompt"
341- - "check-var-crash-empty"
342diff --git a/profiles/ubuntu-lunar-mantic-server-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-server-amd64_qemu.yaml
343deleted file mode 100644
344index 8315a05..0000000
345--- a/profiles/ubuntu-lunar-mantic-server-amd64_qemu.yaml
346+++ /dev/null
347@@ -1,23 +0,0 @@
348----
349-- testname: "lunar->mantic desktop upgrade"
350- provisioning:
351- backend: qemu
352- arch: amd64
353- flavor: ubuntu
354- image_name: lunar_mantic_ubuntu_server_amd64.img
355- build_args:
356- - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install server^' -v --timeout 14400"
357- releases:
358- - "lunar"
359- - "mantic"
360-
361- scripts_location: file://../tests
362- pre_upgrade_scripts:
363- - "check-ubuntu-server"
364- - "enable-apport-noui"
365-
366- post_upgrade_tests:
367- - "check-conffile-prompt"
368- - "check-var-crash-empty"
369-
370- run_system_tests: true
371diff --git a/profiles/ubuntu-lunar-mantic-ubuntu-mate-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-ubuntu-mate-amd64_qemu.yaml
372deleted file mode 100644
373index 695866f..0000000
374--- a/profiles/ubuntu-lunar-mantic-ubuntu-mate-amd64_qemu.yaml
375+++ /dev/null
376@@ -1,21 +0,0 @@
377----
378-- testname: "lunar->mantic desktop upgrade"
379- provisioning:
380- backend: qemu
381- arch: amd64
382- flavor: ubuntu-mate
383- image_name: lunar_mantic_ubuntu_mate_desktop_amd64.img
384- build_args:
385- - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-mate-desktop^' -v --timeout 14400"
386- releases:
387- - "lunar"
388- - "mantic"
389-
390- scripts_location: file://../tests
391- pre_upgrade_scripts:
392- - "check-ubuntu-mate-desktop"
393- - "enable-apport-noui"
394-
395- post_upgrade_tests:
396- - "check-conffile-prompt"
397- - "check-var-crash-empty"
398\ No newline at end of file
399diff --git a/profiles/ubuntu-lunar-mantic-ubuntu-unity-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-ubuntu-unity-amd64_qemu.yaml
400deleted file mode 100644
401index b32075f..0000000
402--- a/profiles/ubuntu-lunar-mantic-ubuntu-unity-amd64_qemu.yaml
403+++ /dev/null
404@@ -1,27 +0,0 @@
405----
406-- testname: "lunar->mantic desktop upgrade"
407- provisioning:
408- backend: qemu
409- arch: amd64
410- flavor: ubuntu-unity
411- image_name: lunar_mantic_ubuntu_unity_desktop_amd64.img
412- build_args:
413- - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-unity-desktop' -v --timeout 14400"
414- releases:
415- - "lunar"
416- - "mantic"
417-
418- scripts_location: file://../tests
419- pre_upgrade_scripts:
420- - "check-ubuntu-unity-desktop"
421- - "enable-apport-noui"
422-
423- post_upgrade_tests:
424- - "check-conffile-prompt"
425- - "check-var-crash-empty"
426-
427- scripts_data:
428- var_crash_ignore_list:
429- - pattern: "_usr_libexec_indicator-keyboard_indicator-keyboard-service.110.crash"
430- expiry_date: "2024-02-19"
431- bug_link: "https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/2036764"
432diff --git a/profiles/ubuntu-lunar-mantic-ubuntucinnamon-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-ubuntucinnamon-amd64_qemu.yaml
433deleted file mode 100644
434index eef84b3..0000000
435--- a/profiles/ubuntu-lunar-mantic-ubuntucinnamon-amd64_qemu.yaml
436+++ /dev/null
437@@ -1,27 +0,0 @@
438----
439-- testname: "lunar->mantic desktop upgrade"
440- provisioning:
441- backend: qemu
442- arch: amd64
443- flavor: ubuntucinnamon
444- image_name: lunar_mantic_ubuntucinnamon_desktop_amd64.img
445- build_args:
446- - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntucinnamon-desktop' -v --timeout 14400"
447- releases:
448- - "lunar"
449- - "mantic"
450-
451- scripts_location: file://../tests
452- pre_upgrade_scripts:
453- - "check-ubuntucinnamon-desktop"
454- - "enable-apport-noui"
455-
456- post_upgrade_tests:
457- - "check-conffile-prompt"
458- - "check-var-crash-empty"
459-
460- scripts_data:
461- var_crash_ignore_list:
462- - pattern: "_usr_libexec_indicator-keyboard_indicator-keyboard-service.110.crash"
463- expiry_date: "2024-02-19"
464- bug_link: "https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/2036764"
465diff --git a/profiles/ubuntu-lunar-mantic-xubuntu-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-xubuntu-amd64_qemu.yaml
466deleted file mode 100644
467index 7f08993..0000000
468--- a/profiles/ubuntu-lunar-mantic-xubuntu-amd64_qemu.yaml
469+++ /dev/null
470@@ -1,21 +0,0 @@
471----
472-- testname: "lunar->mantic desktop upgrade"
473- provisioning:
474- backend: qemu
475- arch: amd64
476- flavor: xubuntu
477- image_name: lunar_mantic_xubuntu_desktop_amd64.img
478- build_args:
479- - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install xubuntu-desktop^' -v --timeout 14400"
480- releases:
481- - "lunar"
482- - "mantic"
483-
484- scripts_location: file://../tests
485- pre_upgrade_scripts:
486- - "check-xubuntu-desktop"
487- - "enable-apport-noui"
488-
489- post_upgrade_tests:
490- - "check-conffile-prompt"
491- - "check-var-crash-empty"

Subscribers

People subscribed via source and target branches

to all changes: