diff --git a/ci.jsonnet b/ci.jsonnet index 7462a0ac653e..c650b5ad4e0c 100644 --- a/ci.jsonnet +++ b/ci.jsonnet @@ -304,9 +304,9 @@ local part_definitions = { }, test_specs: { - run+: jt(["test", "specs", "--timeout", "180", ":all"]) + - jt(["test", "specs", "--timeout", "180", ":tracepoint"]) + - jt(["test", "specs", "--timeout", "180", ":next"]) + + run+: jt(["test", "specs", ":all"]) + + jt(["test", "specs", ":tracepoint"]) + + jt(["test", "specs", ":next"]) + jt(["test", "basictest"]), },