Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
RadioObservatory
LOFAR
Commits
afab675e
Commit
afab675e
authored
2 years ago
by
Jorrit Schaap
Browse files
Options
Downloads
Patches
Plain Diff
TMSS-2261
: moved unit_test_TMSS_Frontend to integration_test_TMSS_Frontend
parent
3817ff9e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1066
Resolve TMSS-2261
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
4
−
2
View file @
afab675e
...
@@ -352,8 +352,8 @@ unit_test_MCU_MAC:
...
@@ -352,8 +352,8 @@ unit_test_MCU_MAC:
rules
:
rules
:
-
if
:
'
$FASTLANE
==
"false"'
-
if
:
'
$FASTLANE
==
"false"'
unit
_test_TMSS_Frontend
:
integration
_test_TMSS_Frontend
:
stage
:
unit
_test
stage
:
integration
_test
image
:
ci_tmss:$CI_COMMIT_SHORT_SHA
image
:
ci_tmss:$CI_COMMIT_SHORT_SHA
#before_script:
#before_script:
# - apt-get update
# - apt-get update
...
@@ -647,6 +647,8 @@ deploy-tmss-prod:
...
@@ -647,6 +647,8 @@ deploy-tmss-prod:
needs
:
needs
:
-
job
:
dockerize_TMSS
-
job
:
dockerize_TMSS
artifacts
:
false
artifacts
:
false
-
job
:
unit_and_integration_test_TMSS
artifacts
:
false
allow_failure
:
true
allow_failure
:
true
when
:
manual
when
:
manual
only
:
only
:
...
...
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