Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
acmeserver
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
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
acmeserver
Compare revisions
c22217edbd18fb9ffd507d3cf3bedb3765e4142c to a8f26e1ec19963cf3fdf6a54e529dc2dd69f472f
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/acmeserver
Select target project
No results found
a8f26e1ec19963cf3fdf6a54e529dc2dd69f472f
Select Git revision
Branches
master
renovate/git.autistici.org-ai3-go-common-digest
renovate/github.com-miekg-dns-1.x
renovate/github.com-prometheus-client_golang-1.x
renovate/golang.org-x-crypto-0.x
renovate/golang.org-x-net-0.x
v2
v3
8 results
Swap
Target
ai3/tools/acmeserver
Select target project
ai3/tools/acmeserver
godog/acmeserver
svp-bot/acmeserver
3 results
c22217edbd18fb9ffd507d3cf3bedb3765e4142c
Select Git revision
Branches
master
renovate/git.autistici.org-ai3-go-common-digest
renovate/github.com-miekg-dns-1.x
renovate/github.com-prometheus-client_golang-1.x
renovate/golang.org-x-crypto-0.x
renovate/golang.org-x-net-0.x
v2
v3
8 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Fix CI config after build-deb changes
· 7da4d718
ale
authored
3 years ago
7da4d718
Add explicit CI test stage, with metadata
· a8f26e1e
ale
authored
3 years ago
a8f26e1e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+13
-1
13 additions, 1 deletion
.gitlab-ci.yml
with
13 additions
and
1 deletion
.gitlab-ci.yml
View file @
a8f26e1e
include
:
"
https://git.autistici.org/ai3/build-deb/raw/master/ci-buster-backports.yml"
include
:
"
https://git.autistici.org/ai3/build-deb/raw/master/ci-backports.yml"
run_tests
:
stage
:
test
image
:
registry.git.autistici.org/ai3/docker/test/golang:master
script
:
-
run-go-test ./...
artifacts
:
when
:
always
reports
:
cobertura
:
cover.xml
junit
:
report.xml
This diff is collapsed.
Click to expand it.