INNER CODE UNIT · Python
TestBuild
trinodb/trino · .github/bin/build-matrix-schedule-aware.py:432
class TestBuild(unittest.TestCase):
maxDiff = None
def test_load_schedule_configs(self):
configs = textwrap.dedent("""
- { modules: [a], profile: b }
- { modules: [a], profile: c }
- modules: [[d, m, n], o]
- modules: [e]
profile: f
when:
scheduled: nightly
- modules: [h]
runners: [i, j, k]
when:
scheduled: weekly
labeled: [l]
- modules: [p]