Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Oniro
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Oniro Core
Oniro
Merge requests
!236
ci: c61 hardware variables replacement fix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ci: c61 hardware variables replacement fix
artemkondratiuk/oniro:ci_c61_hardware_var_fix
into
kirkstone
Overview
0
Commits
1
Pipelines
3
Changes
1
Merged
Artem Kondratiuk
requested to merge
artemkondratiuk/oniro:ci_c61_hardware_var_fix
into
kirkstone
2 years ago
Overview
0
Commits
1
Pipelines
3
Changes
1
Expand
Signed-off-by: artem.kondratiuk
artem.kondratiuk@huawei.com
0
0
Merge request reports
Compare
kirkstone
version 2
cbd39f17
2 years ago
version 1
615c0085
2 years ago
kirkstone (base)
and
latest version
latest version
d2ccf741
1 commit,
2 years ago
version 2
cbd39f17
1 commit,
2 years ago
version 1
615c0085
1 commit,
2 years ago
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.oniro-ci/test-generic.yaml
+
2
−
0
Options
@@ -47,6 +47,8 @@
-e 's/@ci_pipeline_id@/'"$CI_PIPELINE_ID"'/'
-e 's,@ci_pipeline_url@,'"$CI_PIPELINE_URL"','
-e 's/@build_job_id@/'"$build_job_id"'/' job_def.yaml
# Update the job with device configuration
-
sed -i -e 's/@BOARD_RAM_SIZE@/'"$BOARD_RAM_SIZE"'/' job_def.yaml
# Generate test jobs.
-
|
set -x
Loading