|
| 1 | +[pulse] |
| 2 | +# Those parameters can be overriden by PULSE_* environment variables |
| 3 | +host = "pulse.mozilla.org" |
| 4 | +port = 5671 |
| 5 | +ssl = true |
| 6 | +userid = "SET THIS IN PULSE_USERID ENV VARIABLE" |
| 7 | +password = "SET THIS IN PULSE_PASSWORD ENV VARIABLE" |
| 8 | +# The exchange is declared by the Producer. |
| 9 | +exchange = "exchange/landoprod/pushes" |
| 10 | +routing_key = "gitpushes" |
| 11 | +# The Consumer declares the queue and binds it to the exchange. |
| 12 | +heartbeat = 30 |
| 13 | +queue = "queue/githgsyncprod/pushes" |
| 14 | + |
| 15 | +[sentry] |
| 16 | +sentry_dsn = "" |
| 17 | + |
| 18 | +[clones] |
| 19 | +directory = "/clones" |
| 20 | + |
| 21 | +############################# |
| 22 | +# THUNDERBIRD-INFRA-TESTING # |
| 23 | +############################# |
| 24 | + |
| 25 | +[[tracked_repositories]] |
| 26 | +name = "thunderbird-infra-testing" |
| 27 | +url = "https://github.com/thunderbird/infra-testing.git" |
| 28 | + |
| 29 | +# |
| 30 | +# COMM-UNIFIED |
| 31 | +# |
| 32 | +# We don't sync to this repository, but we put it here first to fetch all |
| 33 | +# references early, with the benefit of bundles. |
| 34 | +# |
| 35 | +[[branch_mappings]] |
| 36 | +source_url = "https://github.com/thunderbird/infra-testing.git" |
| 37 | +branch_pattern = "THIS_SHOULD_MATCH_NOTHING" |
| 38 | +destination_url = "https://hg.mozilla.org/comm-unified/" |
| 39 | +destination_branch = "NOT_A_VALID_BRANCH" |
| 40 | + |
| 41 | +[[branch_mappings]] |
| 42 | +source_url = "https://github.com/thunderbird/infra-testing.git" |
| 43 | +branch_pattern = "main" |
| 44 | +destination_url = "ssh://hg.mozilla.org/conduit-testing/comm-infra-testing/" |
| 45 | +destination_branch = "default" |
| 46 | + |
| 47 | +[[tag_mappings]] |
| 48 | +source_url = "https://github.com/thunderbird/infra-testing.git" |
| 49 | + |
| 50 | +# comm-central: |
| 51 | +# tag_pattern = ".+" |
| 52 | +# destination_url = "ssh://hg.mozilla.org/comm-central" |
| 53 | +# tags_destination_branch = "tags-testing" |
| 54 | + |
| 55 | +# comm-beta: |
| 56 | +# tag_pattern = "(^THUNDERBIRD|NIGHTLY|BETA|RELEASE)_.*$" |
| 57 | +# destination_url = "ssh://hg.mozilla.org/releases/comm-beta/" |
| 58 | +# tags_destination_branch = "tags-unified" |
| 59 | + |
| 60 | +# comm-release: |
| 61 | +# tag_pattern = "(^THUNDERBIRD|NIGHTLY|BETA|RELEASE)_.*$" |
| 62 | +# destination_url = "ssh://hg.mozilla.org/releases/comm-release/" |
| 63 | +# tags_destination_branch = "tags-unified" |
| 64 | + |
| 65 | +# comm-esrXXX |
| 66 | +# tag_pattern = "^(THUNDERBIRD)_(\\d+)(_\\d+)+esr_(BUILD\\d+|RELEASE)$" |
| 67 | +# destination_url = "ssh://hg.mozilla.org/releases/comm-esr\\2/" |
| 68 | +# tags_destination_branch = "tags-unified" |
| 69 | +# ... |
| 70 | +# tag_pattern = "^ESR_(\\d+)_BASE$" |
| 71 | +# destination_url = "ssh://hg.mozilla.org/releases/comm-esr\\1/" |
| 72 | +# tags_destination_branch = "tags-unified" |
| 73 | + |
| 74 | +tag_pattern = ".+" |
| 75 | +destination_url = "ssh://hg.mozilla.org/conduit-testing/comm-infra-testing/" |
| 76 | +tags_destination_branch = "tags-testing" |
| 77 | +# Default |
| 78 | +#tag_message_suffix = "a=tagging CLOSED TREE DONTBUILD" |
0 commit comments