Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MLAir
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
Container Registry
Model registry
Operate
Environments
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
esde
machine-learning
MLAir
Commits
11b07f32
Commit
11b07f32
authored
5 years ago
by
lukas leufen
Browse files
Options
Downloads
Patches
Plain Diff
fix for not concurrent runners
parent
5a91bc0e
No related branches found
No related tags found
3 merge requests
!90
WIP: new release update
,
!89
Resolve "release branch / CI on gpu"
,
!85
Resolve "new gitlab runner specialised for mlt"
Pipeline
#33785
failed
5 years ago
Stage: test
Stage: pages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-32
0 additions, 32 deletions
.gitlab-ci.yml
src/helpers.py
+1
-1
1 addition, 1 deletion
src/helpers.py
with
1 addition
and
33 deletions
.gitlab-ci.yml
+
0
−
32
View file @
11b07f32
...
...
@@ -55,38 +55,6 @@ tests (from scratch):
-
badges/
-
test_results/
coverage (from scratch)
:
tags
:
-
base
-
zam347
stage
:
test
only
:
-
master
-
/^release.*$/
-
develop
-
lukas_issue095_tech_mlt-runner
variables
:
FAILURE_THRESHOLD
:
50
COVERAGE_PASS_THRESHOLD
:
80
TEST_TYPE
:
"
scratch"
before_script
:
-
chmod +x ./CI/update_badge.sh
-
./CI/update_badge.sh > /dev/null
script
:
-
zypper --non-interactive install binutils libproj-devel gdal-devel
-
zypper --non-interactive install proj geos-devel
-
pip install -r requirements.txt
-
chmod +x ./CI/run_pytest_coverage.sh
-
./CI/run_pytest_coverage.sh
after_script
:
-
./CI/update_badge.sh > /dev/null
artifacts
:
name
:
pages
when
:
always
paths
:
-
badges/
-
coverage/
### Tests (on GPU) ###
tests (on GPU)
:
tags
:
...
...
This diff is collapsed.
Click to expand it.
src/helpers.py
+
1
−
1
View file @
11b07f32
...
...
@@ -99,7 +99,7 @@ class TimeTracking(object):
def
prepare_host
(
create_new
=
True
,
sampling
=
"
daily
"
):
hostname
=
socket
.
gethostname
()
runner_regex
=
re
.
compile
(
r
"
runner-.*-project-2411-concurrent-\d+
"
)
runner_regex
=
re
.
compile
(
r
"
runner-.*-project-2411-concurrent-
?
\d+
"
)
try
:
user
=
os
.
getlogin
()
except
OSError
:
...
...
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