redhat-buildpacks / testing

Project aiming to help us to perform e2e tests using Buildpacks
Apache License 2.0
0 stars 3 forks source link

Externalize the configuration to support dynamic strategies #30

Closed cmoulliard closed 1 year ago

cmoulliard commented 1 year ago

Todo

Externalize the matrix/strategy

matrix:
    strategy:
      builder-image: [ 'paketobuildpacks/builder-jammy-tiny:0.0.175' ]
      pack_cli_version: [ 'v0.30.0-rc1' ]

in an extenal configuration file able in order to be able to import it in each job file

      matrix: ${{ fromJSON(needs.configure.outputs.matrix) }}

Such a feature will help us to implement a more dynamic mechanism to configure the matrix of the strategy and to avoid to declare in each job.yaml file the same key/value to be tested