snappy:master-riscv64

Last commit made on 2024-03-22
Get this branch:
git clone -b master-riscv64 https://git.launchpad.net/snappy

Branch merges

Branch information

Name:
master-riscv64
Repository:
lp:snappy

Recent commits

35fa58a... by Dimitri John Ledkov

build-aux: make snapcraft.yaml riscv64 compatible

Also 22.04 packaging does not exist in upstream snapd yet, reuse 16.04
packaging for now.
There is no libgcc1 package anymore on 20.04 and later. To get the
needed `libgcc_s.so.1` library the package `libgcc-s1` is needed
instead.

b749eda... by Ernest Lotter

release: 2.62

3306338... by Zygmunt Krynicki

sandbox/apparmor: detect but ignore apparmor 4 (#13740)

Due to issues with incorrect behavior to mediate:

    stat /dev/mqueue

For applications governed by the profile that allows it via

    mqueue,

We cannot yet use apparmor 4, even if one is supported on the host. This does
impact userns mediation but it is better to have the old mediation and not
break snaps, than to have some new mediation in some cases and some unexpected
mediation in other cases.

Once the mqueue, issue is identified and we have updated bundled apparmor to a
stable release of apparmor 4, this patch can be reverted.

Signed-off-by: Zygmunt Krynicki <email address hidden>

1af45be... by Andrew Phelps <email address hidden>

tests: fix recovery-system-reboot install test that was being interrupted by a system reboot (#13736)

* tests/nested/manual/recovery-system-reboot: fix test that was being interrupted by a system reboot

In the case of an auto-refresh, the system would reboot. This resulted
in some cryptic failures. Make sure to wait for an auto-refresh to
happen before removing the recovery system, and make sure to wait for
the system to reboot once the auto-refresh has finished.

* tests/nested/manual/recovery-system-reboot: add an extra wait to continue waiting after reboot

c993a16... by Ondrej Kubik

gadget: if storage traits is zero sized file, assume traits do not exist (#13719)

This is a safe fallback, as no-existent storage traits is a valid usecase.

Signed-off-by: Ondrej Kubik <email address hidden>

2b48274... by Sergio Cazzolato

tests: initial changes to run core suite in uc24 (#13712)

* tests: initial changes to run core suite in uc24

Changes needed to run core test suite in uc24

* Squashed 'tests/lib/external/snapd-testing-tools/' changes from 1c8efb77e1..1db5214d5f

1db5214d5f Improve the remote docs (#36)
2e4a3153a2 1 more comment
3a0fc57e1e add explanation about why we check for ( Do | Doing )
4cf8e635bf fix os.query test after merge
b89b4f8647 fix artifacts name
d30cee6da0 Merge remote-tracking branch 'upstream/main'
5ef5dcbe8f Tests use artifacts in spread tests (#51)
555c43d2ab Support auto-refresh with Do instead of Doing
96c2b0c19c remove tests support for ubuntu 23.04 (EoL)
74082c0c34 Tests improve remote wait (#49)
5121bfb659 remove support for opensuse leap 15.4 (#48)
30df700d08 Add new systems support (#47)
1f08938925 Support check amazon linux version (#46)
43533bdd97 Change the exit value checking for test formats (#45)
3c88244c04 Update check-test-format to support a dir and a list of files (#44)
510d95f429 add extra check for error in auto-refresh detection function
3289d4031b Try open the log with latin-1 encoding when utf-8 is not working
9db785499f improved how the tools are waiting for system reboot
2a5c4414a3 fix shellcheck errors
5e7b63883d Fixes for osquery and tests pkgs (#43)
4c9145e2ac support reboot waiting for auto-refresh
45768f5188 show changes in unknown status after refresh
8013c30c2a Remove support for ubuntu 22.10
b32b80bf54 Fix remote.rait-for test in bionic
5675c625e9 Enable fedora 38
55f4471957 Support for new oss
f2e88b357c New tool used to query spread json reports
cacd35ede0 utils/spread-shellcheck: explain disabled warnings (#42)
c82afb2dee Support --no-install-recommends parameter when installing dependencies with tests.pkgs
b84eea92e2 spread-shellcheck: fix quotes in environment variables (#41)
ab1e51c29f New comparison in os-query for core systems (#40)
e5ae22a5d4 systemd units can be overwritten
63540b845a Fix error messages in remote pull and push
75e8a426a5 make sure the unit is removed in tests.systemd test
9089ff5c02 Update tests to use the new tests.systemd stop-unit
44ecd5e56a Move tests.systemd stop-units to stop-unit
01a2a83b4b Update tests.systemd to have stop units as systemd.sh
162e93bd35 update tests.systemd CLI options to be the same than retry command
14aa43a405 new feature to re-run failed spread tests (#39)
604cb782db Fix shellcheck in systemd tool
bfc71082c8 Update the tests.systemd to allow parameters waiting for service status
8a2d0a99df Adding quiet tool and removing set +-x from tests.pkgs
d90935d2a4 A comment explaining about the default values for wait-for
3232c5dba7 Add support for ubuntu 23.04
a7164fba07 remove fedora 35 support, add fedora 37 support
89b9eb5301 Update systems supported
92bb6a0664 Include snap-sufix in the snaps.name tool

git-subtree-dir: tests/lib/external/snapd-testing-tools
git-subtree-split: 1db5214d5fe91d90b4ffcd4768db8080fcc245ab

* fix core version under test

* adding missing model

* add missing function in nested.sh

* fix keys used for uc24

* Squashed 'tests/lib/external/snapd-testing-tools/' changes from 1db5214d5f..dacfd81de9

dacfd81de9 fix is_core functions

git-subtree-dir: tests/lib/external/snapd-testing-tools
git-subtree-split: dacfd81de95e05a9e56d84be45e0611275b083f4

* use pc-kernel from beta channel

* removing file created for workflow tests

* remove more dirs created during automatic merge

* restore perimssions for files in test snap-repair

* restore tools permissions merged incorrectly

* fix wording in test

* Squashed 'tests/lib/external/snapd-testing-tools/' changes from dacfd81de9..b89ec98b23

b89ec98b23 use local variables in os.query tool

git-subtree-dir: tests/lib/external/snapd-testing-tools
git-subtree-split: b89ec98b239dc9ef729b6af68ce1b5028b4eee23

* fix remove test details

08db32c... by Maciej Borzecki

tests/main/microk8s-smoke: remove pods, nods and stop all processes

The problem was identified to be a missing cleanup of the running pods and
support services.

Signed-off-by: Maciej Borzecki <email address hidden>

c9e540f... by Maciej Borzecki

tests/main/cgroup-devices-v2: collect more debug information

The test was observed to be unstable on certain systems. Try to collect more
debug info.

Signed-off-by: Maciej Borzecki <email address hidden>

7058be6... by Ernest Lotter

tests: use snapcraft and lxd with latest fixes where possible (#13724)

* spread.yaml: use lxd edge with shmounts fix

* tests: use snapcraft edge with fix to handle lxd version naming change

* tests: use lxd 5.20/stable with snapcraft 4.x that cannot handle lxd version naming change

* tests: added details for nested/manual/devmode-snaps-can-run-other-snaps

5878e9e... by Maciej Borzecki

tests: remove packages marked for auto-removal before running any tests

The spread-images is missing a cleanup step after an upgrade which would run
auto-removal of obsolete packages. Work around this by removing any outstanding
packages that would normally be dropped. This should prevent any package
manipulation code in the tests from raising false positives in package cleanup
checks running in restore-each.

Signed-off-by: Maciej Borzecki <email address hidden>