2019-08-08 17:41:31 -07:00
|
|
|
$id: koji-build.test.queued
|
2018-08-20 15:58:04 +02:00
|
|
|
$schema: http://json-schema.org/draft-07/schema#
|
|
|
|
|
|
|
|
|
|
description:
|
|
|
|
|
Testing has been queued, but not yet started.
|
|
|
|
|
This is an optional message.
|
|
|
|
|
|
|
|
|
|
properties:
|
2019-03-20 15:54:32 +01:00
|
|
|
contact:
|
2018-09-17 11:18:00 +02:00
|
|
|
$ref: contact.json
|
2018-08-20 15:58:04 +02:00
|
|
|
run:
|
|
|
|
|
$ref: run.json
|
|
|
|
|
artifact:
|
2018-09-11 11:52:04 +02:00
|
|
|
$ref: rpm-build.json
|
2019-02-13 18:18:03 +01:00
|
|
|
pipeline:
|
|
|
|
|
$ref: pipeline.json
|
|
|
|
|
test:
|
|
|
|
|
$ref: test-common.json
|
2018-08-20 15:58:04 +02:00
|
|
|
generated_at:
|
2020-11-19 21:15:33 -05:00
|
|
|
$ref: common.json#/properties/generated_at
|
2018-08-20 15:58:04 +02:00
|
|
|
version:
|
2020-11-19 21:15:33 -05:00
|
|
|
$ref: common.json#/properties/version
|
2022-04-05 16:03:03 +02:00
|
|
|
system:
|
|
|
|
|
type: array
|
|
|
|
|
items:
|
|
|
|
|
$ref: system.json
|
2018-08-20 15:58:04 +02:00
|
|
|
|
|
|
|
|
required:
|
2019-03-20 15:54:32 +01:00
|
|
|
- contact
|
2018-08-20 15:58:04 +02:00
|
|
|
- run
|
|
|
|
|
- artifact
|
2019-02-13 18:18:03 +01:00
|
|
|
- pipeline
|
|
|
|
|
- test
|
2018-08-20 15:58:04 +02:00
|
|
|
- generated_at
|
2018-09-15 12:59:28 +02:00
|
|
|
- version
|
2018-08-20 15:58:04 +02:00
|
|
|
|
|
|
|
|
type: object
|