Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
replds
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
tools
replds
Compare revisions
39a10a4bf4026a28f6492ee67269cbb4c5c9cd7f to b6e6e3cc032b0c304eac7ada3ec2c96ece15916c
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ai3/tools/replds
Select target project
No results found
b6e6e3cc032b0c304eac7ada3ec2c96ece15916c
Select Git revision
Branches
master
renovate/git.autistici.org-ai3-go-common-digest
renovate/github.com-prometheus-client_golang-1.x
3 results
Swap
Target
ai3/tools/replds
Select target project
ai3/tools/replds
svp-bot/replds
2 results
39a10a4bf4026a28f6492ee67269cbb4c5c9cd7f
Select Git revision
Branches
master
renovate/git.autistici.org-ai3-go-common-digest
renovate/github.com-prometheus-client_golang-1.x
3 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Update .gitlab-ci.yml
· 0ab9fb51
godog
authored
1 year ago
0ab9fb51
Update .gitlab-ci.yml
· b6e6e3cc
godog
authored
1 year ago
b6e6e3cc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-15
3 additions, 15 deletions
.gitlab-ci.yml
with
3 additions
and
15 deletions
.gitlab-ci.yml
View file @
b6e6e3cc
include
:
"
https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"
run_tests
:
stage
:
test
image
:
registry.git.autistici.org/ai3/docker/test/golang:master
script
:
-
run-go-test ./...
artifacts
:
when
:
always
reports
:
coverage_report
:
coverage_format
:
cobertura
path
:
cover.xml
junit
:
report.xml
include
:
-
"
https://git.autistici.org/pipelines/debian/raw/master/common.yml"
-
"
https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml"
This diff is collapsed.
Click to expand it.