Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LOFAR TMSS Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
TMSS
LOFAR TMSS Client
Commits
b511d8b9
Commit
b511d8b9
authored
5 months ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
TMSS-3170
: Go go power rangers
parent
610e0f37
No related branches found
No related tags found
1 merge request
!2
TMSS-3170: Upgrade to newest template and use pycommon package
Pipeline
#103378
passed with warnings
5 months ago
Stage: prepare
Stage: lint
Stage: test
Stage: package
Stage: integration
Stage: publish
Pipeline: LOFAR TMSS Client
#103379
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-13
4 additions, 13 deletions
.gitlab-ci.yml
setup.cfg
+0
-1
0 additions, 1 deletion
setup.cfg
with
4 additions
and
14 deletions
.gitlab-ci.yml
+
4
−
13
View file @
b511d8b9
default
:
default
:
image
:
$CI_REGISTRY_IMAGE/ci-build-runner:$CI_COMMIT_REF_SLUG
image
:
$CI_REGISTRY_IMAGE/ci-build-runner:$CI_COMMIT_REF_SLUG
before_script
:
-
python --version
# For debugging
cache
:
cache
:
paths
:
paths
:
-
.cache/pip
-
.cache/pip
...
@@ -10,8 +8,6 @@ default:
...
@@ -10,8 +8,6 @@ default:
stages
:
stages
:
-
prepare
-
prepare
-
lint
-
lint
# check if this needs to be a separate step
# - build_extensions
-
test
-
test
-
package
-
package
-
images
-
images
...
@@ -21,6 +17,7 @@ stages:
...
@@ -21,6 +17,7 @@ stages:
# Caching of dependencies to speed up builds
# Caching of dependencies to speed up builds
variables
:
variables
:
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"
SECURE_LOG_LEVEL
:
debug
include
:
include
:
-
template
:
Security/SAST.gitlab-ci.yml
-
template
:
Security/SAST.gitlab-ci.yml
...
@@ -58,15 +55,9 @@ sast:
...
@@ -58,15 +55,9 @@ sast:
pmd-apex, security-code-scan, sobelow, spotbugs
pmd-apex, security-code-scan, sobelow, spotbugs
stage
:
test
stage
:
test
dependency_scanning
:
gemnasium-python-dependency_scanning
:
# override default before_script, job won't have Python available
before_script
:
-
uname
secret_detection
:
# override default before_script, job won't have Python available
before_script
:
before_script
:
-
uname
-
apt-get -qqy update && apt-get install -qqy libpq-dev
# Basic setup for all Python versions for which we don't have a base image
# Basic setup for all Python versions for which we don't have a base image
.run_unit_test_version_base
:
.run_unit_test_version_base
:
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
0
−
1
View file @
b511d8b9
...
@@ -14,7 +14,6 @@ classifiers =
...
@@ -14,7 +14,6 @@ classifiers =
Programming
Language
::
Python
Programming
Language
::
Python
Programming
Language
::
Python
::
3
Programming
Language
::
Python
::
3
Programming
Language
::
Python
::
3
::
Only
Programming
Language
::
Python
::
3
::
Only
Programming
Language
::
Python
::
3.9
Programming
Language
::
Python
::
3.10
Programming
Language
::
Python
::
3.10
Programming
Language
::
Python
::
3.11
Programming
Language
::
Python
::
3.11
Programming
Language
::
Python
::
3.12
Programming
Language
::
Python
::
3.12
...
...
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