Home
last modified time | relevance | path

Searched refs:RELEASE_PROJECTS (Results 1 – 23 of 23) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/util/
H A Dattributes.py17 RELEASE_PROJECTS = { variable
32 } | RELEASE_PROJECTS
102 if project in RELEASE_PROJECTS:
150 return 'production' if project in RELEASE_PROJECTS else 'staging'
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/util/
H A Dattributes.py18 RELEASE_PROJECTS = { variable
34 } | RELEASE_PROJECTS
110 if project in RELEASE_PROJECTS:
151 return 'production' if project in RELEASE_PROJECTS else 'staging'
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/util/
H A Dattributes.py18 RELEASE_PROJECTS = {
36 } | RELEASE_PROJECTS
56 "release": lambda project: project in RELEASE_PROJECTS,
170 return "production" if project in RELEASE_PROJECTS else "staging"
H A Dverify.py17 from taskgraph.util.attributes import match_run_on_projects, RELEASE_PROJECTS
344 @verifications.add("full_task_graph", run_on_projects=RELEASE_PROJECTS)
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/util/
H A Dattributes.py18 RELEASE_PROJECTS = { variable
36 } | RELEASE_PROJECTS
56 "release": lambda project: project in RELEASE_PROJECTS,
170 return "production" if project in RELEASE_PROJECTS else "staging"
H A Dverify.py17 from taskgraph.util.attributes import match_run_on_projects, RELEASE_PROJECTS
344 @verifications.add("full_task_graph", run_on_projects=RELEASE_PROJECTS)
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/util/
H A Dattributes.py15 RELEASE_PROJECTS = { variable
31 } | RELEASE_PROJECTS
51 "release": lambda project: project in RELEASE_PROJECTS,
166 return "production" if project in RELEASE_PROJECTS else "staging"
H A Dverify.py15 from gecko_taskgraph.util.attributes import match_run_on_projects, RELEASE_PROJECTS
342 @verifications.add("full_task_graph", run_on_projects=RELEASE_PROJECTS)
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/transforms/
H A Dupload_symbols.py12 from taskgraph.util.attributes import RELEASE_PROJECTS
33 config.params["project"] in RELEASE_PROJECTS
H A Dbuild.py12 from taskgraph.util.attributes import RELEASE_PROJECTS
204 branches = RELEASE_PROJECTS | {
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/transforms/
H A Dupload_symbols.py11 from gecko_taskgraph.util.attributes import RELEASE_PROJECTS
32 config.params["project"] in RELEASE_PROJECTS
H A Dbuild.py11 from gecko_taskgraph.util.attributes import RELEASE_PROJECTS, is_try, release_level
203 branches = RELEASE_PROJECTS | {
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/transforms/
H A Dupload_symbols.py12 from taskgraph.util.attributes import RELEASE_PROJECTS
33 config.params["project"] in RELEASE_PROJECTS
H A Dbuild.py12 from taskgraph.util.attributes import RELEASE_PROJECTS
204 branches = RELEASE_PROJECTS | {
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/transforms/
H A Dupload_symbols.py12 from taskgraph.util.attributes import RELEASE_PROJECTS
31 if config.params['project'] in RELEASE_PROJECTS and \
H A Dbuild.py12 from taskgraph.util.attributes import RELEASE_PROJECTS
152 branches = RELEASE_PROJECTS | {'try', }
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/transforms/
H A Dupload_symbols.py12 from taskgraph.util.attributes import RELEASE_PROJECTS
30 if config.params['project'] in RELEASE_PROJECTS and \
H A Dbuild.py12 from taskgraph.util.attributes import RELEASE_PROJECTS
103 branches = RELEASE_PROJECTS | {'try', }
/dports/www/firefox-legacy/firefox-52.8.0esr/taskcluster/taskgraph/
H A Dtarget_tasks.py15 RELEASE_PROJECTS = set([ variable
80 if project in RELEASE_PROJECTS:
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/transforms/job/
H A Dtoolchain.py23 from gecko_taskgraph.util.attributes import RELEASE_PROJECTS
107 data.append(str(config.params["project"] in RELEASE_PROJECTS))
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/transforms/job/
H A Dtoolchain.py24 from taskgraph.util.attributes import RELEASE_PROJECTS
107 data.append(str(config.params['project'] in RELEASE_PROJECTS))
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/transforms/job/
H A Dtoolchain.py25 from taskgraph.util.attributes import RELEASE_PROJECTS
105 data.append(str(config.params["project"] in RELEASE_PROJECTS))
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/transforms/job/
H A Dtoolchain.py25 from taskgraph.util.attributes import RELEASE_PROJECTS
105 data.append(str(config.params["project"] in RELEASE_PROJECTS))