/api/v4/projects/:id/pipeline API does not pass variables to pipeline
Summary
We was trying to integrate Allure TestOps with GitLab and every Allure launch that should trigger Gitlab pipeline fails on Gitlab side with http/400.
I figured out that Allure uses /api/v4/projects/:id/pipeline to trigger pipeline.
Our pipeline that is triggering by Allure has jobs with rules based on env variables and pipeline fails with no jobs to trigger.
Thus it appears that /api/v4/projects/:id/pipeline API does not pass variables to pipeline.
Steps to reproduce
- Create repo with dump .gitlab-ci like
variables:
TEST_MARK: ""
TEST_ENV: ""
stages:
- test
test-job:
stage: test
script:
- env
- Trigger pipeline with
curl --request POST --header "PRIVATE-TOKEN: glpat-*******" -d "{'variables':[{'key': 'TEST_MARK', 'value': 'some var','variable_type': 'env_var'},{'key': 'TEST_ENV', 'value': 'test_env_val', 'variable_type': 'env_var'}]}" 'https://gitlab.com/api/v4/projects/37491537/pipeline?ref=main'
- See job logs with empty values for TEST_MARK and TEST_ENV
Example Project
https://gitlab.com/ii343hbka/pstore
What is the current bug behavior?
As described at Steps to reproduce
What is the expected correct behavior?
We should be able to see variables passed at API call.
Relevant logs and/or screenshots
A pipeline triggered via web with TEST_MARK set to 'web based call' (see CI_PIPELINE_SOURCE and TEST_MARK). See empty TEST_MARK.
[0KRunning with gitlab-runner 15.2.0~beta.17.g34ae4a68 (34ae4a68)[0;m [0K on blue-2.shared.runners-manager.gitlab.com/default XxUrkriX[0;m section_start:1658570535:prepare_executor [0K[0K[36;1mPreparing the "docker+machine" executor[0;m[0;m [0KUsing Docker executor with image ruby:2.5 ...[0;m [0KPulling docker image ruby:2.5 ...[0;m [0KUsing docker image sha256:27d049ce98db4e55ddfaec6cd98c7c9cfd195bc7e994493776959db33522383b for ruby:2.5 with digest ruby@sha256:ecc3e4f5da13d881a415c9692bb52d2b85b090f38f4ad99ae94f932b3598444b ...[0;m section_end:1658570544:prepare_executor [0Ksection_start:1658570544:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on runner-xxurkrix-project-37491537-concurrent-0 via runner-xxurkrix-shared-1658570499-c3c8f301... section_end:1658570544:prepare_script [0Ksection_start:1658570544:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1m$ eval "$CI_PRE_CLONE_SCRIPT"[0;m [32;1mFetching changes with git depth set to 20...[0;m Initialized empty Git repository in /builds/ii343hbka/pstore/.git/ [32;1mCreated fresh repository.[0;m [32;1mChecking out 64e58f3f as main...[0;m[32;1mSkipping Git submodules setup[0;m section_end:1658570546:get_sources [0Ksection_start:1658570546:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [0KUsing docker image sha256:27d049ce98db4e55ddfaec6cd98c7c9cfd195bc7e994493776959db33522383b for ruby:2.5 with digest ruby@sha256:ecc3e4f5da13d881a415c9692bb52d2b85b090f38f4ad99ae94f932b3598444b ...[0;m [32;1m$ env[0;m CI_PROJECT_NAMESPACE=ii343hbka GITLAB_USER_ID=3624169 CI_RUNNER_VERSION=15.2.0~beta.17.g34ae4a68 FF_SKIP_NOOP_BUILD_STAGES=true CI_SERVER_NAME=GitLab CI_RUNNER_DESCRIPTION=2-blue.shared.runners-manager.gitlab.com/default GITLAB_USER_EMAIL=iie4ehbka@live.ru CI_SERVER_REVISION=c3fd281521e FF_USE_WINDOWS_LEGACY_PROCESS_STRATEGY=true CI_RUNNER_EXECUTABLE_ARCH=linux/amd64 CI_REGISTRY_USER=gitlab-ci-token CI_API_V4_URL=https://gitlab.com/api/v4 CI_REGISTRY_PASSWORD=[MASKED] CI_JOB_NAME=test-job HOSTNAME=runner-xxurkrix-project-37491537-concurrent-0 GITLAB_USER_LOGIN=ii343hbka CI_PROJECT_NAME=pstore CI_PIPELINE_SOURCE=web CI_BUILD_REF_NAME=main CI_JOB_STATUS=running CI_PIPELINE_ID=595043637 CI_BUILD_REF_SLUG=main CI_COMMIT_REF_SLUG=main CI_SERVER=yes RUBY_DOWNLOAD_SHA256=a87f2fa901408cc77652c1a55ff976695bbe54830ff240e370039eca14b358f0 CI_COMMIT_SHORT_SHA=64e58f3f FF_CMD_DISABLE_DELAYED_ERROR_LEVEL_EXPANSION=false CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX=gitlab.com:443/ii343hbka/dependency_proxy/containers RUBY_VERSION=2.5.9 PWD=/builds/ii343hbka/pstore CI_RUNNER_TAGS=gce, east-c, linux, ruby, mysql, postgres, mongo, git-annex, shared, docker CI_PROJECT_PATH=ii343hbka/pstore FF_USE_NEW_BASH_EVAL_STRATEGY=false CI_SERVER_TLS_CA_FILE=/builds/ii343hbka/pstore.tmp/CI_SERVER_TLS_CA_FILE CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX=gitlab.com:443/ii343hbka/dependency_proxy/containers BUNDLE_APP_CONFIG=/usr/local/bundle RUBY_MAJOR=2.5 CI_COMMIT_REF_PROTECTED=true FF_USE_POWERSHELL_PATH_RESOLVER=false CI_SERVER_VERSION_MINOR=3 CI_COMMIT_SHA=64e58f3fb02ffb93cbbbda5eba8ef71c2d8fd069 HOME=/root FF_NETWORK_PER_BUILD=false LANG=C.UTF-8 CI_DEPENDENCY_PROXY_PASSWORD=[MASKED] CI_PROJECT_VISIBILITY=public CI_CONCURRENT_PROJECT_ID=0 FF_SCRIPT_SECTIONS=false CI_COMMIT_MESSAGE=Update .gitlab-ci.yml file DOCKER_TLS_CERTDIR= CI_JOB_JWT_V1=[MASKED] CI_JOB_JWT_V2=[MASKED] CI_BUILD_NAME=test-job FF_USE_DIRECT_DOWNLOAD=true CI_PAGES_DOMAIN=gitlab.io CI_SERVER_VERSION=15.3.0-pre CI_REGISTRY=registry.gitlab.com CI_SERVER_PORT=443 BUNDLE_SILENCE_ROOT_WARNING=1 FF_USE_IMPROVED_URL_MASKING=false CI_PAGES_URL=https://ii343hbka.gitlab.io/pstore CI_PIPELINE_IID=3 CI_REPOSITORY_URL=https://gitlab-ci-token:[MASKED]@gitlab.com/ii343hbka/pstore.git CI_SERVER_URL=https://gitlab.com FF_ENABLE_BASH_EXIT_CODE_CHECK=false GITLAB_FEATURES=elastic_search,ldap_group_sync,multiple_ldap_servers,seat_link,usage_quotas,repository_size_limit,admin_audit_log,auditor_user,custom_file_templates,custom_project_templates,db_load_balancing,default_branch_protection_restriction_in_groups,extended_audit_events,external_authorization_service_api_management,geo,ldap_group_sync_filter,object_storage,pages_size_limit,password_complexity,project_aliases,enterprise_templates,git_abuse_rate_limit,required_ci_templates,runner_maintenance_note,runner_upgrade_management CI_COMMIT_DESCRIPTION= CI_JOB_STAGE=test CI_PIPELINE_URL=https://gitlab.com/ii343hbka/pstore/-/pipelines/595043637 CI_DEFAULT_BRANCH=main GEM_HOME=/usr/local/bundle CI_BUILD_REF=64e58f3fb02ffb93cbbbda5eba8ef71c2d8fd069 CI_SERVER_VERSION_PATCH=0 CI_COMMIT_TITLE=Update .gitlab-ci.yml file TEST_ENV= CI_PROJECT_ROOT_NAMESPACE=ii343hbka FF_ENABLE_JOB_CLEANUP=false GITLAB_USER_NAME=Denis B CI_PROJECT_DIR=/builds/ii343hbka/pstore TEST_MARK=web based call SHLVL=1 CI_RUNNER_ID=12270831 CI_PIPELINE_CREATED_AT=2022-07-23T10:02:04Z CI_COMMIT_TIMESTAMP=2022-07-22T17:27:25+00:00 CI_DISPOSABLE_ENVIRONMENT=true CI_JOB_JWT=[MASKED] CI_REGISTRY_IMAGE=registry.gitlab.com/ii343hbka/pstore CI_BUILD_ID=2760809728 CI_SERVER_PROTOCOL=https CI_COMMIT_AUTHOR=Denis B iie4ehbka@live.ru FF_POSIXLY_CORRECT_ESCAPES=false CI_COMMIT_REF_NAME=main CI_SERVER_HOST=gitlab.com CI_JOB_URL=https://gitlab.com/ii343hbka/pstore/-/jobs/2760809728 CI_JOB_TOKEN=[MASKED] CI_JOB_STARTED_AT=2022-07-23T10:02:15Z CI_CONCURRENT_ID=102 CI_BUILD_TOKEN=[MASKED] CI_PROJECT_DESCRIPTION= CI_COMMIT_BRANCH=main CI_PROJECT_CLASSIFICATION_LABEL= FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY=false CI_RUNNER_REVISION=34ae4a68 CI_BUILD_BEFORE_SHA=0000000000000000000000000000000000000000 FF_KUBERNETES_HONOR_ENTRYPOINT=false FF_USE_NEW_SHELL_ESCAPE=false CI_DEPENDENCY_PROXY_USER=gitlab-ci-token FF_USE_DYNAMIC_TRACE_FORCE_SEND_INTERVAL=false FF_DISABLE_UMASK_FOR_DOCKER_EXECUTOR=false CI_PROJECT_PATH_SLUG=ii343hbka-pstore CI_NODE_TOTAL=1 CI_BUILDS_DIR=/builds CI_JOB_ID=2760809728 CI_PROJECT_REPOSITORY_LANGUAGES=python,mako,dockerfile PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CI_PROJECT_ID=37491537 CI=true GITLAB_CI=true RUBYGEMS_VERSION=3.0.3 CI_COMMIT_BEFORE_SHA=0000000000000000000000000000000000000000 CI_PROJECT_TITLE=pstore CI_SERVER_VERSION_MAJOR=15 CI_CONFIG_PATH=.gitlab-ci.yml FF_USE_FASTZIP=false CI_BUILD_STAGE=test CI_DEPENDENCY_PROXY_SERVER=gitlab.com:443 DOCKER_DRIVER=overlay2 CI_PROJECT_URL=https://gitlab.com/ii343hbka/pstore OLDPWD=/ _=/usr/bin/env section_end:1658570547:step_script [0Ksection_start:1658570547:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1658570547:cleanup_file_variables [0K[32;1mJob succeeded[0;m
A pipeline triggered via API call with same variables set as at **Steps to reproduce#3** See empty TEST_MARK and TEST_ENV successfully passed.
[0KRunning with gitlab-runner 15.2.0~beta.17.g34ae4a68 (34ae4a68)[0;m [0K on blue-3.shared.runners-manager.gitlab.com/default zxwgkjAP[0;m section_start:1658510983:prepare_executor [0K[0K[36;1mPreparing the "docker+machine" executor[0;m[0;m [0KUsing Docker executor with image ruby:2.5 ...[0;m [0KPulling docker image ruby:2.5 ...[0;m [0KUsing docker image sha256:27d049ce98db4e55ddfaec6cd98c7c9cfd195bc7e994493776959db33522383b for ruby:2.5 with digest ruby@sha256:ecc3e4f5da13d881a415c9692bb52d2b85b090f38f4ad99ae94f932b3598444b ...[0;m section_end:1658510989:prepare_executor [0Ksection_start:1658510989:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on runner-zxwgkjap-project-37491537-concurrent-0 via runner-zxwgkjap-shared-1658510938-39dfc227... section_end:1658510989:prepare_script [0Ksection_start:1658510989:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1m$ eval "$CI_PRE_CLONE_SCRIPT"[0;m [32;1mFetching changes with git depth set to 20...[0;m Initialized empty Git repository in /builds/ii343hbka/pstore/.git/ [32;1mCreated fresh repository.[0;m [32;1mChecking out 64e58f3f as main...[0;m[32;1mSkipping Git submodules setup[0;m section_end:1658510991:get_sources [0Ksection_start:1658510991:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [0KUsing docker image sha256:27d049ce98db4e55ddfaec6cd98c7c9cfd195bc7e994493776959db33522383b for ruby:2.5 with digest ruby@sha256:ecc3e4f5da13d881a415c9692bb52d2b85b090f38f4ad99ae94f932b3598444b ...[0;m [32;1m$ env[0;m CI_PROJECT_NAMESPACE=ii343hbka GITLAB_USER_ID=3624169 CI_RUNNER_VERSION=15.2.0~beta.17.g34ae4a68 FF_SKIP_NOOP_BUILD_STAGES=true CI_SERVER_NAME=GitLab CI_RUNNER_DESCRIPTION=3-blue.shared.runners-manager.gitlab.com/default GITLAB_USER_EMAIL=iie4ehbka@live.ru CI_SERVER_REVISION=c3fd281521e FF_USE_WINDOWS_LEGACY_PROCESS_STRATEGY=true CI_RUNNER_EXECUTABLE_ARCH=linux/amd64 CI_REGISTRY_USER=gitlab-ci-token CI_API_V4_URL=https://gitlab.com/api/v4 CI_REGISTRY_PASSWORD=[MASKED] CI_JOB_NAME=test-job HOSTNAME=runner-zxwgkjap-project-37491537-concurrent-0 GITLAB_USER_LOGIN=ii343hbka CI_PROJECT_NAME=pstore CI_PIPELINE_SOURCE=api CI_BUILD_REF_NAME=main CI_JOB_STATUS=running CI_PIPELINE_ID=594709620 CI_BUILD_REF_SLUG=main CI_COMMIT_REF_SLUG=main CI_SERVER=yes RUBY_DOWNLOAD_SHA256=a87f2fa901408cc77652c1a55ff976695bbe54830ff240e370039eca14b358f0 CI_COMMIT_SHORT_SHA=64e58f3f FF_CMD_DISABLE_DELAYED_ERROR_LEVEL_EXPANSION=false CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX=gitlab.com:443/ii343hbka/dependency_proxy/containers RUBY_VERSION=2.5.9 PWD=/builds/ii343hbka/pstore CI_RUNNER_TAGS=gce, east-c, linux, ruby, mysql, postgres, mongo, git-annex, shared, docker CI_PROJECT_PATH=ii343hbka/pstore FF_USE_NEW_BASH_EVAL_STRATEGY=false CI_SERVER_TLS_CA_FILE=/builds/ii343hbka/pstore.tmp/CI_SERVER_TLS_CA_FILE CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX=gitlab.com:443/ii343hbka/dependency_proxy/containers BUNDLE_APP_CONFIG=/usr/local/bundle RUBY_MAJOR=2.5 CI_COMMIT_REF_PROTECTED=true FF_USE_POWERSHELL_PATH_RESOLVER=false CI_SERVER_VERSION_MINOR=3 CI_COMMIT_SHA=64e58f3fb02ffb93cbbbda5eba8ef71c2d8fd069 HOME=/root FF_NETWORK_PER_BUILD=false LANG=C.UTF-8 CI_DEPENDENCY_PROXY_PASSWORD=[MASKED] CI_PROJECT_VISIBILITY=public CI_CONCURRENT_PROJECT_ID=0 FF_SCRIPT_SECTIONS=false CI_COMMIT_MESSAGE=Update .gitlab-ci.yml file DOCKER_TLS_CERTDIR= CI_JOB_JWT_V1=[MASKED] CI_JOB_JWT_V2=[MASKED] CI_BUILD_NAME=test-job FF_USE_DIRECT_DOWNLOAD=true CI_PAGES_DOMAIN=gitlab.io CI_SERVER_VERSION=15.3.0-pre CI_REGISTRY=registry.gitlab.com CI_SERVER_PORT=443 BUNDLE_SILENCE_ROOT_WARNING=1 FF_USE_IMPROVED_URL_MASKING=false CI_PAGES_URL=https://ii343hbka.gitlab.io/pstore CI_PIPELINE_IID=2 CI_REPOSITORY_URL=https://gitlab-ci-token:[MASKED]@gitlab.com/ii343hbka/pstore.git CI_SERVER_URL=https://gitlab.com FF_ENABLE_BASH_EXIT_CODE_CHECK=false GITLAB_FEATURES=elastic_search,ldap_group_sync,multiple_ldap_servers,seat_link,usage_quotas,repository_size_limit,admin_audit_log,auditor_user,custom_file_templates,custom_project_templates,db_load_balancing,default_branch_protection_restriction_in_groups,extended_audit_events,external_authorization_service_api_management,geo,ldap_group_sync_filter,object_storage,pages_size_limit,password_complexity,project_aliases,enterprise_templates,git_abuse_rate_limit,required_ci_templates,runner_maintenance_note,runner_upgrade_management CI_COMMIT_DESCRIPTION= CI_JOB_STAGE=test CI_PIPELINE_URL=https://gitlab.com/ii343hbka/pstore/-/pipelines/594709620 CI_DEFAULT_BRANCH=main GEM_HOME=/usr/local/bundle CI_BUILD_REF=64e58f3fb02ffb93cbbbda5eba8ef71c2d8fd069 CI_SERVER_VERSION_PATCH=0 CI_COMMIT_TITLE=Update .gitlab-ci.yml file TEST_ENV= CI_PROJECT_ROOT_NAMESPACE=ii343hbka FF_ENABLE_JOB_CLEANUP=false GITLAB_USER_NAME=Denis B CI_PROJECT_DIR=/builds/ii343hbka/pstore TEST_MARK= SHLVL=1 CI_RUNNER_ID=12270835 CI_PIPELINE_CREATED_AT=2022-07-22T17:29:42Z CI_COMMIT_TIMESTAMP=2022-07-22T17:27:25+00:00 CI_DISPOSABLE_ENVIRONMENT=true CI_JOB_JWT=[MASKED] CI_REGISTRY_IMAGE=registry.gitlab.com/ii343hbka/pstore CI_BUILD_ID=2759110400 CI_SERVER_PROTOCOL=https CI_COMMIT_AUTHOR=Denis B iie4ehbka@live.ru FF_POSIXLY_CORRECT_ESCAPES=false CI_COMMIT_REF_NAME=main CI_SERVER_HOST=gitlab.com CI_JOB_URL=https://gitlab.com/ii343hbka/pstore/-/jobs/2759110400 CI_JOB_TOKEN=[MASKED] CI_JOB_STARTED_AT=2022-07-22T17:29:43Z CI_CONCURRENT_ID=52 CI_BUILD_TOKEN=[MASKED] CI_PROJECT_DESCRIPTION= CI_COMMIT_BRANCH=main CI_PROJECT_CLASSIFICATION_LABEL= FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY=false CI_RUNNER_REVISION=34ae4a68 CI_BUILD_BEFORE_SHA=0000000000000000000000000000000000000000 FF_KUBERNETES_HONOR_ENTRYPOINT=false FF_USE_NEW_SHELL_ESCAPE=false CI_DEPENDENCY_PROXY_USER=gitlab-ci-token FF_USE_DYNAMIC_TRACE_FORCE_SEND_INTERVAL=false FF_DISABLE_UMASK_FOR_DOCKER_EXECUTOR=false CI_PROJECT_PATH_SLUG=ii343hbka-pstore CI_NODE_TOTAL=1 CI_BUILDS_DIR=/builds CI_JOB_ID=2759110400 CI_PROJECT_REPOSITORY_LANGUAGES=python,mako,dockerfile PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CI_PROJECT_ID=37491537 CI=true GITLAB_CI=true RUBYGEMS_VERSION=3.0.3 CI_COMMIT_BEFORE_SHA=0000000000000000000000000000000000000000 CI_PROJECT_TITLE=pstore CI_SERVER_VERSION_MAJOR=15 CI_CONFIG_PATH=.gitlab-ci.yml FF_USE_FASTZIP=false CI_BUILD_STAGE=test CI_DEPENDENCY_PROXY_SERVER=gitlab.com:443 DOCKER_DRIVER=overlay2 CI_PROJECT_URL=https://gitlab.com/ii343hbka/pstore OLDPWD=/ _=/usr/bin/env section_end:1658510991:step_script [0Ksection_start:1658510991:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1658510992:cleanup_file_variables [0K[32;1mJob succeeded[0;m
Output of checks
This bug also reproducible at Gitlab.com
Results of GitLab environment info
Expand for output related to GitLab environment info
System information System: Ubuntu 20.04 Proxy: no Current User: git Using RVM: no Ruby Version: 2.7.5p203 Gem Version: 3.1.4 Bundler Version:2.3.15 Rake Version: 13.0.6 Redis Version: 6.2.7 Sidekiq Version:6.4.0 Go Version: unknownGitLab information Version: 15.1.2-ee Revision: 324ae02f89f Directory: /opt/gitlab/embedded/service/gitlab-rails DB Adapter: PostgreSQL DB Version: 12.10 URL: https://gitlab.exmple.com HTTP Clone URL: https://gitlab.exmple.com/some-group/some-project.git SSH Clone URL: ssh://git@gitlab.exmple.com:2020/some-group/some-project.git Elasticsearch: yes Geo: no Using LDAP: no Using Omniauth: no
GitLab Shell Version: 14.7.4 Repository storage paths:
- default: /var/opt/gitlab/git-data/repositories GitLab Shell path: /opt/gitlab/embedded/service/gitlab-shell
Results of GitLab application Check
Expand for output related to the GitLab application check
Internal API available: OK Redis available via internal API: OK gitlab-shell self-check successfulChecking GitLab Shell ... Finished
Checking Gitaly ...
Gitaly: ... default ... OK
Checking Gitaly ... Finished
Checking Sidekiq ...
Sidekiq: ... Running? ... yes Number of Sidekiq processes (cluster/worker) ... 1/1
Checking Sidekiq ... Finished
Checking Incoming Email ...
Incoming Email: ... Checking Reply by email ...
IMAP server credentials are correct? ... Checking gitlab-incomings@example.com yes Mailroom enabled? ... skipped MailRoom running? ... skipped
Checking Reply by email ... Finished
Checking Incoming Email ... Finished
Checking LDAP ...
LDAP: ... LDAP is disabled in config/gitlab.yml
Checking LDAP ... Finished
Checking GitLab App ...
Database config exists? ... yes All migrations up? ... yes Database contains orphaned GroupMembers? ... no GitLab config exists? ... yes GitLab config up to date? ... yes Log directory writable? ... yes Tmp directory writable? ... yes Uploads directory exists? ... yes Uploads directory has correct permissions? ... yes Uploads directory tmp has correct permissions? ... yes Systemd unit files or init script exist? ... skipped (omnibus-gitlab has neither init script nor systemd units) Systemd unit files or init script up-to-date? ... skipped (omnibus-gitlab has neither init script nor systemd units) Projects have namespace: ... 3/1 ... yes 12/3 ... yes 14/4 ... yes 14/5 ... yes 14/6 ... yes 14/7 ... yes 12/8 ... yes 15/9 ... yes 14/10 ... yes 16/11 ... yes 13/12 ... yes 16/13 ... yes 18/14 ... yes 18/15 ... yes 18/16 ... yes 18/17 ... yes 18/18 ... yes 18/19 ... yes 18/20 ... yes 18/21 ... yes 12/22 ... yes 13/23 ... yes 13/24 ... yes 12/25 ... yes 12/26 ... yes 12/27 ... yes 21/28 ... yes 12/32 ... yes 12/33 ... yes 10/34 ... yes 12/35 ... yes 37/36 ... yes 21/37 ... yes 21/38 ... yes 21/39 ... yes 19/40 ... yes 12/41 ... yes 22/42 ... yes 22/43 ... yes 12/44 ... yes 16/45 ... yes 4/46 ... yes 25/47 ... yes 12/48 ... yes 47/49 ... yes 16/51 ... yes 35/52 ... yes 35/53 ... yes 35/54 ... yes 35/55 ... yes 37/56 ... yes 47/57 ... yes 60/58 ... yes 12/59 ... yes 35/60 ... yes 12/61 ... yes 45/62 ... yes 45/63 ... yes 12/64 ... yes 21/65 ... yes 25/67 ... yes 19/68 ... yes 48/69 ... yes 12/71 ... yes 19/72 ... yes 16/73 ... yes 49/74 ... yes 12/75 ... yes 13/76 ... yes 16/77 ... yes 49/79 ... yes 12/80 ... yes 16/81 ... yes 45/82 ... yes 12/83 ... yes 12/84 ... yes 21/87 ... yes 46/88 ... yes 16/89 ... yes 46/90 ... yes 47/91 ... yes 25/94 ... yes 60/95 ... yes 12/96 ... yes 16/97 ... yes 174/98 ... yes 4/99 ... yes Redis version >= 5.0.0? ... yes Ruby version >= 2.7.2 ? ... yes (2.7.5) Git user has default SSH configuration? ... yes Active users: ... 18 Is authorized keys file accessible? ... yes GitLab configured to store new projects in hashed storage? ... yes All projects are in hashed storage? ... yes Elasticsearch version 7.x-8.x or OpenSearch version 1.x ... yes (elasticsearch 7.17.5)
Checking GitLab App ... Finished
Checking GitLab subtasks ... Finished
Possible fixes
Do not know yet.