Home
last modified time | relevance | path

Searched full:gitlab (Results 1 – 25 of 33) sorted by relevance

12

/hal_espressif-2.7.6/tools/ci/python_packages/
Dgitlab_api.py9 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.yml30 # 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.yaml30 - repo: https://gitlab.com/pycqa/flake8
76 files: '\.gitlab/CODEOWNERS'
/hal_espressif-2.7.6/tools/ci/config/
Dbuild.yml374 …- 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 …]
DREADME.md33 …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://…
Dpost_check.yml1 # copy from .gitlab-ci.yml as anchor is not global
Dassign-test.yml8 # gitlab ci do not support match job with RegEx or wildcard now in dependencies.
/hal_espressif-2.7.6/tools/ci/
Dutils.sh1 # 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
Dconfigure_ci_environment.sh2 # in .gitlab-ci.yml
14 [ -z $CI_COMMIT_REF_NAME ] && echo "This internal script should only be run by a Gitlab CI runner."…
Dci_get_mr_info.py25 from gitlab_api import Gitlab
31 gl = Gitlab(os.getenv('CI_PROJECT_ID', 'espressif/esp-idf'))
Dcheck_codeowners.py27 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:
Dpush_to_github.sh3 # gitlab-ci script to push current tested revision (tag or branch) to github
Dcheck_artifacts_expire_time.py20 GITLAB_CONFIG_FILE = os.path.join(os.getenv('IDF_PATH'), '.gitlab-ci.yml')
Dfind_apps_build_apps.sh21 # Gitlab uses a 1-based index
124 # gitlab-ci configs, and IDFApp.py.
Dci_fetch_submodule.py57 gitlab_inst = gitlab_api.Gitlab()
/hal_espressif-2.7.6/tools/ci/python_packages/tiny_test_fw/Utility/
DCIAssignTest.py18 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.
DGitlabCIJob.py22 Gitlab CI job
24 :param job: job data loaded from .gitlab-ci.yml
D__init__.py42 (if not flush console log, Gitlab-CI won't update logs during job execution)
/hal_espressif-2.7.6/tools/unit-test-app/
DREADME.md75 `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/
Drequirements.txt3 python-gitlab
DIDFAssignTest.py55 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.gitmodules3 url = ssh://git@gitlab.espressif.cn:27227/igrokhotkov/newlib_xtensa-2.2.0.git
/hal_espressif-2.7.6/docs/
Dsanitize_version.py26 Will override the original version with the Gitlab CI CI_COMMIT_REF_NAME environment variable if
/hal_espressif-2.7.6/tools/cmake/
Dgit_submodules.cmake15 # skip submodule check if running on Gitlab CI and job is configured as not clone submodules
/hal_espressif-2.7.6/.gitlab/
DCODEOWNERS3 # 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