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

Add manifest entry for dangerous grade images (new) #1541

Merged
merged 2 commits into from
Oct 15, 2024

Commits on Oct 10, 2024

  1. Add manifest to check grade status of an image

    In our testing lab, we need to provision some devices with Ubuntu Core
    images that are set to use the 'dangerous' grade.
    
    This will fail the `image/model-grade` test.
    
    Add a new `dangerous_grade_core_image` manifest to decide whether or not
    we should be running this test.
    
    It will be run by default (when there is no manifest entry, its value is
    set to 'False'), but by setting it to True, the test will be skipped.
    pieqq committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    59deae1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Modify manifest name

    Fix #1479
    pieqq committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    29018e7 View commit details
    Browse the repository at this point in the history