Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved new Debian host image project from codelinaro to Cuttlefish github #496

Closed
wants to merge 150 commits into from
Closed
Changes from all commits
Commits
Show all changes
150 commits
Select commit Hold shift + click to select a range
9eebab3
Added bridge type support, and change iptables to iptables-legacy bec…
WeiChungHsu Mar 5, 2024
5496459
Merge branch 'google:main' into main
WeiChungHsu Mar 28, 2024
b785752
To added env DOCKER_RUNNING=true in Dockerfile, and RUN commands coul…
WeiChungHsu Mar 28, 2024
570a9d2
Update cuttlefish-base.cuttlefish-host-resources.init
WeiChungHsu Mar 30, 2024
851b743
Update cuttlefish-base.postinst
WeiChungHsu Mar 30, 2024
0e3002b
Update Dockerfile
WeiChungHsu Mar 30, 2024
8233c8c
Merge branch 'google:main' into main
WeiChungHsu Apr 1, 2024
4fce481
Merge branch 'google:main' into main
WeiChungHsu Apr 1, 2024
92af26a
Moved new debian host image project codes from codelinaro to Cuttlefi…
WeiChungHsu Apr 1, 2024
a3f770a
Changed name from .gitlab-ci.yml to gitlab-ci.yml because original na…
WeiChungHsu Apr 2, 2024
6a9d1af
Changed the host image installer name to be more universal since this…
WeiChungHsu Apr 3, 2024
6ddc1a9
Added initial version of debian host image ci workflow.
WeiChungHsu Apr 10, 2024
a5af02a
Testing host image workflow.
WeiChungHsu Apr 10, 2024
f74cf9b
Changed to linux runner.
WeiChungHsu Apr 10, 2024
bfffccb
Removed container field.
WeiChungHsu Apr 10, 2024
c9f8029
Changed container to debian:bullseye-20240110.
WeiChungHsu Apr 10, 2024
4776e04
Complete 1st workflow job on ubuntu, container debian:bookworm-20240311.
WeiChungHsu Apr 10, 2024
6c8f756
Added checkout repository and upload artifact.
WeiChungHsu Apr 10, 2024
f8046e3
Remove path in checkout repository.
WeiChungHsu Apr 11, 2024
1e6c59f
Fixed artifacts path.
WeiChungHsu Apr 11, 2024
205bfa6
Added one more job build-uboot-qemu-job in host-image-ci.yml workflow.
WeiChungHsu Apr 11, 2024
270f0b3
Fixed typo.
WeiChungHsu Apr 11, 2024
700bb1a
Try macos-14 arm64 again.
WeiChungHsu Apr 11, 2024
5b54571
Roll back to x86_64 ubuntu runner.
WeiChungHsu Apr 11, 2024
881082c
Added one more workflow job to test pbuilder for cross-platform (arm6…
WeiChungHsu Apr 12, 2024
e96e61c
Fixed typo.
WeiChungHsu Apr 12, 2024
945248b
Added build-metapackage-deb-job in workflow.
WeiChungHsu Apr 12, 2024
f93eff1
Fixed permission issue.
WeiChungHsu Apr 15, 2024
89e7558
Continue fixing permission issue.
WeiChungHsu Apr 15, 2024
ce48cc0
Fixed config permission issue.
WeiChungHsu Apr 15, 2024
f2cc86c
Added a new job build-kernel-aosp14-61-deb-job.
WeiChungHsu Apr 15, 2024
d28669b
Fixed errors.
WeiChungHsu Apr 16, 2024
ec51974
Added pbuilder related packages.
WeiChungHsu Apr 16, 2024
eca3c09
Try ubuntu-latest-large runner.
WeiChungHsu Apr 16, 2024
d1d9359
Try runner ubuntu-22.04-4core.
WeiChungHsu Apr 16, 2024
78daa4e
Added 2 more kernel build jobs and run on larger runners.
WeiChungHsu Apr 17, 2024
1d0ab53
Extend timeout to 1100 mins which is around 18 hours, and temporary r…
WeiChungHsu Apr 17, 2024
c139a22
Changed runner and timeout label location.
WeiChungHsu Apr 18, 2024
7c2a27e
Added "-j16" to make command to speedup the job.
WeiChungHsu Apr 18, 2024
3a68a9a
Changed runner.
WeiChungHsu Apr 18, 2024
7ac02f3
Fixed output directory.
WeiChungHsu Apr 19, 2024
e893e57
Added back 2 more kernel build jobs.
WeiChungHsu Apr 20, 2024
ec37c1b
Added test jbs.
WeiChungHsu Apr 22, 2024
eb9fae7
Added some test scripts for cross-platform testing.
WeiChungHsu Apr 22, 2024
3cfb981
Fixed pbuilder package installation.
WeiChungHsu Apr 23, 2024
27dee89
Removed sudo in test job.
WeiChungHsu Apr 23, 2024
2273cd3
Fixed pbuilder again.
WeiChungHsu Apr 23, 2024
9e5acf0
Continue fixing.
WeiChungHsu Apr 23, 2024
4b3f56e
Temporary remove jobs to focus on debugging the test job issue.
WeiChungHsu Apr 23, 2024
8db93aa
Added apt update.
WeiChungHsu Apr 23, 2024
a6732f5
Fixed pbuilder-dist not found issue.
WeiChungHsu Apr 23, 2024
52302db
Keep fixing.
WeiChungHsu Apr 23, 2024
f2e3131
print debug message.
WeiChungHsu Apr 23, 2024
fce5179
Test no container.
WeiChungHsu Apr 23, 2024
539b7f9
fixing.
WeiChungHsu Apr 23, 2024
78a3fc2
keep fixing.
WeiChungHsu Apr 23, 2024
42eb17d
Fixing.
WeiChungHsu Apr 23, 2024
2ce8ee7
Added back jobs.
WeiChungHsu Apr 23, 2024
e59c912
Added more debug message and try to fix losetup issue.
WeiChungHsu Apr 24, 2024
9705f40
Added more debugging info.
WeiChungHsu Apr 24, 2024
1f09834
Added input parameter support in test script.
WeiChungHsu Apr 25, 2024
1f9d9ba
Fixing.
WeiChungHsu Apr 25, 2024
f63210b
Keep fixing.
WeiChungHsu Apr 25, 2024
ed25991
Fixed input parameter issue.
WeiChungHsu Apr 25, 2024
6b77ae6
Trying to upload to release with tag_name.
WeiChungHsu Apr 26, 2024
7f15c83
Added release section.
WeiChungHsu Apr 26, 2024
61692ef
Change release version.
WeiChungHsu Apr 26, 2024
bedd334
Fixed release.
WeiChungHsu Apr 26, 2024
bb46542
Changed upload_url.
WeiChungHsu Apr 26, 2024
a2e2654
Changed to create release.
WeiChungHsu Apr 29, 2024
2ae012b
Removed tag.
WeiChungHsu Apr 29, 2024
d3d80c7
Changed github.token.
WeiChungHsu Apr 29, 2024
99a8ec7
Added permission write.
WeiChungHsu Apr 29, 2024
4c902b1
Chnage permission to write-all.
WeiChungHsu Apr 29, 2024
23fda49
Chngdae tag name and release name.
WeiChungHsu Apr 29, 2024
6bf9762
Temporary remove all jobs and only focus on release testing.
WeiChungHsu Apr 29, 2024
e98b332
Fixed typo.
WeiChungHsu Apr 29, 2024
9cdca48
Merge branch 'google:main' into main
WeiChungHsu Apr 29, 2024
a1cd84a
Test more.
WeiChungHsu Apr 29, 2024
9cdaa8a
Change release name and try again.
WeiChungHsu Apr 29, 2024
5c258ef
Added upload release asset.
WeiChungHsu Apr 29, 2024
121c907
Minor fix.
WeiChungHsu Apr 29, 2024
0a3cb8a
Added github token.
WeiChungHsu Apr 29, 2024
9a36fb3
Changed to release event.
WeiChungHsu Apr 29, 2024
97db4d6
Try delete release.
WeiChungHsu Apr 30, 2024
194f017
Added on event.
WeiChungHsu Apr 30, 2024
e123e40
Changed uses field.
WeiChungHsu Apr 30, 2024
45453a4
Added repo field.
WeiChungHsu Apr 30, 2024
36e1122
Test create and delete release.
WeiChungHsu Apr 30, 2024
309bfca
Try google/android-cuttlefish repo.
WeiChungHsu Apr 30, 2024
4e0db51
Moved back to my repo for now because google repo can't create/delete…
WeiChungHsu Apr 30, 2024
3329f1d
Added back everything and create release with tag latest.
WeiChungHsu Apr 30, 2024
0bf4720
Remove long run job and test on short run job.
WeiChungHsu Apr 30, 2024
0c5fd22
Changed repo and try again.
WeiChungHsu Apr 30, 2024
a49759f
Changed permssion.
WeiChungHsu Apr 30, 2024
81d6e69
Added more token fields.
WeiChungHsu Apr 30, 2024
55034d7
Changed repo and test again.
WeiChungHsu Apr 30, 2024
4c9a6bb
Added repo name into create release.
WeiChungHsu Apr 30, 2024
593441d
Changed repo name.
WeiChungHsu May 1, 2024
39ddc37
Changed to default repo.
WeiChungHsu May 1, 2024
7690998
Test gh CLI.
WeiChungHsu May 1, 2024
0c08a27
Added github_token.
WeiChungHsu May 1, 2024
b63326c
Fixed typo.
WeiChungHsu May 1, 2024
c44fcbd
Changed gh CLI.
WeiChungHsu May 1, 2024
f0f9fe1
Changed gh CLI again.
WeiChungHsu May 1, 2024
3b072a9
Changed repo again.
WeiChungHsu May 1, 2024
905aace
Moved everything back for review now. Will continue adding more jobs …
WeiChungHsu May 1, 2024
e9c035d
Testing reuse workflow.
WeiChungHsu May 9, 2024
2f81909
Added workflow_call in reuseble workflow.
WeiChungHsu May 9, 2024
c971209
Changed reusable workflow from main branch to the same repository.
WeiChungHsu May 9, 2024
ce7b37e
Changed again.
WeiChungHsu May 9, 2024
288820a
Move to tools directory.
WeiChungHsu May 9, 2024
efff92e
Merge branch 'google:main' into main
WeiChungHsu May 9, 2024
936108a
Sync main branch.
WeiChungHsu May 9, 2024
1305dcf
Fixed the path issue.
WeiChungHsu May 10, 2024
78424d2
Merge branch 'google:main' into main
WeiChungHsu May 10, 2024
6f0312f
Moved back everything and try again.
WeiChungHsu May 10, 2024
ed78b51
Fixed the package name typo.
WeiChungHsu May 10, 2024
b7e24b7
Merge branch 'google:main' into main
WeiChungHsu May 10, 2024
b0d15d9
Fixed missing bazel issue.
WeiChungHsu May 10, 2024
4384a0b
Fixed the path issue.
WeiChungHsu May 11, 2024
7dc2bf6
Merge branch 'google:main' into main
WeiChungHsu May 14, 2024
f7388e1
Merge branch 'google:main' into main
WeiChungHsu May 15, 2024
cf551cc
Changed metapackage-linaro-gigamp and linaro name to google which is …
WeiChungHsu May 15, 2024
68addf3
Change trigger event to push event only.
WeiChungHsu May 16, 2024
7bf4bd0
Upload cuttlefish x86 deb packages as well.
WeiChungHsu May 16, 2024
1e16869
Install 7zip tool.
WeiChungHsu May 16, 2024
b817458
Removed sudo in the 7zip install command.
WeiChungHsu May 16, 2024
04bc38a
Merge branch 'google:main' into main
WeiChungHsu May 17, 2024
8da0a1e
Moved reusable build jobs to a new workflow file reusable-build.yaml …
WeiChungHsu May 17, 2024
c3fa04a
Reduce apt-get install to less commands. Step 1.
WeiChungHsu May 17, 2024
01bdf06
Reduce apt install to less commands.
WeiChungHsu May 17, 2024
0dee22e
Testing matrix in workflow.
WeiChungHsu May 17, 2024
f6e996f
Added strategy field.
WeiChungHsu May 17, 2024
f10055d
Test matrix on name and output path.
WeiChungHsu May 17, 2024
fc83e18
Changed the name field from env var to matrix var.
WeiChungHsu May 17, 2024
5b6512d
Added back everything and added matrix strategy support.
WeiChungHsu May 17, 2024
2464d63
Changed third-party action version to commit hash.
WeiChungHsu May 17, 2024
cfeca2d
Path can't use env var, instead, it should use matrix value.
WeiChungHsu May 18, 2024
559e536
Changed back trigger event to push event only.
WeiChungHsu May 20, 2024
9fe67fb
Merge branch 'google:main' into main
WeiChungHsu May 20, 2024
8f4245b
Merge branch 'main' into main
WeiChungHsu May 20, 2024
23e4141
Try to fix merge conflict.
WeiChungHsu May 21, 2024
0613c49
Fixing merge conflict.
WeiChungHsu May 21, 2024
9b3f530
Fixing merge conflict.
WeiChungHsu May 21, 2024
c6dd23e
Fixed merge conflict.
WeiChungHsu May 21, 2024
92f435f
Still fixing merge conflict.
WeiChungHsu May 21, 2024
93e4206
Keep fixing merge conflict.
WeiChungHsu May 21, 2024
7359c0e
Merge branch 'google:main' into main
WeiChungHsu May 21, 2024
9c9fcfa
Changed stable version to v0.9.28 as we discussed.
WeiChungHsu May 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions base/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cuttlefish-common (0.9.29) UNRELEASED; urgency=medium

-- Chad Reynolds <chadreynolds@google.com> Mon, 22 Apr 2024 15:56:40 -0700

cuttlefish-common (0.9.28) unstable; urgency=medium
cuttlefish-common (0.9.28) stable; urgency=medium

* Other bug fixes

Expand All @@ -25,7 +25,7 @@ cuttlefish-common (0.9.28) unstable; urgency=medium

-- Jorge E. Moreira <jemoreira@google.com> Wed, 31 Jan 2024 11:40:30 -0700

cuttlefish-common (0.9.27) unstable; urgency=medium
cuttlefish-common (0.9.27) stable; urgency=medium

* Increase nofile soft limit to support passthrough GPU modes

Expand Down
Loading