ci: set a common B2C_JOB_SUCCESS_REGEX with the message that's printed for all jobs
Simpler code, and more reliable against serial corruption because that message is printed 4 times (vs only once for the other ones). Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29608>
This commit is contained in:

committed by
Marge Bot

parent
dc113c418d
commit
c02329ded1
@@ -131,7 +131,6 @@ python-test:
|
||||
- results/vkd3d-proton.log
|
||||
variables:
|
||||
HWCI_TEST_SCRIPT: ./install/vkd3d-proton/run.sh
|
||||
B2C_JOB_SUCCESS_REGEX: 'vkd3d-proton execution: SUCCESS\r$'
|
||||
|
||||
.piglit-traces-test:
|
||||
artifacts:
|
||||
@@ -287,7 +286,7 @@ python-test:
|
||||
# boot2container initrd configuration parameters.
|
||||
B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/gfx-ci/ci-tron/-/package_files/519/download' # Linux 6.1
|
||||
B2C_INITRAMFS_URL: 'https://gitlab.freedesktop.org/mupuf/boot2container/-/releases/v0.9.10/downloads/initramfs.linux_amd64.cpio.xz'
|
||||
B2C_JOB_SUCCESS_REGEX: '\[.*\]: Execution is over, pipeline status: 0\r$'
|
||||
B2C_JOB_SUCCESS_REGEX: 'hwci: mesa: pass\r$'
|
||||
B2C_LOG_LEVEL: 6
|
||||
B2C_POWEROFF_DELAY: 15
|
||||
B2C_SESSION_END_REGEX: '^.*It''s now safe to turn off your computer\r$'
|
||||
|
@@ -260,7 +260,6 @@
|
||||
|
||||
.b2c-deqp-test:
|
||||
variables:
|
||||
B2C_JOB_SUCCESS_REGEX: '^\+ DEQP_EXITCODE=0\r$'
|
||||
HWCI_TEST_SCRIPT: ./install/deqp-runner.sh
|
||||
|
||||
.tahiti-test-valve:
|
||||
|
@@ -348,4 +348,3 @@ a750_vk:
|
||||
B2C_TIMEOUT_OVERALL_MINUTES: 55
|
||||
DEQP_SUITE: freedreno-a750-vk
|
||||
HWCI_TEST_SCRIPT: ./install/deqp-runner.sh
|
||||
B2C_JOB_SUCCESS_REGEX: '^\+ DEQP_EXITCODE=0\r$'
|
||||
|
@@ -44,7 +44,6 @@ r300-rv530-nine:
|
||||
variables:
|
||||
GTEST: "/NineTests/NineTests"
|
||||
HWCI_TEST_SCRIPT: "/install/gtest-runner.sh"
|
||||
B2C_JOB_SUCCESS_REGEX: '^\+ GTEST_EXITCODE=0\r$'
|
||||
HWCI_START_WESTON: 1
|
||||
GPU_VERSION: r300-rv530-nohiz
|
||||
FDO_CI_CONCURRENT: 1
|
||||
|
@@ -193,7 +193,6 @@
|
||||
variables:
|
||||
VK_DRIVER: freedreno
|
||||
HWCI_TEST_SCRIPT: ./install/deqp-runner.sh
|
||||
B2C_JOB_SUCCESS_REGEX: 'Execution is over, pipeline status: 0'
|
||||
# Disable reporting, since DUTs don't have internet access
|
||||
FLAKES_CHANNEL: ""
|
||||
|
||||
@@ -207,7 +206,6 @@
|
||||
DEQP_SUITE: zink-radv
|
||||
HWCI_TEST_SCRIPT: ./install/deqp-runner.sh
|
||||
B2C_KERNEL_URL: https://fs.mupuf.org/linux-6.6-b2c-radv-ci # 6.6
|
||||
B2C_JOB_SUCCESS_REGEX: 'Execution is over, pipeline status: 0'
|
||||
B2C_TIMEOUT_OVERALL_MINUTES: 20
|
||||
|
||||
# Disable reporting, since DUTs don't have internet access
|
||||
|
@@ -47,7 +47,6 @@
|
||||
GPU_VERSION: nvk-ga106
|
||||
FDO_CI_CONCURRENT: 16
|
||||
RUNNER_FARM_LOCATION: mupuf
|
||||
B2C_JOB_SUCCESS_REGEX: '^\+ DEQP_EXITCODE=0\r$'
|
||||
B2C_JOB_WARN_REGEX: 'nouveau .+ job timeout|NMI backtrace for cpu \d+'
|
||||
# Default kernel is missing the GA106 GSP
|
||||
# 1 - clone b2c
|
||||
|
Reference in New Issue
Block a user