696ced2 Switch FCOS scheduling to use build metadata, add consumer (#85)

Authored and Committed by adamwill 2 years ago
    Switch FCOS scheduling to use build metadata, add consumer (#85)
    
    There are now messages (coreos.build.state.change) we can use
    to trigger tests of FCOS builds. This includes builds that aren't
    published to the public streams, so in order to test those, we
    change the triggering code to run from the 'build URL' (which
    is provided in these messages), using a per-build metadata file
    (`meta.json`) which should always be present. To manually trigger
    tests you need to know this build URL. This change also allows
    for scheduling for aarch64, though the templates aren't yet set
    up for this.
    
    Signed-off-by: Adam Williamson <awilliam@redhat.com>
    
        
  • Zuul
    success
    Jobs result is success
    2 years ago
file modified
+6 -7
file modified
+22 -0
file modified
+19 -16
file modified
+6 -13
file modified
+33 -6
file modified
+22 -66