INNER CODE UNIT · Python

test_load_schedule_configs

trinodb/trino · .github/bin/build-matrix-schedule-aware.py:435

    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]
                                   notify-channels: [foo]
                                   matrix-properties:
                                     bar: baz

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…