Searched full:jobs (Results 1 – 25 of 34) sorted by relevance
12
/hal_espressif-3.6.0/tools/ci/python_packages/tiny_test_fw/Utility/ |
D | CIAssignTest.py | 16 Common logic to assign test cases to CI jobs. 20 * Gitlab CI jobs are static in ``.gitlab-ci.yml``. We can't dynamically create test jobs 22 * We have ``assign_test`` stage, will collect cases, and then assign them to correct test jobs 26 * alert user if they forget to add CI jobs and guide how to add test jobs 27 * the last step of ``assign_test`` is to output config files, then test jobs will run these cases 36 4. parse and filter the test jobs from CI config file 37 5. try to assign all groups to jobs according to tags 38 6. output config files for jobs 66 … # But these groups can be assigned to jobs with same tags, as they use the same test environment. 149 Auto assign tests to CI jobs. [all …]
|
/hal_espressif-3.6.0/tools/unit-test-app/ |
D | README.md | 71 …ase attributes, used to select jobs and runners. In the previous example, `psram` tag is generated… 75 …jobs defined in `.gitlab-ci.yml`, according to test environment and tags. For each job, one config… 81 All jobs in `unit_test` stage will run job according to unit test configs. Then unit test jobs will… 83 Unit test jobs will do reset before running each case (because some cases do not cleanup when faile… 89 …jobs at runtime. We must maunally add all jobs to CI config file. To make test running in parallel… 92 Too many test cases vs jobs to run. Please add the following jobs to .gitlab-ci.yml with specific t… 97 … error message in assign test job. In this case, please add the following jobs in `.gitlab-ci.yml`: 114 The naming rule of jobs are `UT` + `job type index` + `job index`. Each combination of tags is a di…
|
/hal_espressif-3.6.0/.gitlab/ci/dependencies/ |
D | dependencies.yml | 14 # Build Jobs # 26 # Specific Build Jobs 53 # Build Test Jobs 78 # Target Test Jobs # 139 # Triggered Only By Labels Jobs #
|
/hal_espressif-3.6.0/tools/ci/python_packages/ |
D | gitlab_api.py | 106 job = self.project.jobs.get(job_id) 124 job = self.project.jobs.get(job_id) 154 …:param job_status: status of job. One pipeline could have multiple jobs with same name after retry. 155 job_status is used to filter these jobs. 156 :return: a list of job IDs (parallel job will generate multiple jobs) 162 jobs = pipeline.jobs.list(all=True) 163 for job in jobs:
|
/hal_espressif-3.6.0/.gitlab/ci/ |
D | README.md | 5 - [What if Expected Jobs ARE NOT Created?](#what-if-expected-jobs-are-not-created) 6 - [MR labels for additional jobs](#mr-labels-for-additional-jobs) 30 ## What if Expected Jobs ARE NOT Created? 36 …run additional tests, currently we have to do this only for `target-test` jobs, please use it as f… 38 ## MR labels for additional jobs 61 There are two general labels (not recommended since these two labels will trigger a lot of jobs)
|
D | target-test.yml | 1 # for parallel jobs, CI_JOB_NAME will be "job_name index/total" (for example, "IT_001 1/2") 400 needs: # the assign already needs all the build jobs 464 needs: # the assign already needs all the build jobs 784 needs: # the assign already needs all the build jobs
|
D | static-code-analysis.yml | 50 # Sonarqube related jobs put here for this reason: 51 # Here we have two jobs. code_quality_check and code_quality_report.
|
D | build.yml | 8 …# Enable ccache for all build jobs. See configure_ci_environment.sh for more ccache related settin… 43 # build-related-pre-check-jobs ------------------------------------------------
|
D | pre_check.yml | 119 - python tools/ci/check_public_headers.py --jobs 4 --prefix xtensa-esp32-elf-
|
/hal_espressif-3.6.0/tools/ci/ |
D | check_artifacts_expire_time.py | 29 print('expire time for jobs:') 37 # skip ignored jobs 50 print('\n\nThe following jobs did not set expire time for its artifacts')
|
D | check_public_headers.py | 92 def __init__(self, verbose=False, jobs=1, prefix=None): argument 96 self.jobs = jobs 110 for i in range(self.jobs): 307 parser.add_argument('--jobs', '-j', help='number of jobs to run checker', default=1, type=int) 328 with PublicHeaderChecker(args.verbose, args.jobs, args.prefix) as header_check:
|
D | setup_python.sh | 6 # Jobs which doesn't support this version should define PYTHON_VER themselves
|
D | find_apps_build_apps.sh | 118 # This part of the script produces the same result for all the build jobs. 120 # It may be moved to a separate stage (pre-build) later, then the build jobs
|
D | configure_ci_environment.sh | 16 # Compiler flags to thoroughly check the IDF code in some CI jobs
|
D | checkout_project_ref.py | 4 # called by CI jobs when it uses a project related to IDF
|
/hal_espressif-3.6.0/.gitlab/merge_request_templates/ |
D | Mixed Template.md | 19 * [ ] All relevant CI jobs have been run, i.e. jobs which cover the code changed by the MR.
|
/hal_espressif-3.6.0/tools/ |
D | build_apps.py | 46 help="Number of parallel build jobs. Note that this script doesn't start the jobs, " +
|
/hal_espressif-3.6.0/.github/workflows/ |
D | release_zips.yml | 8 jobs:
|
D | issue_comment.yml | 6 jobs:
|
D | new_issues.yml | 6 jobs:
|
D | new_prs.yml | 9 jobs:
|
D | python_lint.yml | 10 jobs:
|
/hal_espressif-3.6.0/components/esp_hw_support/include/ |
D | esp_async_memcpy.h | 105 …* @note The callback function is invoked in interrupt context, never do blocking jobs in the callb…
|
/hal_espressif-3.6.0/components/lwip/include/apps/ping/ |
D | ping_sock.h | 121 … - ESP_OK: create ping session successfully, user can take the ping handle to do follow-on jobs
|
/hal_espressif-3.6.0/ |
D | .gitlab-ci.yml | 46 # jobs can overwrite this variable to only fetch submodules they required
|
12