0

Public Skylab: Run criticalstaging and disabled tast tests on octopus

These test suites are informational but helpful for us to debug the
failed test and to check the stability of tests assumed as fixed.

They have been enabled on the public jacuzzi and the private skylab
builders, so this CL enables them even on octopus.

BUG=b:299215988
TEST=`lucicfg generate "./main.star"'

Change-Id: I28a2f1f9286919f524d5be9ef7696d0d65648b1e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5274966
Commit-Queue: Yoshiki Iguchi <yoshiki@chromium.org>
Reviewed-by: Xinan Lin <linxinan@chromium.org>
Auto-Submit: Yoshiki Iguchi <yoshiki@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1257255}
This commit is contained in:
yoshiki iguchi
2024-02-07 09:46:00 +00:00
committed by Chromium LUCI CQ
parent 084fdd0b1c
commit 7a3ed790fd
4 changed files with 62 additions and 0 deletions
infra/config
testing/buildbot

@ -6971,6 +6971,16 @@
'CROS_OCTOPUS_PUBLIC_LKGM',
],
},
'chromeos_chrome_criticalstaging_tast_tests': {
'variants': [
'CROS_OCTOPUS_PUBLIC_LKGM',
],
},
'chromeos_chrome_disabled_tast_tests': {
'variants': [
'CROS_OCTOPUS_PUBLIC_LKGM',
],
},
'chromeos_device_only_gtests': {
'variants': [
'CROS_OCTOPUS_PUBLIC_LKGM',

@ -267,6 +267,16 @@ targets.legacy_matrix_compound_suite(
"CROS_OCTOPUS_PUBLIC_LKGM",
],
),
"chromeos_chrome_criticalstaging_tast_tests": targets.legacy_matrix_config(
variants = [
"CROS_OCTOPUS_PUBLIC_LKGM",
],
),
"chromeos_chrome_disabled_tast_tests": targets.legacy_matrix_config(
variants = [
"CROS_OCTOPUS_PUBLIC_LKGM",
],
),
},
)

@ -4742,6 +4742,38 @@
"timeout_sec": 14400,
"use_lkgm": true,
"variant_id": "OCTOPUS_PUBLIC_LKGM"
},
{
"autotest_name": "tast.chrome-from-gcs",
"bucket": "chromiumos-image-archive",
"ci_only": true,
"cros_board": "octopus",
"experiment_percentage": 100,
"name": "chrome_criticalstaging_tast_tests OCTOPUS_PUBLIC_LKGM",
"shards": 3,
"tast_expr": "STUB_STRING_TO_RUN_TAST_TESTS",
"test": "chrome_criticalstaging_tast_tests",
"test_id_prefix": "ninja://chromeos:chrome_criticalstaging_tast_tests/",
"test_level_retries": 2,
"timeout_sec": 14400,
"use_lkgm": true,
"variant_id": "OCTOPUS_PUBLIC_LKGM"
},
{
"autotest_name": "tast.chrome-from-gcs",
"bucket": "chromiumos-image-archive",
"ci_only": true,
"cros_board": "octopus",
"experiment_percentage": 100,
"name": "chrome_disabled_tast_tests OCTOPUS_PUBLIC_LKGM",
"shards": 2,
"tast_expr": "STUB_STRING_TO_RUN_TAST_TESTS",
"test": "chrome_disabled_tast_tests",
"test_id_prefix": "ninja://chromeos:chrome_disabled_tast_tests/",
"test_level_retries": 1,
"timeout_sec": 14400,
"use_lkgm": true,
"variant_id": "OCTOPUS_PUBLIC_LKGM"
}
]
},

@ -6971,6 +6971,16 @@
'CROS_OCTOPUS_PUBLIC_LKGM',
],
},
'chromeos_chrome_criticalstaging_tast_tests': {
'variants': [
'CROS_OCTOPUS_PUBLIC_LKGM',
],
},
'chromeos_chrome_disabled_tast_tests': {
'variants': [
'CROS_OCTOPUS_PUBLIC_LKGM',
],
},
'chromeos_device_only_gtests': {
'variants': [
'CROS_OCTOPUS_PUBLIC_LKGM',