Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Common CI Configuration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
Common CI Configuration
Commits
c2596ca6
Verified
Commit
c2596ca6
authored
11 months ago
by
Mateusz Żebrak
Browse files
Options
Downloads
Patches
Plain Diff
Regroup CI variables
parent
f97544fa
No related branches found
No related tags found
1 merge request
!48
Introduce run-pytest common script
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/python_projects.gitlab-ci.yml
+3
-4
3 additions, 4 deletions
templates/python_projects.gitlab-ci.yml
with
3 additions
and
4 deletions
templates/python_projects.gitlab-ci.yml
+
3
−
4
View file @
c2596ca6
...
@@ -3,10 +3,9 @@ include:
...
@@ -3,10 +3,9 @@ include:
variables
:
variables
:
# required to set:
PACKAGES_TO_CHECK
:
"
"
# required to set when using linter-specific job templates
PACKAGES_TO_CHECK
:
"
"
PYPROJECT_CONFIG_PATH
:
"
"
# may be set when using linter-specific job templates
# may be set:
# registries:
PYPROJECT_CONFIG_PATH
:
"
"
# uses registry.gitlab.syncad.com/hive/hive/ci-base-image:ubuntu22.04-10
# uses registry.gitlab.syncad.com/hive/hive/ci-base-image:ubuntu22.04-10
PYTHON_IMAGE_TAG
:
"
@sha256:080b16fd53013aeb9b89b00a8dfc90fecf886173f46448b05f45cee376c43330"
PYTHON_IMAGE_TAG
:
"
@sha256:080b16fd53013aeb9b89b00a8dfc90fecf886173f46448b05f45cee376c43330"
PYTHON_IMAGE
:
"
registry.gitlab.syncad.com/hive/hive/ci-base-image${PYTHON_IMAGE_TAG}"
PYTHON_IMAGE
:
"
registry.gitlab.syncad.com/hive/hive/ci-base-image${PYTHON_IMAGE_TAG}"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment