Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmbootstrap
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmbootstrap
Merge requests
!2483
test: fix and re-add bootimg analyze tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
test: fix and re-add bootimg analyze tests
caleb/bootimg-analyze-tests
into
master
Overview
9
Commits
5
Pipelines
11
Changes
5
All threads resolved!
Hide all comments
Merged
Caleb Connolly
requested to merge
caleb/bootimg-analyze-tests
into
master
4 months ago
Overview
9
Commits
5
Pipelines
11
Changes
1
All threads resolved!
Hide all comments
Expand
fix bootimg analyze unit tests
0
0
Merge request reports
Compare
version 2
version 9
9ede556f
4 months ago
version 8
5025aa05
4 months ago
version 7
a7150dd9
4 months ago
version 6
c0ef9ceb
4 months ago
version 5
bacd5d1e
4 months ago
version 4
18f7176a
4 months ago
version 3
9752dddf
4 months ago
version 2
77e3e6d9
4 months ago
version 1
c4d1b4d2
4 months ago
master (base)
and
version 3
latest version
bb126097
5 commits,
4 months ago
version 9
9ede556f
5 commits,
4 months ago
version 8
5025aa05
5 commits,
4 months ago
version 7
a7150dd9
5 commits,
4 months ago
version 6
c0ef9ceb
5 commits,
4 months ago
version 5
bacd5d1e
5 commits,
4 months ago
version 4
18f7176a
4 commits,
4 months ago
version 3
9752dddf
4 commits,
4 months ago
version 2
77e3e6d9
4 commits,
4 months ago
version 1
c4d1b4d2
4 commits,
4 months ago
Show latest version
1 file
+
1
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
7
Options
@@ -33,13 +33,7 @@ codespell:
pytest
:
stage
:
test
script
:
<<<<<<< Updated upstream
- "apk -q add git android-tools"
|
||||||
Stash
base
- "apk -q add git"
=======
- "apk -q add git kpartx losetup"
>
>>>>>>
Stashed
changes
-
"
apk
-q
add
git
android-tools
kpartx
losetup"
-
"
su
build
-c
'git
config
--global
user.email
ci@ci'"
-
"
su
build
-c
'git
config
--global
user.name
CI'"
-
"
echo
'build
ALL=(ALL)
NOPASSWD:
ALL'
>>
/etc/sudoers"
Loading