Skip to content
Snippets Groups Projects
  • Andrej Shadura's avatar
    2ac52a83
    Add a template for image pipeline · 2ac52a83
    Andrej Shadura authored
    
    To avoid repeating settings from image recipes, use a tiny Python script
    to parse the original pipeline’s YAML definition and collect variables
    into .env files to be sourced directly into the image building job’s
    shell.
    
    The original pipeline places the devroot tarball in a directory that
    would otherwise not be accessible in this job, so we override it by
    passing another -t devrootpack: argument to debos.
    
    Signed-off-by: default avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
    Add a template for image pipeline
    Andrej Shadura authored
    
    To avoid repeating settings from image recipes, use a tiny Python script
    to parse the original pipeline’s YAML definition and collect variables
    into .env files to be sourced directly into the image building job’s
    shell.
    
    The original pipeline places the devroot tarball in a directory that
    would otherwise not be accessible in this job, so we override it by
    passing another -t devrootpack: argument to debos.
    
    Signed-off-by: default avatarAndrej Shadura <andrew.shadura@collabora.co.uk>