| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
| H A D | JobService.v1_1_0.json | 39 "description": "Cancels all jobs.", 40 …"longDescription": "This action shall cancel all jobs. The service shall transition all jobs to t… 72 …s, represents the properties for the job service itself, and has links to jobs managed by the job … 134 …entCollection`. This property shall only be present if the service supports document-based jobs.", 141 …torCollection`. This property shall only be present if the service supports document-based jobs.", 145 "Jobs": { object 147 "description": "The links to the jobs collection.", 194 "description": "The policy for how document-based jobs are validated.", 195 …"longDescription": "This property shall contain policy for how document-based jobs are validated.", 228 "description": "An indication of whether document-based jobs are supported.", [all …]
|
| /openbmc/qemu/.gitlab-ci.d/ |
| H A D | base.yml | 37 # want jobs to run 40 # Never run jobs upstream on stable branch, staging branch jobs already ran 44 # Never run jobs upstream on tags, staging branch jobs already ran 52 # Cirrus jobs can't run unless the creds / target repo are set 56 # Publishing jobs should only run on the default branch in upstream 60 # Non-publishing jobs should only run on staging branches in upstream 64 # Jobs only intended for forks should always be skipped on upstream 74 # Stage 2: fine tune execution of jobs in specific scenarios 78 # Optional jobs should not be run unless manually triggered 89 # Skipped jobs should not be run unless manually triggered [all …]
|
| H A D | crossbuild-template.yml | 14 - JOBS=$(expr $(nproc) + 1) 34 - make -j"$JOBS" all check-build 39 $MAKE -j"$JOBS" $MAKE_CHECK_ARGS ; 67 - JOBS=$(expr $(nproc) + 1) 80 - make -j"$JOBS" all check-build 85 $MAKE -j"$JOBS" $MAKE_CHECK_ARGS ; 99 - JOBS=$(expr $(nproc) + 1) 114 - make -j"$JOBS" all check-build 119 $MAKE -j"$JOBS" $MAKE_CHECK_ARGS ; 123 # We can still run some tests on some of our cross build jobs. They can add this
|
| H A D | opensbi.yml | 1 # All jobs needing docker-opensbi must use the same rules it uses. 83 - export JOBS=$(($(getconf _NPROCESSORS_ONLN) + 1)) 84 - echo "=== Using ${JOBS} simultaneous jobs ===" 85 - make -j${JOBS} -C roms/opensbi clean 86 …- make -j${JOBS} -C roms opensbi32-generic 2>&1 1>opensbi32-generic-stdout.log | tee -a opensbi32-… 87 - make -j${JOBS} -C roms/opensbi clean 88 …- make -j${JOBS} -C roms opensbi64-generic 2>&1 1>opensbi64-generic-stdout.log | tee -a opensbi64-…
|
| H A D | custom-runners.yml | 1 # The CI jobs defined here require GitLab runners installed and 4 # jobs that are intended to run on GitLab's "shared" runners. 8 # jobs should be capable of running on operating systems with no
|
| H A D | buildtest-template.yml | 13 - JOBS=$(expr $(nproc) + 1) 37 - $MAKE -j"$JOBS" 42 $MAKE -j"$JOBS" $MAKE_CHECK_ARGS ; 128 - JOBS=$(expr $(nproc) + 1) 145 - emmake make -j"$JOBS"
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 264 | 66 jobs = self.vm.qmp('query-block-jobs')['return'] 67 if jobs and jobs[0]['offset'] > 0: 72 self.assertTrue(jobs and jobs[0]['offset'] > 0) # job started 74 jobs = self.vm.qmp('query-block-jobs')['return'] 76 self.assertTrue(jobs) 77 self.assertTrue(jobs[0]['offset'] < jobs[0]['len'])
|
| H A D | 219 | 21 # Check using the job-* QMP commands with block jobs 32 result = vm.qmp('query-jobs') 48 result = vm.qmp('query-jobs') 59 result = vm.qmp('query-jobs') 63 # any further; therefore, the query-jobs result can be 65 iotests.log(vm.qmp('query-jobs')) 82 result = vm.qmp('query-jobs') 93 while vm.qmp('query-jobs')['return'][0]['total-progress'] < img_size: 117 iotests.log(vm.qmp('query-jobs')) 146 iotests.log(vm.qmp('query-jobs')) [all …]
|
| H A D | 056 | 216 res = self.vm.qmp('query-block-jobs') 221 res = self.vm.qmp('query-block-jobs') 225 res = self.vm.qmp('query-block-jobs') 230 res = self.vm.qmp('query-block-jobs') 233 res = self.vm.qmp('query-block-jobs') 237 res = self.vm.qmp('query-block-jobs') 243 res = self.vm.qmp('query-block-jobs') 248 res = self.vm.qmp('query-block-jobs') 258 res = self.vm.qmp('query-block-jobs') 266 res = self.vm.qmp('query-block-jobs') [all …]
|
| H A D | 028 | 124 silent=y qemu_cmd_repeat=20 _send_qemu_cmd $h "info block-jobs" "No active jobs" 125 _send_qemu_cmd $h "info block-jobs" "No active jobs"
|
| H A D | 030 | 101 result = self.vm.qmp('query-block-jobs') 105 result = self.vm.qmp('query-block-jobs') 214 # This way jobs will not finish in the same order they were created 243 # Create all streaming jobs 253 # Do this in reverse: After unthrottling them, some jobs may finish 255 # subgraph, and this will make jobs above them advance (despite those 256 # jobs on top being throttled). In the worst case, all jobs below the 265 # Wait for all jobs to be finished. 326 # blocking the other jobs 444 # Wait for all jobs to be finished. [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/strongswan/strongswan/ |
| H A D | 0002-callback-job-Replace-return_false-in-constructors-wi.patch | 22 src/libstrongswan/processing/jobs/callback_job.c | 10 +++++++++- 23 src/libstrongswan/processing/jobs/callback_job.h | 11 ++++++++++- 27 diff --git a/src/libstrongswan/processing/jobs/callback_job.c b/src/libstrongswan/processing/jobs/c… 29 --- a/src/libstrongswan/processing/jobs/callback_job.c 30 +++ b/src/libstrongswan/processing/jobs/callback_job.c 50 diff --git a/src/libstrongswan/processing/jobs/callback_job.h b/src/libstrongswan/processing/jobs/c… 52 --- a/src/libstrongswan/processing/jobs/callback_job.h 53 +++ b/src/libstrongswan/processing/jobs/callback_job.h
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
| H A D | JobService_v1.xml | 46 …s, represents the properties for the job service itself, and has links to jobs managed by the job … 72 <Annotation Term="OData.Description" String="Cancels all jobs."/> 73 …LongDescription" String="This action shall cancel all jobs. The service shall transition all jobs… 115 …<NavigationProperty Name="Jobs" Type="JobCollection.JobCollection" ContainsTarget="true" Nullable=… 117 <Annotation Term="OData.Description" String="The links to the jobs collection."/> 133 <Annotation Term="OData.Description" String="The maximum number of jobs supported."/> 134 …ongDescription" String="This property shall contain the maximum number of jobs supported by the im… 143 …<Annotation Term="OData.Description" String="An indication of whether scheduling of jobs is suppor… 144 …perty shall indicate whether the `Schedule` property within the job supports scheduling of jobs."/> 208 …<Annotation Term="OData.Description" String="The policy for how document-based jobs are validated.… [all …]
|
| /openbmc/qemu/qapi/ |
| H A D | job.json | 6 # Background jobs 58 # completion. This is used for long-running jobs like mirror that 64 # @waiting: The job is waiting for other jobs in the transaction to 161 # This command also clears the error status for block-jobs (stream, 220 # needs to be run explicitly for jobs that don't have automatic 222 # for jobs that have @auto-dismiss option, which are `drive-backup`, 225 # jobs. 228 # reached its terminal state, CONCLUDED. For jobs that make use of 241 # Instructs all jobs in a transaction (or a single job if it is not 243 # necessary cleanup. This command requires that all involved jobs are [all …]
|
| /openbmc/qemu/docs/devel/testing/ |
| H A D | ci-runners.rst.inc | 1 Jobs on Custom Runners 4 Besides the jobs run under the various CI systems listed before, there 5 are a number additional jobs that will run before an actual merge. 7 other GitLab based CI jobs, but rely on additional systems, not the 12 care of running jobs created by events such as a push to a branch. 16 The GitLab CI jobs definition for the custom runners are located under:: 67 will run jobs. The association between a machine and a GitLab project 97 Tags are very important as they are used to route specific jobs to
|
| H A D | ci-jobs.rst.inc | 65 * QEMU_JOB_nnnn - variables to be defined in individual jobs 71 which jobs get run in a pipeline 74 in stage 1, for use by build jobs in stage 2. Defaults to 147 the jobs to be manually started from the UI 150 the jobs immediately, as was the historical behaviour 162 These variables are primarily to control execution of jobs on 186 The jobs are configured to use "ccache" by default since this typically
|
| /openbmc/openbmc-test-automation/redfish/extended/ |
| H A D | test_basic_ci.robot | 38 # root@witherspoon:~# systemctl list-jobs --no-pager | cat 41 # 1 jobs listed. 44 # root@witherspoon:~# systemctl list-jobs --no-pager | cat 45 # No jobs running. 49 ... systemctl list-jobs --no-pager | cat 50 Should Be Equal As Strings ${stdout} No jobs running.
|
| /openbmc/qemu/include/qemu/ |
| H A D | job.h | 2 * Declarations for background jobs 46 /** The ID of the job. May be NULL for internal jobs. */ 177 /** Element of the list of jobs */ 183 /** Element of the list of jobs in a job transaction */ 211 * is the last job to complete in its transaction, all jobs in the 227 * into the paused state. Paused jobs must not perform any asynchronous 228 * I/O or event loop activity. This callback is used to quiesce jobs. 259 * If the callback is not NULL, prepare will be invoked when all the jobs 269 * If the callback is not NULL, it will be invoked when all the jobs 273 * All jobs will complete with a call to either .commit() or .abort() but [all …]
|
| /openbmc/u-boot/tools/ |
| H A D | genboardscfg.py | 226 def scan_defconfigs(jobs=1): argument 232 jobs: The number of jobs to run simultaneously 244 for i in range(jobs): 245 defconfigs = all_defconfigs[total_boards * i / jobs : 246 total_boards * (i + 1) / jobs] 410 def gen_boards_cfg(output, jobs=1, force=False): argument 415 jobs: The number of jobs to run simultaneously 424 params_list = scan_defconfigs(jobs) 438 parser.add_option('-j', '--jobs', type='int', default=cpu_count, 439 help='the number of jobs to run simultaneously') [all …]
|
| /openbmc/qemu/ |
| H A D | .travis.yml | 47 # We no longer use nproc to calculate jobs: 51 - export JOBS=3 52 - echo "=== Using ${JOBS} simultaneous jobs ===" 61 - BUILD_RC=0 && make -j${JOBS} || BUILD_RC=$? 79 jobs: 153 - BUILD_RC=0 && make -j${JOBS} || BUILD_RC=$?
|
| H A D | job.c | 2 * Background jobs (long-running operations) 50 * job_mutex protects the jobs list, but also makes the 56 static QLIST_HEAD(, Job) jobs = QLIST_HEAD_INITIALIZER(jobs); 86 /* Transactional group of jobs */ 92 /* List of jobs */ 93 QLIST_HEAD(, Job) jobs; 117 QLIST_INIT(&txn->jobs); in job_txn_new() 162 QLIST_INSERT_HEAD(&txn->jobs, job, txn_list); in job_txn_add_job_locked() 191 QLIST_FOREACH_SAFE(other_job, &txn->jobs, txn_list, next) { in job_txn_apply_locked() 348 return QLIST_FIRST(&jobs); in job_next_locked() [all …]
|
| H A D | .gitlab-ci.yml | 9 # To use a different set of jobs than the mainstream QEMU project, 16 # QEMU CI jobs are based on templates. Some templates provide
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | mirror-change-copy-mode | 127 result = self.vm.cmd('query-block-jobs') 132 result = self.vm.cmd('query-block-jobs') 146 result = self.vm.cmd('query-block-jobs') 162 result = self.vm.cmd('query-block-jobs') 168 result = self.vm.cmd('query-block-jobs') 188 while len(self.vm.cmd('query-block-jobs')) > 0:
|
| H A D | iothreads-stream | 60 iotests.log('Starting stream jobs...') 70 # The test is done once both jobs are gone 75 vm.cmd('query-jobs')
|
| /openbmc/qemu/ui/ |
| H A D | vnc-jobs.c | 31 #include "vnc-jobs.h" 41 * - jobs queue lock: for each operation on the queue (push, pop, isEmpty?) 61 QTAILQ_HEAD(, VncJob) jobs; 117 QTAILQ_INSERT_TAIL(&queue->jobs, job, next); in vnc_job_push() 127 QTAILQ_FOREACH(job, &queue->jobs, next) { in vnc_has_job_locked() 240 while (QTAILQ_EMPTY(&queue->jobs) && !queue->exit) { in vnc_worker_thread_loop() 244 job = QTAILQ_FIRST(&queue->jobs); in vnc_worker_thread_loop() 325 QTAILQ_REMOVE(&queue->jobs, job, next); in vnc_worker_thread_loop() 339 QTAILQ_INIT(&queue->jobs); in vnc_queue_init()
|