Go to file
Dominique Leuenberger 772cb25345 Accepting request 1197484 from devel:gcc
- Maintenance script qa.sh:
  * Move PR26867 kfail from kfail_factory to kfail.
  * Merge PR28468 kfail with PR26867 kfail.
- Maintenance script qa.sh:
  * Restore yama ptrace_scope == 1 kfails,
    aaa_base-yama-enable-ptrace doesn't work.
  * Enable yama ptrace_scope == 1 kfails for SLFO.
  * Add PR32121 kfail.
  * Drop Leap 15.3 and 15.4, add Leap 15.6.
  * Replace ALP with SLFO.
  * Move PR28468 kfail from kfail_factory to kfail.
- 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/request/show/1197484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdb?expand=0&rev=180
2024-08-30 11:25:43 +00:00
2024-08-28 05:32:23 +00:00
2024-08-28 05:32:23 +00:00
2024-08-28 05:32:23 +00:00
2024-08-28 05:32:23 +00:00
2024-08-28 05:32:23 +00:00
2024-08-28 05:32:23 +00:00
2024-08-28 05:32:23 +00:00
2024-08-28 05:32:23 +00:00
2024-08-28 05:32:23 +00:00
2024-08-28 05:32:23 +00:00
2024-08-29 13:54:06 +00:00
2024-08-28 05:32:23 +00:00
2024-08-28 05:32:23 +00:00
2024-08-28 05:32:23 +00:00
2024-08-28 05:32:23 +00:00
2024-08-28 05:32:23 +00:00
2024-08-28 05:32:23 +00:00
2024-08-28 05:32:23 +00:00
2024-08-28 05:32:23 +00:00
2024-08-29 13:54:06 +00:00
2024-08-28 05:32:23 +00:00
2024-08-28 05:32:23 +00:00

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
No description provided
Readme 79 MiB
Languages
Shell 76.7%
C 21.2%
Perl 2.1%