Home
last modified time | relevance | path

Searched refs:stepid (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/data/
H A Dsteps.py112 stepid = types.Integer() variable in Step.EntityType
127 def generateEvent(self, stepid, event): argument
136 yield self.generateEvent(stepid, 'new')
137 return (stepid, num, name)
141 def startStep(self, stepid): argument
142 yield self.master.db.steps.startStep(stepid=stepid)
149 stepid=stepid, state_string=state_string)
154 def addStepURL(self, stepid, name, url): argument
156 stepid=stepid, name=name, url=url)
161 def finishStep(self, stepid, results, hidden): argument
[all …]
H A Dlogs.py59 stepid = yield self.getStepid(kwargs)
60 if stepid is None:
63 dbdict = yield self.master.db.logs.getLogBySlug(stepid,
83 stepid = yield self.getStepid(kwargs)
84 if not stepid:
86 logs = yield self.master.db.logs.getLogs(stepid=stepid)
109 stepid = types.Integer() variable in Log.EntityType
124 def addLog(self, stepid, name, type): argument
129 stepid=stepid, name=name, slug=slug, type=type)
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sstat/
H A Dsstat.c133 jobid, stepid); in _do_stat()
136 jobid, stepid, slurm_strerror(rc)); in _do_stat()
150 step.stepid = stepid; in _do_stat()
262 uint32_t stepid = NO_VAL; in main() local
281 if (selected_step->stepid == SSTAT_BATCH_STEP) { in main()
295 stepid = SLURM_BATCH_SCRIPT; in main()
313 stepid = SLURM_EXTERN_CONT; in main()
316 } else if (selected_step->stepid != NO_VAL) { in main()
317 stepid = selected_step->stepid; in main()
368 stepid = step_info->step_id; in main()
[all …]
H A Doptions.c186 selected_step->stepid = NO_VAL; in _addto_job_list()
192 selected_step->stepid = in _addto_job_list()
196 selected_step->stepid = in _addto_job_list()
199 selected_step->stepid = in _addto_job_list()
224 && (curr_step->stepid in _addto_job_list()
226 stepid)) in _addto_job_list()
253 selected_step->stepid = NO_VAL; in _addto_job_list()
258 selected_step->stepid = in _addto_job_list()
261 selected_step->stepid = in _addto_job_list()
284 && (curr_step->stepid in _addto_job_list()
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/fakedb/
H A Dsteps.py73 if stepid is not None:
74 row = self.steps.get(stepid)
136 def startStep(self, stepid): argument
137 b = self.steps.get(stepid)
142 def setStepStateString(self, stepid, state_string): argument
145 b = self.steps.get(stepid)
150 def addURL(self, stepid, name, url, _racehook=None): argument
151 validation.verifyType(self.t, 'stepid', stepid,
157 b = self.steps.get(stepid)
166 def finishStep(self, stepid, results, hidden): argument
[all …]
H A Dlogs.py30 def __init__(self, id=None, name='log29', slug='log29', stepid=None, complete=0, num_lines=0, argument
32 super().__init__(id=id, name=name, slug=slug, stepid=stepid, complete=complete,
78 stepid=row['stepid'],
91 def getLogBySlug(self, stepid, slug): argument
94 if row['slug'] == slug and row['stepid'] == stepid:
100 def getLogs(self, stepid=None): argument
104 if row['stepid'] == stepid])
113 def addLog(self, stepid, name, slug, type): argument
115 self.logs[id] = dict(id=id, stepid=stepid,
H A Dtest_result_sets.py30 def __init__(self, id=None, builderid=None, buildid=None, stepid=None, description=None, argument
33 super().__init__(id=id, builderid=builderid, buildid=buildid, stepid=stepid,
48 def addTestResultSet(self, builderid, buildid, stepid, description, category, value_unit): argument
54 'stepid': stepid,
76 def getTestResultSets(self, builderid, buildid=None, stepid=None, complete=None, argument
84 if stepid is not None and row['stepid'] != stepid:
/dports/www/moodle39/moodle/admin/tool/usertours/classes/
H A Dhelper.php58 * @param int $stepid The step ID.
66 if ($stepid) {
68 $link->param('id', $stepid);
99 * @param int $stepid The step ID.
108 $link->param('id', $stepid);
289 * @param int $stepid The ID of the step to display.
292 public static function get_delete_step_link($stepid) { argument
295 'id' => $stepid,
484 * @param int $stepid The id of the step to fetch.
487 public static function get_step($stepid) { argument
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/jobacct_gather/cgroup/
H A Djobacct_gather_cgroup_memory.c193 uint32_t stepid; in jobacct_gather_cgroup_memory_attach_task() local
204 stepid = job->stepid; in jobacct_gather_cgroup_memory_attach_task()
217 __func__, jobid, stepid, taskid, max_task_id); in jobacct_gather_cgroup_memory_attach_task()
250 if (stepid == SLURM_BATCH_SCRIPT) { in jobacct_gather_cgroup_memory_attach_task()
253 } else if (stepid == SLURM_EXTERN_CONT) { in jobacct_gather_cgroup_memory_attach_task()
259 job_cgroup_path, stepid); in jobacct_gather_cgroup_memory_attach_task()
264 jobid, stepid); in jobacct_gather_cgroup_memory_attach_task()
358 "memory cgroup", jobid, stepid); in jobacct_gather_cgroup_memory_attach_task()
368 "%u.%u memory cgroup", jobid, stepid); in jobacct_gather_cgroup_memory_attach_task()
397 jobid, stepid, taskid); in jobacct_gather_cgroup_memory_attach_task()
[all …]
H A Djobacct_gather_cgroup_cpuacct.c183 uint32_t stepid; in jobacct_gather_cgroup_cpuacct_attach_task() local
194 stepid = job->stepid; in jobacct_gather_cgroup_cpuacct_attach_task()
207 __func__, jobid, stepid, taskid, max_task_id); in jobacct_gather_cgroup_cpuacct_attach_task()
240 if (stepid == SLURM_BATCH_SCRIPT) { in jobacct_gather_cgroup_cpuacct_attach_task()
243 } else if (stepid == SLURM_EXTERN_CONT) { in jobacct_gather_cgroup_cpuacct_attach_task()
249 job_cgroup_path, stepid); in jobacct_gather_cgroup_cpuacct_attach_task()
254 jobid, stepid); in jobacct_gather_cgroup_cpuacct_attach_task()
345 "cpuacct cgroup", jobid, stepid); in jobacct_gather_cgroup_cpuacct_attach_task()
355 "%u.%u cpuacct cgroup", jobid, stepid); in jobacct_gather_cgroup_cpuacct_attach_task()
383 "task %u cpuacct cgroup", jobid, stepid, taskid); in jobacct_gather_cgroup_cpuacct_attach_task()
[all …]
/dports/www/moodle310/moodle/admin/tool/usertours/classes/
H A Dhelper.php60 * @param int $stepid The step ID.
68 if ($stepid) {
70 $link->param('id', $stepid);
101 * @param int $stepid The step ID.
110 $link->param('id', $stepid);
291 * @param int $stepid The ID of the step to display.
294 public static function get_delete_step_link($stepid) { argument
297 'id' => $stepid,
486 * @param int $stepid The id of the step to fetch.
489 public static function get_step($stepid) { argument
[all …]
/dports/www/moodle311/moodle/admin/tool/usertours/classes/
H A Dhelper.php60 * @param int $stepid The step ID.
68 if ($stepid) {
70 $link->param('id', $stepid);
101 * @param int $stepid The step ID.
110 $link->param('id', $stepid);
291 * @param int $stepid The ID of the step to display.
294 public static function get_delete_step_link($stepid) { argument
297 'id' => $stepid,
486 * @param int $stepid The id of the step to fetch.
489 public static function get_step($stepid) { argument
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmd/slurmstepd/
H A Dreq.c300 job->jobid, job->stepid); in msg_thr_create()
764 job->jobid, job->stepid); in _handle_signal_container()
860 job->jobid, job->stepid); in _handle_signal_container()
990 job->jobid, job->stepid); in _handle_terminate()
993 job->jobid, job->stepid); in _handle_terminate()
1115 job->jobid, job->stepid); in _handle_pid_in_container()
1513 job->jobid, job->stepid); in _handle_suspend()
1519 job->jobid, job->stepid); in _handle_suspend()
1584 job->jobid, job->stepid); in _handle_resume()
1627 job->jobid, job->stepid); in _handle_completion()
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/db/
H A Dtest_result_sets.py33 def addTestResultSet(self, builderid, buildid, stepid, description, category, value_unit): argument
41 'stepid': stepid,
69 def getTestResultSets(self, builderid, buildid=None, stepid=None, complete=None, argument
76 if stepid is not None:
77 q = q.where(sets_table.c.stepid == stepid)
112 stepid=row.stepid,
H A Dsteps.py32 def getStep(self, stepid=None, buildid=None, number=None, name=None): argument
34 if stepid is not None:
35 wc = (tbl.c.id == stepid)
116 def startStep(self, stepid): argument
121 q = tbl.update(whereclause=(tbl.c.id == stepid))
126 def setStepStateString(self, stepid, state_string): argument
129 q = tbl.update(whereclause=(tbl.c.id == stepid))
133 def addURL(self, stepid, name, url, _racehook=None): argument
148 wc = (tbl.c.id == stepid)
167 def finishStep(self, stepid, results, hidden): argument
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/spec/types/
H A Dstep.raml20 :returns: (stepid, number, name) via Deferred
26 .. py:method:: startStep(stepid)
28 :param integer stepid: the step to modify
32 .. py:method:: setStepStateString(stepid, state_string)
34 :param integer stepid: the step to modify
39 .. py:method:: addStepURL(stepid, name, url):
41 :param integer stepid: the step to modify
49 .. py:method:: finishStep(stepid, results, hidden)
51 :param integer stepid: the step to modify
58 stepid:
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dstepd_api.c159 uint32_t jobid, uint32_t stepid) in _step_connect() argument
196 if (stepid == SLURM_BATCH_SCRIPT) in _step_connect()
232 uint32_t jobid, uint32_t stepid, in _stepd_connect_legacy() argument
311 uint32_t jobid, uint32_t stepid, in stepd_connect() argument
602 uint32_t *jobid, uint32_t *stepid) in _sockname_regex() argument
620 *stepid = (uint32_t)atoll(match); in _sockname_regex()
683 uint32_t jobid, stepid; in stepd_available() local
691 loc->stepid = stepid; in stepd_available()
735 uint32_t jobid, stepid; in stepd_cleanup_sockets() local
744 jobid, stepid); in stepd_cleanup_sockets()
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/syb-0.7.2.1/tests/
H A DWhere.hs86 stepid (T1a 42) = T1a 88 function
87 stepid x = x function
109 result1 = everywhere (mkT stepid) term42 -- rewrites term accordingly
110 result2 = everywhere (mkT stepid) term37 -- preserves term without notice
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/syb-0.7.2.1/tests/
H A DWhere.hs86 stepid (T1a 42) = T1a 88 function
87 stepid x = x function
109 result1 = everywhere (mkT stepid) term42 -- rewrites term accordingly
110 result2 = everywhere (mkT stepid) term37 -- preserves term without notice
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/syb-0.7.1/tests/
H A DWhere.hs86 stepid (T1a 42) = T1a 88 function
87 stepid x = x function
109 result1 = everywhere (mkT stepid) term42 -- rewrites term accordingly
110 result2 = everywhere (mkT stepid) term37 -- preserves term without notice
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/syb-0.7.1/tests/
H A DWhere.hs86 stepid (T1a 42) = T1a 88 function
87 stepid x = x function
109 result1 = everywhere (mkT stepid) term42 -- rewrites term accordingly
110 result2 = everywhere (mkT stepid) term37 -- preserves term without notice
/dports/devel/hs-mueval/mueval-0.9.3/_cabal_deps/syb-0.7.1/tests/
H A DWhere.hs86 stepid (T1a 42) = T1a 88 function
87 stepid x = x function
109 result1 = everywhere (mkT stepid) term42 -- rewrites term accordingly
110 result2 = everywhere (mkT stepid) term37 -- preserves term without notice
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/syb-0.7.1/tests/
H A DWhere.hs86 stepid (T1a 42) = T1a 88 function
87 stepid x = x function
109 result1 = everywhere (mkT stepid) term42 -- rewrites term accordingly
110 result2 = everywhere (mkT stepid) term37 -- preserves term without notice
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/syb-0.7.2.1/tests/
H A DWhere.hs86 stepid (T1a 42) = T1a 88 function
87 stepid x = x function
109 result1 = everywhere (mkT stepid) term42 -- rewrites term accordingly
110 result2 = everywhere (mkT stepid) term37 -- preserves term without notice
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/syb-0.7.2.1/tests/
H A DWhere.hs86 stepid (T1a 42) = T1a 88 function
87 stepid x = x function
109 result1 = everywhere (mkT stepid) term42 -- rewrites term accordingly
110 result2 = everywhere (mkT stepid) term37 -- preserves term without notice

123456789