Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
picodata
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
Container Registry
Model registry
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
core
picodata
Commits
78cfe968
Commit
78cfe968
authored
10 months ago
by
Yaroslav Dynnikov
Committed by
Yaroslav Dynnikov
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
ci: revise confusing variable
parent
55a02060
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1057
Rosik/ci
Pipeline
#42349
failed
10 months ago
Stage: build-base-image
Stage: test
Stage: stress-test
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-7
6 additions, 7 deletions
.gitlab-ci.yml
with
6 additions
and
7 deletions
.gitlab-ci.yml
+
6
−
7
View file @
78cfe968
...
...
@@ -146,12 +146,11 @@ build-base-image:
popd
done
ci-log-section end "fetch-submodule-tags"
if [[ $BUILD_PROFILE == release ]]; then SCRIPT="--release"; fi
.parallel
:
parallel
:
matrix
:
-
BUILD_PROFILE
:
[
release
,
de
bug
]
-
BUILD_PROFILE
:
[
release
,
de
v
]
test-linux
:
extends
:
...
...
@@ -209,12 +208,12 @@ test-linux:
ci-log-section end "pipenv-install"
# There are no Rust tests for `webui` feature, it's checked in pytest
-
cargo build --timings --locked
$SCRIPT
-
cargo build -p gostech-audit-log
$SCRIPT
-
cargo build -p testplug
$SCRIPT
-
cargo test --locked
$SCRIPT
-
cargo build --timings --locked
--profile=$BUILD_PROFILE
-
cargo build -p gostech-audit-log
--profile=$BUILD_PROFILE
-
cargo build -p testplug
--profile=$BUILD_PROFILE
-
cargo test --locked
--profile=$BUILD_PROFILE
-
cargo build --features webui,error_injection --locked
$SCRIPT
-
cargo build --features webui,error_injection --locked
--profile=$BUILD_PROFILE
# -vv shows extended diff for failures
-
>
...
...
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