Tom de Vries
825cf5a5da
- Maintenance script qa.sh:
* Remove python2 related PR29245 kfail. * Remove PR30518 kfail. * Remove yama ptrace_scope == 1 kfails. * Remove PR28065 kfail. - Patches added (swo#32081): * gdb-symtab-return-correct-reader-for-top-level-cu-in.patch - Add "BuildRequires: aaa_base-yama-enable-ptrace" on tumbleweed. - Maintenance script qa-local.sh: * Add SLFO and Leap 15.6, drop Leap 15.3 and 15.4 and ALP. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=394
I. LOCAL QA. 0. Notes. Note that the configs are hardcoded in the script. F.i. atm SLE-11 is not included, because the config is unresolvable on devel:gcc/gdb. Also Leap 15.2 is not included because of 'remote error: unknown repository type UNDEFINED"'. The script tries to keep disk usage low by removing the buildroot after each build, but that requires sudo rights, so the first thing the script does is ask for sudo authentication. 1. Cleanup. Do: ... $ bash qa-local.sh 1 ... 2. Build. Do: ... $ bash qa-local.sh 2 ... This builds gdb for each x86_64 config, without running the testsuite. I did a timing run on my laptop (with 6 configs) and got: ... real 66m17.689s user 149m31.925s sys 12m25.359s ... so for a dual-core/4-SMT CPU, it's ~1h5m. 3. Build & test. Do: ... $ bash qa-local.sh 3 ... This builds gdb and produces test results for each x86_64 config. I did a timing run on my laptop (with 6 configs) and got: ... real 285m9.679s user 683m16.769s sys 133m58.287s ... so for a dual-core/4-SMT CPU, it's ~4h45m. The resulting testlogs (with 6 configs) is 1.4GB. 4. Verify. Do: ... $ bash qa-local.sh 4 ... This verifies the test results for each x86_64 config, using the qa.sh script. 5. Cleanup. Do: ... $ rm -Rf tmp-qa-local ... l I. REMOTE QA. 1. Cleanup. Do: ... $ bash qa-remote.sh 1 ... 2. Get test results. Do: ... $ bash qa-remote.sh 2 ... This downloads the remote test results. 3. Verify. Do: ... $ bash qa-remote.sh 3 <m> ... with m running from 1 to 5. This verifies the test results, using the qa.sh script. 4. Cleanup. Do: ... $ rm -Rf tmp-qa-remote ...
Description
Languages
Shell
75.1%
C
21%
Perl
2.1%
Roff
1.8%