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

Switch testflinger-cli to core22 base #175

Merged
merged 4 commits into from
Dec 14, 2023
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
8 changes: 4 additions & 4 deletions cli/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ description: |
server for submitting test jobs, checking status, getting results, and
streaming output.
confinement: strict
base: core20
base: core22
grade: stable
adopt-info: testflinger-cli

architectures:
Expand All @@ -31,6 +32,5 @@ parts:
source: .
override-pull: |
set -e
snapcraftctl pull
snapcraftctl set-version "$(date +%Y%m%d)"
snapcraftctl set-grade "stable"
craftctl default
craftctl set version="$(date +%Y%m%d)"
Loading