mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'mnowak/stress-test-build-with-default-CFLAGS-v9_18' into 'v9_18'
[9.18] Build BIND in stress test jobs with common CFLAGS See merge request isc-projects/bind9!7665
This commit is contained in:
commit
1668d92e63
1 changed files with 9 additions and 0 deletions
|
|
@ -1452,6 +1452,7 @@ stress:authoritative:fedora:37:amd64:
|
|||
<<: *stress_job
|
||||
variables:
|
||||
CC: gcc
|
||||
CFLAGS: "${CFLAGS_COMMON} -Og"
|
||||
FLAME: /usr/bin/flame
|
||||
MODE: authoritative
|
||||
RATE: 10000
|
||||
|
|
@ -1466,6 +1467,7 @@ stress:recursive:fedora:37:amd64:
|
|||
<<: *stress_job
|
||||
variables:
|
||||
CC: gcc
|
||||
CFLAGS: "${CFLAGS_COMMON} -Og"
|
||||
FLAME: /usr/bin/flame
|
||||
MODE: recursive
|
||||
RATE: 10000
|
||||
|
|
@ -1480,6 +1482,7 @@ stress:rpz:fedora:37:amd64:
|
|||
<<: *stress_job
|
||||
variables:
|
||||
CC: gcc
|
||||
CFLAGS: "${CFLAGS_COMMON} -Og"
|
||||
FLAME: /usr/bin/flame
|
||||
MODE: rpz
|
||||
RATE: 1500
|
||||
|
|
@ -1494,6 +1497,7 @@ stress:authoritative:fedora:37:arm64:
|
|||
<<: *stress_job
|
||||
variables:
|
||||
CC: gcc
|
||||
CFLAGS: "${CFLAGS_COMMON} -Og"
|
||||
FLAME: /usr/bin/flame
|
||||
MODE: authoritative
|
||||
RATE: 10000
|
||||
|
|
@ -1508,6 +1512,7 @@ stress:recursive:fedora:37:arm64:
|
|||
<<: *stress_job
|
||||
variables:
|
||||
CC: gcc
|
||||
CFLAGS: "${CFLAGS_COMMON} -Og"
|
||||
FLAME: /usr/bin/flame
|
||||
MODE: recursive
|
||||
RATE: 10000
|
||||
|
|
@ -1522,6 +1527,7 @@ stress:rpz:fedora:37:arm64:
|
|||
<<: *stress_job
|
||||
variables:
|
||||
CC: gcc
|
||||
CFLAGS: "${CFLAGS_COMMON} -Og"
|
||||
FLAME: /usr/bin/flame
|
||||
MODE: rpz
|
||||
RATE: 1500
|
||||
|
|
@ -1536,6 +1542,7 @@ stress:authoritative:freebsd12:amd64:
|
|||
<<: *stress_job
|
||||
variables:
|
||||
CC: clang
|
||||
CFLAGS: "${CFLAGS_COMMON} -Og"
|
||||
FLAME: /usr/local/bin/flame
|
||||
MODE: authoritative
|
||||
RATE: 10000
|
||||
|
|
@ -1550,6 +1557,7 @@ stress:recursive:freebsd12:amd64:
|
|||
<<: *stress_job
|
||||
variables:
|
||||
CC: clang
|
||||
CFLAGS: "${CFLAGS_COMMON} -Og"
|
||||
FLAME: /usr/local/bin/flame
|
||||
MODE: recursive
|
||||
RATE: 10000
|
||||
|
|
@ -1564,6 +1572,7 @@ stress:rpz:freebsd12:amd64:
|
|||
<<: *stress_job
|
||||
variables:
|
||||
CC: clang
|
||||
CFLAGS: "${CFLAGS_COMMON} -Og"
|
||||
FLAME: /usr/local/bin/flame
|
||||
MODE: rpz
|
||||
RATE: 1500
|
||||
|
|
|
|||
Loading…
Reference in a new issue