We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44abead commit c81d44dCopy full SHA for c81d44d
treeherder/model/fixtures/repository.json
@@ -1946,5 +1946,21 @@
1946
"description": "",
1947
"tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
1948
}
1949
+ },
1950
+ {
1951
+ "pk": 138,
1952
+ "model": "model.repository",
1953
+ "fields": {
1954
+ "dvcs_type": "git",
1955
+ "name": "staging-firefox-ios",
1956
+ "url": "https://github.com/mozilla-mobile/staging-firefox-ios",
1957
+ "branch": "main",
1958
+ "active_status": "active",
1959
+ "codebase": "firefox-ios",
1960
+ "repository_group": 11,
1961
+ "performance_alerts_enabled": false,
1962
+ "expire_performance_data": false,
1963
+ "tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
1964
+ }
1965
1966
]
0 commit comments