Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Terraform modules
Analyze
Contributor 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
danet
goSDN
Commits
431a14d5
Commit
431a14d5
authored
3 years ago
by
Neil-Jocelyn Schark
Browse files
Options
Downloads
Patches
Plain Diff
wip
parent
8a9167a2
Branches
Branches containing commit
No related tags found
1 merge request
!202
Refactor ci
Pipeline
#83971
failed
3 years ago
Stage: build
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
.gitlab/ci/.code-quality-ci.yml
+0
-4
0 additions, 4 deletions
.gitlab/ci/.code-quality-ci.yml
.gitlab/ci/.test.yml
+0
-3
0 additions, 3 deletions
.gitlab/ci/.test.yml
with
1 addition
and
8 deletions
.gitlab-ci.yml
+
1
−
1
View file @
431a14d5
...
@@ -23,4 +23,4 @@ include:
...
@@ -23,4 +23,4 @@ include:
-
local
:
'
/.gitlab/ci/.containerlab-ci.yml'
-
local
:
'
/.gitlab/ci/.containerlab-ci.yml'
-
local
:
'
/.gitlab/ci/.integration-test.yml'
-
local
:
'
/.gitlab/ci/.integration-test.yml'
-
local
:
'
/.gitlab/ci/.uml-autogen-ci.yml'
-
local
:
'
/.gitlab/ci/.uml-autogen-ci.yml'
-
local
:
'
/.gitlab/ci/.deploy-k8s.yml'
#
- local: '/.gitlab/ci/.deploy-k8s.yml'
This diff is collapsed.
Click to expand it.
.gitlab/ci/.code-quality-ci.yml
+
0
−
4
View file @
431a14d5
code-quality
:
code-quality
:
image
:
golangci/golangci-lint:latest-alpine
image
:
golangci/golangci-lint:latest-alpine
stage
:
test
stage
:
test
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event"
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
-
if
:
$CI_COMMIT_BRANCH == "develop"
script
:
script
:
# writes golangci-lint output to gl-code-quality-report.json
# writes golangci-lint output to gl-code-quality-report.json
-
golangci-lint run --config build/ci/.golangci-config/.golangci.yml --out-format code-climate | tee gl-code-quality-report.json
-
golangci-lint run --config build/ci/.golangci-config/.golangci.yml --out-format code-climate | tee gl-code-quality-report.json
...
...
This diff is collapsed.
Click to expand it.
.gitlab/ci/.test.yml
+
0
−
3
View file @
431a14d5
...
@@ -4,9 +4,6 @@
...
@@ -4,9 +4,6 @@
variables
:
variables
:
GOSDN_LOG
:
"
nolog"
GOSDN_LOG
:
"
nolog"
GOSDN_CHANGE_TIMEOUT
:
"
100ms"
GOSDN_CHANGE_TIMEOUT
:
"
100ms"
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"schedule"'
when
:
never
unit-test
:
unit-test
:
script
:
script
:
...
...
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