Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
RagConnect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
RagConnect
Commits
7672f116
Commit
7672f116
authored
4 years ago
by
René Schöne
Browse files
Options
Downloads
Patches
Plain Diff
try to get test ci reports
parent
efb6b602
No related branches found
No related tags found
1 merge request
!5
Testing incremental dependency tracking.
Pipeline
#8701
passed
4 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+6
-1
6 additions, 1 deletion
.gitlab-ci.yml
ragconnect.base/src/main/resources/RagConnectObserver.jadd
+0
-0
0 additions, 0 deletions
ragconnect.base/src/main/resources/RagConnectObserver.jadd
with
6 additions
and
1 deletion
.gitlab-ci.yml
+
6
−
1
View file @
7672f116
...
...
@@ -32,9 +32,14 @@ test:
alias
:
"
mqtt"
script
:
-
./gradlew --console=plain --no-daemon allTests
-
ls -lh
-
ls -lh ragconnect.tests
-
ls -lh ragconnect.tests/build/test-results/
-
ls -lh ragconnect.tests/build/test-results/allTests
artifacts
:
when
:
always
reports
:
junit
:
"
ragconnect.tests/build/test-results/
test/
**/TEST-*.xml"
junit
:
"
ragconnect.tests/build/test-results/**/TEST-*.xml"
expire_in
:
1 week
publish
:
...
...
This diff is collapsed.
Click to expand it.
ragconnect.base/src/main/resources/RagConnectObserver.jadd
deleted
100644 → 0
+
0
−
0
View file @
efb6b602
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