ci: split valve farm in two

There are two physical locations, so it makes sense to manage them
separately.

Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Martin Roukala <martin.roukala@mupuf.org>
Acked-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23908>
This commit is contained in:
Eric Engestrom
2023-06-22 17:46:28 +01:00
committed by Marge Bot
parent 1ab22f788d
commit 9a8a7aaf1d
4 changed files with 17 additions and 2 deletions

0
.ci-farms/valve-mupuf Normal file
View File

View File

@@ -330,9 +330,17 @@
.valve-farm-rules:
rules:
- exists: [ .ci-farms-disabled/valve ]
- exists: [ .ci-farms-disabled/valve-mupuf ]
if: '$RUNNER_FARM_LOCATION == "mupuf"'
when: never
- changes: [ .ci-farms-disabled/valve ]
- exists: [ .ci-farms-disabled/valve-kws ]
if: '$RUNNER_FARM_LOCATION == "keywords"'
when: never
- changes: [ .ci-farms-disabled/valve-mupuf ]
if: '$RUNNER_FARM_LOCATION == "mupuf"'
when: on_success
- changes: [ .ci-farms-disabled/valve-kws ]
if: '$RUNNER_FARM_LOCATION == "keywords"'
when: on_success
- changes: [ .ci-farms-disabled/* ]
when: never

View File

@@ -216,12 +216,14 @@ radeonsi-raven-va-full:x86_64:
.kabini-test-valve:
variables:
RUNNER_FARM_LOCATION: mupuf
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=8g'
tags:
- amdgpu:codename:KABINI
.polaris10-test-valve:
variables:
RUNNER_FARM_LOCATION: keywords
FDO_CI_CONCURRENT: 16
B2C_TIMEOUT_BOOT_RETRIES: 4
# (2022-01) tsc=unstable was added in response to this message in kmsg,
@@ -232,6 +234,7 @@ radeonsi-raven-va-full:x86_64:
.vega10-test-valve:
variables:
RUNNER_FARM_LOCATION: keywords
FDO_CI_CONCURRENT: 16
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
tags:
@@ -239,6 +242,7 @@ radeonsi-raven-va-full:x86_64:
.renoir-test-valve:
variables:
RUNNER_FARM_LOCATION: mupuf
FDO_CI_CONCURRENT: 24
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
B2C_TIMEOUT_BOOT_MINUTES: 60
@@ -248,6 +252,7 @@ radeonsi-raven-va-full:x86_64:
.navi10-test-valve:
variables:
RUNNER_FARM_LOCATION: mupuf
FDO_CI_CONCURRENT: 24
# (2022-01) noapic is set because the serial adapter on this
# machine is using non-MSI IRQs and is generating a lot of
@@ -259,6 +264,7 @@ radeonsi-raven-va-full:x86_64:
.navi21-test-valve:
variables:
RUNNER_FARM_LOCATION: keywords
FDO_CI_CONCURRENT: 32
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
tags:
@@ -266,6 +272,7 @@ radeonsi-raven-va-full:x86_64:
.vangogh-test-valve:
variables:
RUNNER_FARM_LOCATION: mupuf
FDO_CI_CONCURRENT: 8
B2C_TIMEOUT_BOOT_MINUTES: 85
B2C_TIMEOUT_OVERALL_MINUTES: 120