Home
last modified time | relevance | path

Searched full:job_priority (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mesa3d/
H A D.gitlab-ci.yml45 JOB_PRIORITY: 50
51 JOB_PRIORITY: 40
57 JOB_PRIORITY: 50
62 JOB_PRIORITY: 50
/aosp_15_r20/external/cronet/net/base/
H A Dprioritized_dispatcher.cc128 Priority job_priority) { in MaybeDispatchJob() argument
129 DCHECK_LT(job_priority, num_priorities()); in MaybeDispatchJob()
130 if (num_running_jobs_ >= max_running_jobs_[job_priority]) in MaybeDispatchJob()
/aosp_15_r20/external/mesa3d/.gitlab-ci/lava/utils/
H A Dconstants.py10 JOB_PRIORITY = int(getenv("JOB_PRIORITY", 75)) variable
H A Dlava_job_definition.py26 from .constants import FORCE_UART, JOB_PRIORITY, NUMBER_OF_ATTEMPTS_LAVA_BOOT
128 "priority": JOB_PRIORITY,
/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/ci/
H A Dgitlab-ci-inc.yml40 JOB_PRIORITY: 40
/aosp_15_r20/external/mesa3d/.gitlab-ci/tests/utils/
H A Dtest_lava_job_definition.py78 # reload lava.utils.constants to update the JOB_PRIORITY value
/aosp_15_r20/external/mesa3d/.gitlab-ci/
H A Dtest-source-dep.yml110 JOB_PRIORITY: 40
/aosp_15_r20/external/mesa3d/src/freedreno/ci/
H A Dgitlab-ci-inc.yml210 JOB_PRIORITY: 40
/aosp_15_r20/external/mesa3d/src/intel/ci/
H A Dgitlab-ci-inc.yml119 JOB_PRIORITY: 40
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_unittest.cc1686 RequestPriority job_priority; in TEST_F() local
1689 &job_priority); in TEST_F()
1691 EXPECT_EQ(DEFAULT_PRIORITY, job_priority); in TEST_F()
1696 EXPECT_EQ(LOW, job_priority); in TEST_F()
1707 RequestPriority job_priority; in TEST_F() local
1710 &job_priority); in TEST_F()
1715 EXPECT_EQ(LOW, job_priority); in TEST_F()
1719 EXPECT_EQ(MEDIUM, job_priority); in TEST_F()
1731 RequestPriority job_priority; in TEST_F() local
1734 &job_priority); in TEST_F()
[all …]