#19 Add compose_type to productmd.compose messages
Merged 5 years ago by psss. Opened 5 years ago by pholica.
fedora-ci/ pholica/messages master  into  master

@@ -19,12 +19,13 @@ 

    ],

    "artifact": {

      "type": "productmd-compose",

-     "id": "RHEL-ALT-7-20180101.n.0"

+     "id": "RHEL-ALT-7-20180101.n.0",

+     "compose_type": "nightly"

    },

    "type": "acceptance",

    "category": "validation",

    "status": "passed",

    "namespace": "rtt",

    "generated_at": "2018-01-01 00:01:00.000000",

-   "version": "0.1.0"

+   "version": "0.1.1"

  }

@@ -19,12 +19,13 @@ 

    ],

    "artifact": {

      "type": "productmd-compose",

-     "id": "RHEL-ALT-7-20180102.n.0"

+     "id": "RHEL-ALT-7-20180102.n.0",

+     "compose_type": "nightly"

    },

    "type": "acceptance",

    "category": "validation",

    "reason": "CI pipeline aborted",

    "namespace": "rtt",

    "generated_at": "2018-01-01 00:00:02.000000",

-   "version": "0.1.0"

+   "version": "0.1.1"

  }

@@ -12,11 +12,12 @@ 

    },

    "artifact": {

      "type": "productmd-compose",

-     "id": "RHEL-ALT-7-20180101.n.0"

+     "id": "RHEL-ALT-7-20180101.n.0",

+     "compose_type": "nightly"

    },

    "type": "acceptance",

    "category": "validation",

    "namespace": "rtt",

    "generated_at": "2018-01-01 00:00:00.000000",

-   "version": "0.1.0"

+   "version": "0.1.1"

  }

@@ -12,12 +12,13 @@ 

    },

    "artifact": {

      "type": "productmd-compose",

-     "id": "RHEL-ALT-7-20180101.n.0"

+     "id": "RHEL-ALT-7-20180101.n.0",

+     "compose_type": "nightly"

    },

    "type": "acceptance",

    "category": "validation",

    "namespace": "rtt",

    "lifetime": 1,

    "generated_at": "2018-01-01 00:00:01.000000",

-   "version": "0.1.0"

+   "version": "0.1.1"

  }

@@ -18,9 +18,20 @@ 

          examples:

              - RHEL-7.4-20180531.2

          type: string

+     compose_type:

+         description:

+             Type of compose produced by engineering.

+         examples:

+             - rel-eng

+             - nightly

+             - testing

+             - updates

+             - released

+         type: string

  

  required:

      - type

      - id

+     - compose_type

  

  type: object