Home
last modified time | relevance | path

Searched refs:graph_config (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/actions/
H A Dregistry.py217 schema(graph_config=graph_config) if callable(schema) else schema
220 trustDomain = graph_config["trust-domain"]
307 for action in _get_actions(graph_config):
334 graph_config = load_graph_config(root)
335 graph_config.register()
336 callbacks = _get_callbacks(graph_config)
355 def _load(graph_config): argument
362 def _get_callbacks(graph_config): argument
363 return _load(graph_config)[0]
366 def _get_actions(graph_config): argument
[all …]
H A Drelease_promotion.py68 def get_flavors(graph_config, param): argument
72 promotion_flavors = graph_config["release-promotion"]["flavors"]
91 schema=lambda graph_config: {
127 "enum": sorted(graph_config["release-promotion"]["flavors"].keys()),
165 "{}".format(get_flavors(graph_config, "version-bump"))
184 "{}".format(get_flavors(graph_config, "partial-updates"))
268 promotion_config = graph_config["release-promotion"]["flavors"][
313 graph_config["project-repo-param-prefix"]
321 previous_graph_ids = [find_decision_task(push_parameters, graph_config)]
367 partner_url_config = get_partner_url_config(parameters, graph_config)
[all …]
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/actions/
H A Dregistry.py216 schema(graph_config=graph_config) if callable(schema) else schema
219 trustDomain = graph_config["trust-domain"]
306 for action in _get_actions(graph_config):
333 graph_config = load_graph_config(root)
334 graph_config.register()
335 callbacks = _get_callbacks(graph_config)
354 def _load(graph_config): argument
361 def _get_callbacks(graph_config): argument
362 return _load(graph_config)[0]
365 def _get_actions(graph_config): argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/actions/
H A Dregistry.py217 schema(graph_config=graph_config) if callable(schema) else schema
220 trustDomain = graph_config["trust-domain"]
307 for action in _get_actions(graph_config):
334 graph_config = load_graph_config(root)
335 graph_config.register()
336 callbacks = _get_callbacks(graph_config)
355 def _load(graph_config): argument
362 def _get_callbacks(graph_config): argument
363 return _load(graph_config)[0]
366 def _get_actions(graph_config): argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/actions/
H A Dregistry.py198 rv['schema'] = schema(graph_config=graph_config) if callable(schema) else schema
246 def render_actions_json(parameters, graph_config): argument
281 for action in _get_actions(graph_config):
307 graph_config = load_graph_config(root)
308 graph_config.register()
309 callbacks = _get_callbacks(graph_config)
325 def _load(graph_config): argument
332 def _get_callbacks(graph_config): argument
333 return _load(graph_config)[0]
336 def _get_actions(graph_config): argument
[all …]
H A Drelease_promotion.py65 def get_flavors(graph_config, param): argument
69 promotion_flavors = graph_config['release-promotion']['flavors']
85 schema=lambda graph_config: {
115 'enum': sorted(graph_config['release-promotion']['flavors'].keys()),
146 '{}'.format(get_flavors(graph_config, 'version-bump'))),
164 '{}'.format(get_flavors(graph_config, 'partial-updates'))),
237 def release_promotion_action(parameters, graph_config, input, task_group_id, task_id): argument
282 head_rev_param = '{}head_rev'.format(graph_config['project-repo-param-prefix'])
289 previous_graph_ids = [find_decision_task(push_parameters, graph_config)]
321 partner_url_config = get_partner_url_config(parameters, graph_config)
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/actions/
H A Dregistry.py156 def action_builder(parameters, graph_config): argument
198 rv['schema'] = schema(graph_config=graph_config) if callable(schema) else schema
282 def render_actions_json(parameters, graph_config): argument
319 for action in _get_actions(graph_config):
348 graph_config = load_graph_config(root)
349 callbacks = _get_callbacks(graph_config)
373 def _load(graph_config): argument
383 def _get_callbacks(graph_config): argument
384 return _load(graph_config)[0]
387 def _get_actions(graph_config): argument
[all …]
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/
H A Dtarget_tasks.py270 def _try_task_config(full_task_graph, parameters, graph_config): argument
279 parameters, full_task_graph, graph_config
340 def target_tasks_try(full_task_graph, parameters, graph_config): argument
434 full_task_graph, parameters, graph_config
460 full_task_graph, parameters, graph_config
501 full_task_graph, parameters, graph_config
601 graph_config,
637 graph_config,
644 graph_config,
937 full_task_graph, parameters, graph_config
[all …]
H A Dgenerator.py43 graph_config = attr.ib(type=GraphConfig) variable in Kind
75 self.graph_config,
95 def load(cls, root_dir, graph_config, kind_name): argument
104 return cls(kind_name, path, config, graph_config)
225 def graph_config(self): member in TaskGraphGenerator
233 def _load_kinds(self, graph_config, target_kind=None): argument
256 graph_config = load_graph_config(self.root_dir)
258 yield ("graph_config", graph_config)
260 graph_config.register()
263 parameters = self._parameters(graph_config)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/
H A Dtarget_tasks.py189 def _try_task_config(full_task_graph, parameters, graph_config): argument
194 def _try_option_syntax(full_task_graph, parameters, graph_config): argument
244 def target_tasks_try(full_task_graph, parameters, graph_config): argument
257 def target_tasks_try_auto(full_task_graph, parameters, graph_config): argument
273 def target_tasks_default(full_task_graph, parameters, graph_config): argument
283 def target_tasks_graphics(full_task_graph, parameters, graph_config): argument
401 full_task_graph, parameters, graph_config,
431 full_task_graph, parameters, graph_config,
436 full_task_graph, parameters, graph_config,
463 def target_tasks_pine(full_task_graph, parameters, graph_config): argument
[all …]
H A Dgenerator.py43 graph_config = attr.ib(type=GraphConfig) variable in Kind
83 def load(cls, root_dir, graph_config, kind_name): argument
92 return cls(kind_name, path, config, graph_config)
206 def graph_config(self): member in TaskGraphGenerator
214 def _load_kinds(self, graph_config): argument
217 yield Kind.load(self.root_dir, graph_config, kind_name)
223 graph_config = load_graph_config(self.root_dir)
225 yield ('graph_config', graph_config)
227 graph_config.register()
230 parameters = self._parameters(graph_config)
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/taskcluster_taskgraph/taskgraph/actions/
H A Dregistry.py203 schema(graph_config=graph_config) if callable(schema) else schema
206 trustDomain = graph_config["trust-domain"]
292 for action in _get_actions(graph_config):
323 graph_config = load_graph_config(root)
324 graph_config.register()
325 callbacks = _get_callbacks(graph_config)
344 def _load(graph_config): argument
354 def _get_callbacks(graph_config): argument
355 return _load(graph_config)[0]
358 def _get_actions(graph_config): argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/
H A Dtarget_tasks.py268 def _try_task_config(full_task_graph, parameters, graph_config):
277 parameters, full_task_graph, graph_config
338 def target_tasks_try(full_task_graph, parameters, graph_config):
432 full_task_graph, parameters, graph_config
458 full_task_graph, parameters, graph_config
499 full_task_graph, parameters, graph_config
647 graph_config,
683 graph_config,
690 graph_config,
975 full_task_graph, parameters, graph_config
[all …]
H A Dgenerator.py44 graph_config = attr.ib(type=GraphConfig) variable in Kind
76 self.graph_config,
97 def load(cls, root_dir, graph_config, kind_name): argument
106 return cls(kind_name, path, config, graph_config)
227 def graph_config(self): member in TaskGraphGenerator
235 def _load_kinds(self, graph_config, target_kind=None): argument
258 graph_config = load_graph_config(self.root_dir)
260 yield ("graph_config", graph_config)
262 graph_config.register()
265 parameters = self._parameters(graph_config)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/
H A Dtarget_tasks.py268 def _try_task_config(full_task_graph, parameters, graph_config): argument
277 parameters, full_task_graph, graph_config
338 def target_tasks_try(full_task_graph, parameters, graph_config): argument
432 full_task_graph, parameters, graph_config
458 full_task_graph, parameters, graph_config
499 full_task_graph, parameters, graph_config
647 graph_config,
683 graph_config,
690 graph_config,
975 full_task_graph, parameters, graph_config
[all …]
H A Dgenerator.py44 graph_config = attr.ib(type=GraphConfig) variable in Kind
76 self.graph_config,
97 def load(cls, root_dir, graph_config, kind_name): argument
106 return cls(kind_name, path, config, graph_config)
227 def graph_config(self): member in TaskGraphGenerator
235 def _load_kinds(self, graph_config, target_kind=None): argument
258 graph_config = load_graph_config(self.root_dir)
260 yield ("graph_config", graph_config)
262 graph_config.register()
265 parameters = self._parameters(graph_config)
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/
H A Dtarget_tasks.py99 def _try_task_config(full_task_graph, parameters, graph_config): argument
104 def _try_option_syntax(full_task_graph, parameters, graph_config): argument
153 def target_tasks_try(full_task_graph, parameters, graph_config): argument
175 def target_tasks_ash(full_task_graph, parameters, graph_config): argument
211 def target_tasks_cedar(full_task_graph, parameters, graph_config): argument
333 full_task_graph, parameters, graph_config,
358 full_task_graph, parameters, graph_config,
363 full_task_graph, parameters, graph_config,
408 full_task_graph, parameters, graph_config,
434 def target_tasks_pine(full_task_graph, parameters, graph_config): argument
[all …]
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/
H A Dgraph.php120 $graph_config,
189 if (isset($graph_config['percent']) && $graph_config['percent'] == '1')
302 $graph_config =
324 return $graph_config;
420 $graph_config,
483 $graph_config,
842 $graph_config,
886 $graph_config =
914 $graph_config,
979 (isset($graph_config['percent']) && $graph_config['percent'] == '1'))
[all …]
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/test/
H A Dconftest.py53 def graph_config(): function
58 def actions_json(graph_config): argument
95 def create(name, extra_config, graph_config): argument
101 return FakeKind(name, "/fake", config, graph_config)
105 def _load_kinds(self, graph_config, target_kind=None): argument
107 yield FakeKind.create(kind_name, cfg, graph_config)
111 graph_config = GraphConfig(
114 graph_config.__dict__["register"] = lambda: None
115 return graph_config
183 graph_config = fake_load_graph_config("/root")
[all …]
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/util/
H A Dworkertypes.py24 def _get(graph_config, alias, level, release_level): argument
47 matches = keymatch(graph_config["workers"]["aliases"], alias)
60 "trust-domain": graph_config["trust-domain"],
71 "trust-domain": graph_config["trust-domain"],
80 def worker_type_implementation(graph_config, worker_type): argument
84 worker_config = _get(graph_config, worker_type, "1", "staging")
88 def get_worker_type(graph_config, worker_type, level, release_level): argument
93 worker_config = _get(graph_config, worker_type, level, release_level)
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/util/
H A Dworkertypes.py25 def _get(graph_config, alias, level, release_level): argument
48 matches = keymatch(graph_config["workers"]["aliases"], alias)
61 "trust-domain": graph_config["trust-domain"],
72 "trust-domain": graph_config["trust-domain"],
81 def worker_type_implementation(graph_config, worker_type): argument
85 worker_config = _get(graph_config, worker_type, "1", "staging")
89 def get_worker_type(graph_config, worker_type, level, release_level): argument
94 worker_config = _get(graph_config, worker_type, level, release_level)
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/util/
H A Dworkertypes.py25 def _get(graph_config, alias, level, release_level): argument
48 matches = keymatch(graph_config["workers"]["aliases"], alias)
61 "trust-domain": graph_config["trust-domain"],
72 "trust-domain": graph_config["trust-domain"],
81 def worker_type_implementation(graph_config, worker_type): argument
85 worker_config = _get(graph_config, worker_type, "1", "staging")
89 def get_worker_type(graph_config, worker_type, level, release_level): argument
94 worker_config = _get(graph_config, worker_type, level, release_level)
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/util/
H A Dworkertypes.py25 def _get(graph_config, alias, level, release_level): argument
48 matches = keymatch(graph_config['workers']['aliases'], alias)
59 "trust-domain": graph_config['trust-domain'], "level": level, "alias": alias,
65 "trust-domain": graph_config['trust-domain'], "level": level, "alias": alias,
71 def worker_type_implementation(graph_config, worker_type): argument
75 worker_config = _get(graph_config, worker_type, '1', 'staging')
79 def get_worker_type(graph_config, worker_type, level, release_level): argument
84 worker_config = _get(graph_config, worker_type, level, release_level)
/dports/www/firefox/firefox-99.0/third_party/python/taskcluster_taskgraph/taskgraph/
H A Dgenerator.py41 graph_config = attr.ib(type=GraphConfig) variable in Kind
73 self.graph_config,
91 def load(cls, root_dir, graph_config, kind_name): argument
100 return cls(kind_name, path, config, graph_config)
221 def graph_config(self): member in TaskGraphGenerator
229 def _load_kinds(self, graph_config, target_kind=None): argument
240 kind = Kind.load(self.root_dir, graph_config, kind_name)
252 graph_config = load_graph_config(self.root_dir)
254 yield ("graph_config", graph_config)
256 graph_config.register()
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/taskcluster_taskgraph/taskgraph/util/
H A Dverify.py26 def __call__(self, graph_name, graph, graph_config): argument
30 verification, scratch_pad=scratch_pad, graph_config=graph_config
33 None, graph, scratch_pad=scratch_pad, graph_config=graph_config
49 def verify_task_graph_symbol(task, taskgraph, scratch_pad, graph_config): argument
80 def verify_trust_domain_v2_routes(task, taskgraph, scratch_pad, graph_config): argument
86 route_prefix = "index.{}.v2".format(graph_config["trust-domain"])
103 def verify_routes_notification_filters(task, taskgraph, scratch_pad, graph_config): argument
130 def verify_dependency_tiers(task, taskgraph, scratch_pad, graph_config): argument
162 def verify_always_optimized(task, taskgraph, scratch_pad, graph_config): argument

12345678910>>...12