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
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zygmunt Krynicki
Oniro
Merge requests
!2
Draft: test artifact publishing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: test artifact publishing
feature/pi-bundle-publishing
into
integration
Overview
0
Commits
12
Pipelines
12
Changes
2
Closed
Zygmunt Krynicki
requested to merge
feature/pi-bundle-publishing
into
integration
2 years ago
Overview
0
Commits
12
Pipelines
12
Changes
1
Expand
0
0
Merge request reports
Compare
version 5
version 11
0aed8797
2 years ago
version 10
e27cef10
2 years ago
version 9
6b6a4b09
2 years ago
version 8
87b9c539
2 years ago
version 7
73d8918d
2 years ago
version 6
47a94e95
2 years ago
version 5
08e31690
2 years ago
version 4
93bea7e7
2 years ago
version 3
e2e2516a
2 years ago
version 2
c80e64b1
2 years ago
version 1
9831c577
2 years ago
integration (base)
and
version 6
latest version
ed22e474
12 commits,
2 years ago
version 11
0aed8797
9 commits,
2 years ago
version 10
e27cef10
8 commits,
2 years ago
version 9
6b6a4b09
8 commits,
2 years ago
version 8
87b9c539
8 commits,
2 years ago
version 7
73d8918d
8 commits,
2 years ago
version 6
47a94e95
8 commits,
2 years ago
version 5
08e31690
8 commits,
2 years ago
version 4
93bea7e7
8 commits,
2 years ago
version 3
e2e2516a
8 commits,
2 years ago
version 2
c80e64b1
8 commits,
2 years ago
version 1
9831c577
8 commits,
2 years ago
Show latest version
1 file
+
12
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
12
−
12
Options
@@ -136,21 +136,21 @@ publish-raspberrypi4-64:
&& echo "BUNDLE_FILE=$BUNDLE_FILE"
&& exit 1 )
# TODO: create or find sw mod type for SysOTA + RAUC bundle
-
hawkbitctl create software-module
\
-name "$CI_ONIRO_HAWKBIT_SWMOD_NAME"
\
-version "$BUNDLE_VERSION"
\
-type os
\
-vendor Onrio
\
-
hawkbitctl create software-module
-name "$CI_ONIRO_HAWKBIT_SWMOD_NAME"
-version "$BUNDLE_VERSION"
-type os
-vendor
"
Onrio
"
-description "Automatic build from Oniro CI"
# TODO: create or find ds type for Raspberry Pi 4 + Oniro
-
hawkbitctl create distribution-set
\
-name "$CI_ONIRO_HAWKBIT_DS_NAME"
\
-version "$BUNDLE_VERSION"
\
-type os_only
\
-modules "$CI_ONIRO_HAWKBIT_SWMOD_NAME:$BUNDLE_VERSION"
\
-
hawkbitctl create distribution-set
-name "$CI_ONIRO_HAWKBIT_DS_NAME"
-version "$BUNDLE_VERSION"
-type os_only
-modules "$CI_ONIRO_HAWKBIT_SWMOD_NAME:$BUNDLE_VERSION"
-description "Automatic build from Oniro CI"
-
hawkbitctl upload
\
-m "$CI_ONIRO_HAWKBIT_SWMOD_NAME:$BUNDLE_VERSION"
\
-
hawkbitctl upload
-m "$CI_ONIRO_HAWKBIT_SWMOD_NAME:$BUNDLE_VERSION"
-a "${CI_PROJECT_DIR}/artifacts/images/${MACHINE}/$(readlink "${CI_PROJECT_DIR}/artifacts/images/${MACHINE}/${CI_ONIRO_RAUC_BUNDLE_NAME}-${MACHINE}.raucb")"
rules
:
# Publishing is done only for scheduled builds
Loading