Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
task-helm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaia-X
Trust Services API
task-helm
Commits
ac37dbd4
Commit
ac37dbd4
authored
1 year ago
by
Kalin Daskalov
Browse files
Options
Downloads
Plain Diff
Merge branch 'source-as-submodule' into 'main'
Source as submodule See merge request
!1
parents
21f66955
1ef53f16
No related branches found
Branches containing commit
Tags
0.0.0
Tags containing commit
1 merge request
!1
Source as submodule
Pipeline
#67506
passed with stages
in 2 minutes and 15 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitlab-ci.yml
+78
-5
78 additions, 5 deletions
.gitlab-ci.yml
.gitmodules
+4
-0
4 additions, 0 deletions
.gitmodules
Chart.yaml
+2
-2
2 additions, 2 deletions
Chart.yaml
app
+1
-0
1 addition, 0 deletions
app
values.yaml
+1
-1
1 addition, 1 deletion
values.yaml
with
86 additions
and
8 deletions
.gitlab-ci.yml
+
78
−
5
View file @
ac37dbd4
image
:
$HELM_IMAGE
include
:
-
project
:
'
gaiax/tsa/ci-helpers'
file
:
'
helm-package.yml'
---
variables
:
HELPERS_FILE
:
build-eclipse.yml
HELM_HELPERS_FILE
:
helm-eclipse.yml
APP_HELM_NAME
:
task
DOCKER_FILE
:
app/deployment/ci/Dockerfile
stages
:
-
test
-
build
-
manifest
-
lint
-
package
-
deploy
include
:
-
project
:
"
${HELPERS_PATH}"
file
:
'
build-eclipse.yml'
-
template
:
"
Workflows/Branch-Pipelines.gitlab-ci.yml"
-
project
:
"
${HELPERS_PATH}"
file
:
'
helm-eclipse.yml'
lint
:
image
:
golangci/golangci-lint:latest
stage
:
test
tags
:
-
amd64-docker
script
:
-
golangci-lint --version
-
golangci-lint run
before_script
:
-
ln -s /builds /go/src/gitlab.com
-
cd /go/src/gitlab.com/${CI_PROJECT_PATH}/app
unit tests
:
image
:
golang:1.21.3
stage
:
test
tags
:
-
amd64-docker
script
:
-
go version
-
go test $(go list ./... | grep -v /integration) -race -coverprofile=coverage.out
-
go tool cover -func=coverage.out
before_script
:
-
ln -s /builds /go/src/gitlab.com
-
cd /go/src/gitlab.com/${CI_PROJECT_PATH}/app
coverage
:
'
/total:\s+\(statements\)\s+(\d+.\d+\%)/'
govulncheck
:
image
:
golang:1.21.3
stage
:
test
tags
:
-
amd64-docker
before_script
:
-
ln -s /builds /go/src/gitlab.com
-
cd /go/src/gitlab.com/${CI_PROJECT_PATH}/app
script
:
-
go version
-
go install golang.org/x/vuln/cmd/govulncheck@latest
-
govulncheck ./...
amd64
:
extends
:
.docker-build
stage
:
build
tags
:
-
amd64-docker
manifest
:
extends
:
.manifest-amd64
stage
:
manifest
cloud
:
extends
:
.manifest-cloud
stage
:
manifest
release
:
extends
:
.manifest-release
stage
:
manifest
helm-lint
:
image
:
${HELM_IMAGE}
extends
:
.helm-lint
stage
:
lint
tags
:
-
amd64-docker
helm-package
:
image
:
${HELM_IMAGE}
extends
:
.helm-package
stage
:
package
tags
:
-
amd64-docker
needs
:
[
"
helm-lint"
]
This diff is collapsed.
Click to expand it.
.gitmodules
0 → 100644
+
4
−
0
View file @
ac37dbd4
[submodule "app"]
path = app
url = https://gitlab.eclipse.org/eclipse/xfsc/tsa/task.git
branch = main
This diff is collapsed.
Click to expand it.
Chart.yaml
+
2
−
2
View file @
ac37dbd4
apiVersion
:
v1
appVersion
:
v1.1.
1
appVersion
:
v1.1.
2
description
:
task deployment
name
:
task
version
:
1.1.
1
version
:
1.1.
2
icon
:
"
https://www.vereign.com/wp-content/themes/vereign2020/images/vereign-logo.svg"
This diff is collapsed.
Click to expand it.
app
@
5bd23e58
Subproject commit 5bd23e5882cb0c2098dbc830a6e00a161add8e14
This diff is collapsed.
Click to expand it.
values.yaml
+
1
−
1
View file @
ac37dbd4
...
...
@@ -8,7 +8,7 @@ nameOverride: ""
image
:
repository
:
eu.gcr.io/vrgn-infra-prj
# -- Image name
name
:
gaiax
/task
name
:
tsa
/task
# -- Image tag
# Uses .Chart.AppVersion if empty
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