Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
heptapod-shell
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
1
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
Service Desk
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
heptapod
heptapod-shell
Merge requests
!50
CI/CD: testing with Golang 1.19
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CI/CD: testing with Golang 1.19
topic/heptapod/gitlab-15.5
into
branch/heptapod
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Georges Racinet
requested to merge
topic/heptapod/gitlab-15.5
into
branch/heptapod
1 year ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
🚀
👍
0
👎
0
Merge request reports
Compare
branch/heptapod
version 1
b6d49301
1 year ago
branch/heptapod (base)
and
latest version
latest version
4879c152
2 commits,
1 year ago
version 1
b6d49301
1 commit,
1 year ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
heptapod-ci.yml
+
2
−
2
Options
@@ -31,7 +31,7 @@
-
go version
-
which go
services
:
-
name
:
registry.gitlab.com/gitlab-org/build/cng/gitaly:v1
4.10.1
-
name
:
registry.gitlab.com/gitlab-org/build/cng/gitaly:v1
5.5.0
# Disable the hooks so we don't have to stub the GitLab API
command
:
[
"
bash"
,
"
-c"
,
"
mkdir
-p
/home/git/repositories
&&
rm
-rf
/srv/gitlab-shell/hooks/*
&&
exec
/usr/bin/env
GITALY_TESTING_NO_GIT_HOOKS=1
/scripts/process-wrapper"
]
alias
:
gitaly
@@ -43,7 +43,7 @@
image
:
golang:${GO_VERSION}
parallel
:
matrix
:
-
GO_VERSION
:
[
"
1.17"
,
"
1.18"
]
-
GO_VERSION
:
[
"
1.17"
,
"
1.18"
,
"
1.19"
]
after_script
:
-
make coverage
coverage
:
'
/\d+.\d+%/'
Loading