Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
float
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
Operate
Environments
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
float
Compare revisions
e5fbc06f6e056ec58461f22711eb17fb0b340362 to c7bd0dc22aa25738e94aed42a5d70fb706e59ebe
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ai3/float
Select target project
No results found
c7bd0dc22aa25738e94aed42a5d70fb706e59ebe
Select Git revision
Branches
acmeserver2
clickhouse
dns-resolver
docs_operating
env-vars-in-include-paths
improve-dns-toplevel-probes
improve-service-discovery
loki
master
net-overlay_firewall_containers
nginx-default-site
prometheus-external-healthchecks
rsyslog-modern-json
service-turndown
tabacco-in-container
use_proxy_protocol
webdiff
17 results
Swap
Target
ai3/float
Select target project
ai3/float
micah/float
2 results
e5fbc06f6e056ec58461f22711eb17fb0b340362
Select Git revision
Branches
acmeserver2
clickhouse
dns-resolver
docs_operating
env-vars-in-include-paths
improve-dns-toplevel-probes
improve-service-discovery
loki
master
net-overlay_firewall_containers
nginx-default-site
prometheus-external-healthchecks
rsyslog-modern-json
service-turndown
tabacco-in-container
use_proxy_protocol
webdiff
17 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Only fetch junit xml if it exists
· bcbd3452
ale
authored
3 months ago
bcbd3452
Fix
· c7bd0dc2
ale
authored
3 months ago
c7bd0dc2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/integration-test.yml
+6
-0
6 additions, 0 deletions
test/integration-test.yml
with
6 additions
and
0 deletions
test/integration-test.yml
View file @
c7bd0dc2
...
...
@@ -22,16 +22,22 @@
-
name
:
Run tests
command
:
"
podman
run
--rm
--network
host
--mount
type=bind,source=/tmp/test-config.yml,destination=/test-config.yml
--mount
type=bind,source=/artifacts,destination=/artifacts
{{
test_image
}}"
-
stat
:
path
:
"
/artifacts/pytest.xml"
register
:
pytest_xml_stat
-
name
:
Retrieve test result
slurp
:
src
:
"
/artifacts/pytest.xml"
register
:
pytest_xml
when
:
"
pytest_xml_stat.exists
|
default(False)"
-
name
:
Store test results locally
local_action
:
module
:
copy
dest
:
"
pytest.xml"
content
:
"
{{
pytest_xml['content']
|
b64decode
}}"
when
:
"
pytest_xml_stat.exists
|
default(False)"
vars
:
test_image
:
"
registry.git.autistici.org/ai3/float:integration-test"
This diff is collapsed.
Click to expand it.