Searched full:gitlab (Results 1 – 25 of 33) sorted by relevance
12
/hal_espressif-2.7.6/tools/ci/python_packages/ |
D | gitlab_api.py | 9 import gitlab 12 class Gitlab(object): class 27 … gitlab_id = os.getenv('LOCAL_GITLAB_HTTPS_HOST') # if None, will use the default gitlab server 28 self.gitlab_inst = gitlab.Gitlab.from_config(gitlab_id=gitlab_id, config_files=config_files) 65 :param job_id: Gitlab CI job ID 105 :param job_id: Gitlab CI job ID 117 except gitlab.GitlabGetError as e: 173 except gitlab.GitlabGetError as e: 199 gitlab_inst = Gitlab(args.project_id)
|
/hal_espressif-2.7.6/ |
D | .gitlab-ci.yml | 30 # GitLab-CI environment 32 …# XXX_ATTEMPTS variables (https://docs.gitlab.com/ce/ci/yaml/README.html#job-stages-attempts) are … 61 …TEST_ENV_CONFIG_REPO: "https://gitlab-ci-token:${BOT_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/qa… 62 …CI_AUTO_TEST_SCRIPT_REPO_URL: "https://gitlab-ci-token:${BOT_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_… 88 - echo "Not setting up GitLab key, not fetching submodules, not applying bot filter" 96 - echo "Not setting up GitLab key, not fetching submodules"
|
D | .pre-commit-config.yaml | 30 - repo: https://gitlab.com/pycqa/flake8 76 files: '\.gitlab/CODEOWNERS'
|
/hal_espressif-2.7.6/tools/ci/config/ |
D | build.yml | 374 …- if [ -n "$LOCAL_GITLAB_HTTPS_HOST" ]; then export LOCAL_CI_REPOSITORY_URL="https://gitlab-ci-tok… 379 …WD/examples/get-started/blink into the container, see https://gitlab.com/gitlab-org/gitlab-ce/issu… 497 -Dsonar.gitlab.project_id=$CI_PROJECT_ID 498 -Dsonar.gitlab.commit_sha=$CI_MR_COMMITS 499 -Dsonar.gitlab.ref_name=$CI_COMMIT_REF_NAME 500 -Dsonar.gitlab.failure_notification_mode=exit-code 504 -Dsonar.gitlab.ci_merge_request_iid=$CI_MR_IID 505 -Dsonar.gitlab.merge_request_discussion=true 521 -Dsonar.gitlab.project_id=$CI_PROJECT_ID 522 -Dsonar.gitlab.commit_sha=$CI_COMMIT_SHA [all …]
|
D | README.md | 33 …g-rules).For detail information, please refer to [GitLab Documentation `rules-if`](https://docs.gi… 49 …rite the condition clause, please refer to [GitLab Documentation `only/except (advanced)](https://…
|
D | post_check.yml | 1 # copy from .gitlab-ci.yml as anchor is not global
|
D | assign-test.yml | 8 # gitlab ci do not support match job with RegEx or wildcard now in dependencies.
|
/hal_espressif-2.7.6/tools/ci/ |
D | utils.sh | 1 # Modified from https://gitlab.com/gitlab-org/gitlab/-/blob/master/scripts/utils.sh 19 echo -e "Host gitlab.espressif.cn\n\tStrictHostKeyChecking no\n" >>~/.ssh/config 21 # For gitlab geo nodes
|
D | configure_ci_environment.sh | 2 # in .gitlab-ci.yml 14 [ -z $CI_COMMIT_REF_NAME ] && echo "This internal script should only be run by a Gitlab CI runner."…
|
D | ci_get_mr_info.py | 25 from gitlab_api import Gitlab 31 gl = Gitlab(os.getenv('CI_PROJECT_ID', 'espressif/esp-idf'))
|
D | check_codeowners.py | 27 CODEOWNERS_PATH = os.path.join(IDF_PATH, '.gitlab', 'CODEOWNERS') 45 …# Replicates the logic from normalize_pattern function in Gitlab ee/lib/gitlab/code_owners/file.rb:
|
D | push_to_github.sh | 3 # gitlab-ci script to push current tested revision (tag or branch) to github
|
D | check_artifacts_expire_time.py | 20 GITLAB_CONFIG_FILE = os.path.join(os.getenv('IDF_PATH'), '.gitlab-ci.yml')
|
D | find_apps_build_apps.sh | 21 # Gitlab uses a 1-based index 124 # gitlab-ci configs, and IDFApp.py.
|
D | ci_fetch_submodule.py | 57 gitlab_inst = gitlab_api.Gitlab()
|
/hal_espressif-2.7.6/tools/ci/python_packages/tiny_test_fw/Utility/ |
D | CIAssignTest.py | 18 Some background knowledge about Gitlab CI and use flow in esp-idf: 20 * Gitlab CI jobs are static in ``.gitlab-ci.yml``. We can't dynamically create test jobs 149 :param ci_config_file: path of ``.gitlab-ci.yml`` 174 # Gitlab don't allow to set parallel to 1.
|
D | GitlabCIJob.py | 22 Gitlab CI job 24 :param job: job data loaded from .gitlab-ci.yml
|
D | __init__.py | 42 (if not flush console log, Gitlab-CI won't update logs during job execution)
|
/hal_espressif-2.7.6/tools/unit-test-app/ |
D | README.md | 75 `assign_test` job will try to assign all cases to test jobs defined in `.gitlab-ci.yml`, according … 89 Gitlab CI do not support create jobs at runtime. We must maunally add all jobs to CI config file. T… 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`:
|
/hal_espressif-2.7.6/tools/ci/python_packages/ttfw_idf/ |
D | requirements.txt | 3 python-gitlab
|
D | IDFAssignTest.py | 55 gitlab_inst = gitlab_api.Gitlab(project_id) 317 parser.add_argument('-c', '--config', help='gitlab ci config file')
|
/hal_espressif-2.7.6/components/newlib/ |
D | .gitmodules | 3 url = ssh://git@gitlab.espressif.cn:27227/igrokhotkov/newlib_xtensa-2.2.0.git
|
/hal_espressif-2.7.6/docs/ |
D | sanitize_version.py | 26 Will override the original version with the Gitlab CI CI_COMMIT_REF_NAME environment variable if
|
/hal_espressif-2.7.6/tools/cmake/ |
D | git_submodules.cmake | 15 # skip submodule check if running on Gitlab CI and job is configured as not clone submodules
|
/hal_espressif-2.7.6/.gitlab/ |
D | CODEOWNERS | 3 # https://docs.gitlab.com/ee/user/project/code_owners.html#the-syntax-of-code-owners-files 50 /.gitlab-ci.yml @esp-idf-codeowners/ci
|
12