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

tests: remove core24 snap workarounds (#4761) #4763

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Changes from all commits
Commits
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
22 changes: 0 additions & 22 deletions spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,17 +282,6 @@ suites:
- ubuntu-24.04*
environment:
SNAPCRAFT_BUILD_ENVIRONMENT: ""
prepare: |
# Workaround to be able to test the snaps
if snap list core24; then
# The already installed case
exit 0
elif snap install core24; then
echo Remove this workaround
exit 1
else
snap install core24 --edge
fi

tests/spread/core24-suites/environment/:
summary: core24 environment tests
Expand All @@ -313,17 +302,6 @@ suites:
summary: core24 patchelf tests
systems:
- ubuntu-24.04*
prepare: |
# Workaround to be able to test the snaps
if snap list core24; then
# The already installed case
exit 0
elif snap install core24; then
echo Remove this workaround
exit 1
else
snap install core24 --edge
fi

# General, core suite
tests/spread/general/:
Expand Down
Loading