Skip to content

Commit

Permalink
feat: add docker-build-multi-platform-oci-ta pipeline test
Browse files Browse the repository at this point in the history
  • Loading branch information
tisutisu committed Nov 25, 2024
1 parent d01df85 commit 702be4d
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions tests/build/build_templates_scenarios.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,23 @@ func (s ComponentScenarioSpec) DeepCopy() ComponentScenarioSpec {

var componentScenarios = []ComponentScenarioSpec{
{
GitURL: "https://github.com/konflux-qe-bd/devfile-sample-python-basic",
Revision: "47fc22092005aabebce233a9b6eab994a8152bbd",
ContextDir: ".",
DockerFilePath: constants.DockerFilePath,
// "docker-build-multi-platform-oci-ta" needs to be enabled, when the issue https://issues.redhat.com/browse/KFLUXBUGS-1646 is fixed
GitURL: "https://github.com/konflux-qe-bd/devfile-sample-python-basic",
Revision: "47fc22092005aabebce233a9b6eab994a8152bbd",
ContextDir: ".",
DockerFilePath: constants.DockerFilePath,
PipelineBundleNames: []string{"docker-build", "docker-build-oci-ta"},
EnableHermetic: false,
PrefetchInput: "",
},
{
GitURL: "https://github.com/konflux-qe-bd/multiarch-sample-repo",
Revision: "bc0452861279eb59da685ba86918938c6c9d8310",
ContextDir: ".",
DockerFilePath: "Dockerfile",
PipelineBundleNames: []string{"docker-build-multi-platform-oci-ta"},
EnableHermetic: false,
PrefetchInput: "",
},
{
GitURL: "https://github.com/konflux-qe-bd/retrodep",
Revision: "d8e3195d1ab9dbee1f621e3b0625a589114ac80f",
Expand Down

0 comments on commit 702be4d

Please sign in to comment.