Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
parity
Mirrored projects
polkadot-sdk
Commits
a4fdcb9a
Commit
a4fdcb9a
authored
2 years ago
by
Vladimir Istyufeev
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Don't limit `test-linux-stable-int` job output (#11560)
parent
1c59b816
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
substrate/scripts/ci/gitlab/pipeline/test.yml
+0
-12
0 additions, 12 deletions
substrate/scripts/ci/gitlab/pipeline/test.yml
with
0 additions
and
12 deletions
substrate/scripts/ci/gitlab/pipeline/test.yml
+
0
−
12
View file @
a4fdcb9a
...
...
@@ -251,22 +251,10 @@ test-linux-stable-int:
RUN_UI_TESTS
:
1
script
:
-
rusty-cachier snapshot create
-
echo "___Logs will be partly shown at the end in case of failure.___"
-
echo "___Full log will be saved to the job artifacts only in case of failure.___"
-
WASM_BUILD_NO_COLOR=1
RUST_LOG=sync=trace,consensus=trace,client=trace,state-db=trace,db=trace,forks=trace,state_db=trace,storage_cache=trace
time cargo test -p node-cli --release --verbose --locked -- --ignored
&> ${CI_COMMIT_SHORT_SHA}_int_failure.log
-
rusty-cachier cache upload
after_script
:
-
!reference
[
.rusty-cachier
,
after_script
]
-
awk '/FAILED|^error\[/,0' ${CI_COMMIT_SHORT_SHA}_int_failure.log
artifacts
:
name
:
$CI_COMMIT_SHORT_SHA
when
:
on_failure
expire_in
:
3 days
paths
:
-
${CI_COMMIT_SHORT_SHA}_int_failure.log
check-tracing
:
stage
:
test
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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