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 d423bd0 commit 865def0Copy full SHA for 865def0
treeherder/model/fixtures/repository.json
@@ -1991,5 +1991,19 @@
1991
"description": "",
1992
"tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
1993
}
1994
+ },
1995
+ {
1996
+ "pk": 141,
1997
+ "model": "model.repository",
1998
+ "fields": {
1999
+ "dvcs_type": "git",
2000
+ "name": "worker-images",
2001
+ "url": "https://github.com/mozilla-platform-ops/worker-images",
2002
+ "branch": "main",
2003
+ "active_status": "active",
2004
+ "codebase": "worker-images",
2005
+ "repository_group": 9,
2006
+ "tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
2007
+ }
2008
2009
]
0 commit comments