#120 Add type to brew-build ResultsDB updater mapping
Closed 2 years ago by pholica. Opened 2 years ago by pholica.
fedora-ci/ pholica/messages master  into  master

@@ -7,3 +7,5 @@ 

  data:

      item:

          - "${body.artifact.nvr}"

+     type:

+         - "${body.artifact.type}"

@@ -7,3 +7,5 @@ 

  data:

      item:

          - "${body.artifact.nvr}"

+     type:

+         - "${body.artifact.type}"

@@ -7,3 +7,5 @@ 

  data:

      item:

          - "${body.artifact.nvr}"

+     type:

+         - "${body.artifact.type}"

@@ -7,3 +7,5 @@ 

  data:

      item:

          - "${body.artifact.nvr}"

+     type:

+         - "${body.artifact.type}"

This should provide information required by the GreenWave.

It seems this got lost in the discussion in the initial merge request: https://pagure.io/fedora-ci/messages/pull-request/109#comment-132592

@lholecek Could you please check this? Do you think anything else is needed?

Metadata Update from @mvadkert:
- Pull-request tagged with: review-needed

2 years ago

@lholecek Could you please check this? Do you think anything else is needed?

Looks good, but lot of other things are still missing - depending on what you need:
- scenario
- system_architecture
- system_variant
- scratch

@draval Can you also help review?

@lholecek Could you please check this? Do you think anything else is needed?

Looks good, but lot of other things are still missing - depending on what you need:
- scenario
- system_architecture
- system_variant
- scratch

Thank you, you're right, those should be there as well. Unfortunately I don't know the syntax (e.g. scenario is optional) so I would have spend some time finding out how to actually add those :/

Pull-Request has been closed by pholica

2 years ago