Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Console View

Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

f67257c1db2c...
Ines Almeida
Call fetch service endpoint to remove resources at the end of a successfull build
Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/474938
f567cf4f8ad9...
RuinedYourLife
Delete craft recipe and jobs when deleting recipes
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474261
  • lp-devel-focal: cleaned previous lxd containers failed -  stdio
f193a41c8178...
Tushar
Improve local developer setup workflow by building pre-cached image using rocks.
- Added a yaml file to build lxd image using lxd-imagebuilder
- Added a helper script to be pulled in directly to launch a dev instance using lxd
- Added make target to build new images
- Added docs for the new workflow separately in the docs repo.

Merged from https://code.launchpad.net/~tushar5526/launchpad/+git/launchpad/+merge/473761
ee2988189f85...
Ines Almeida
Add fetch_service_policy configuration for Rocks
Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/474697
ed8076a8ad46...
Guruprasad Lakshmi Narayanan
Upgrade pre-commit hooks
And fix issues reported by the upgraded linters

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/474545
e325c889791a...
Ines Almeida
Merge db-stable 9fed52ac7178f05487d975801b5ac4e2e78c356d (add fetch_service_policy enum to Snaps, Rocks and Crafts tables)
Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/474982
e2d829f7e392...
Jürgen Gmach
Expose IRockRecipeBuildRequest.architectures via API
Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/475097
d41a6abc2cfa...
Launchpad Buildbot
Automatic merge from stable up to 80d4ef96b0ad
d3276852937e...
Simone Pelosi
Propagate launchpad context to builders
This change is required in order to use the correct craft URLs.
The starcraft team will set the craft urls accordingly.

Merged from https://code.launchpad.net/~pelpsi/launchpad/+git/launchpad/+merge/475535
c4652fb45d3e...
RuinedYourLife
Skip preloading recipe data for craft recipes
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474654
c14bc1d6b7d0...
RuinedYourLife
Add webservice for craft recipes
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474292
af88886690c0...
RuinedYourLife
Fetch service configuration for craft builds
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474384
a2144151366d...
Launchpad Buildbot
Automatic merge from stable up to c4652fb45d3e
9fed52ac7178...
Ines Almeida
db: add fetch_service_policy enum to Snaps, Rocks and Crafts tables
Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/474585
95b48fb085ce...
Jürgen Gmach
Skip preloading recipe data for rock recipes
Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/474516
946f58777b2d...
Ines Almeida
Re-add rock recipe preloading
Recipe preloading was previously failing after allowing remote git repositories. We now skip preloading the git refs for remote repositories, but still preload everything else

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/475349
93073a29e960...
Jürgen Gmach
Add and export RockRecipeBuild.getFileUrls
Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/474912
9014714bcead...
Jürgen Gmach
Fix API call for CraftRecipe.builds
Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/474929
80d4ef96b0ad...
Jürgen Gmach
Update test to reflect recent craft upload fix
Collecting the output of craft builds have been fixed, but the
corresponding test had not been updated.

This has been done now.

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/474890
77acd0025e06...
RuinedYourLife
Fix missing craft api endpoints
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474922
7238bc9c0ad9...
Guruprasad Lakshmi Narayanan
Merge db-stable fba0a66df2 (Add RockRecipe.git_repository_url)
Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/474499
712c3cd282af...
Guruprasad Lakshmi Narayanan
Send SNI when connecting to a HTTPS mirror through a proxy
Thanks to Keyu Tao (https://launchpad.net/~taoky) for suggesting the fix.

LP: #1885585

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/474546
6ec9193aa019...
Ines Almeida
Allow snapcraft store git remote URLs
Currently we restrict which hosting instances we can fetch files from - this enables the *craft stores with turnip backend as a source of *craft.yaml files.
Currently this adds a hardcoded list of URLs that can be used, to be refactored to become more extensible

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/474606
68a82a672f8a...
Ines Almeida
Make store git hostnames configurable via feature flag
Setting valid hostnames won't require a deployment from Launchpad with this change. Instead, the `git_repository_url.store_hostnames` feature flag can be set, with the various hostnames separated by spaces. Example 'git_repository_url.store_hostnames default 0 git.staging.snapcraftcontent.com git.staging.pkg.store'

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/474874
6010f68dec86...
RuinedYourLife
Merge db-stable f3c37283ea (Add CraftRecipe.use_fetch_service)
Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/474497
5ebe2e49b89f...
Launchpad Buildbot
Automatic merge from stable up to 95b48fb085ce
5466644bf901...
Launchpad Buildbot
Automatic merge from stable up to 68a82a672f8a
52266de68bb1...
RuinedYourLife
Complete craft api without frontend integration
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474279
4e43c7f666a9...
Jürgen Gmach
Expose RockRecipe.build_metadata_url
Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/474914
4b6b66342655...
Launchpad Buildbot
Automatic merge from stable up to e338f4569905
4b4aac6ede79...
RuinedYourLife
Expose git_path & git_repository_url
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474651
48dc3a415dfe...
RuinedYourLife
Merge db-stable cd293fb9a6 (Add CraftRecipe.git_repository_url)
Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/474500
48cea2b73c2c...
RuinedYourLife
Test preload craft build data
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/475003
4361220dd16f...
RuinedYourLife
Add run logic to CraftRecipeRequestBuildsJob
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474137
4157cf49f909...
RuinedYourLife
Enable requesting a subset of architectures for craft builds
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474360
28ad0647165a...
Ines Almeida
Reduce the max chunk size for ScrubPOFileTranslator garbo daily
This job has been consantly having long running transactions that take hours. Reducing the size of the chunk to see if it makes transaction.commit() more manageable

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/475757
22ade00ab50b...
Simone Pelosi
Add new variables to extra build args
Merged from https://code.launchpad.net/~pelpsi/launchpad/+git/launchpad/+merge/475697
15c3b671e62c...
RuinedYourLife
Fix craft build output file
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474876
01390110bd83...
Jürgen Gmach
Fix test for IRockRecipeBuildRequest.architectures
Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/475141
00480dd76209...
Launchpad Buildbot
Automatic merge from stable up to 48dc3a415dfe