Skip to content

Commit

Permalink
[integration-test] Fix image build test
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince Rachit Sinha authored and roboquat committed May 5, 2022
1 parent 9195abf commit 8020f4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/tests/components/image-builder/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func TestBaseImageBuild(t *testing.T) {

bld, err := client.Build(ctx, &imgapi.BuildRequest{
ForceRebuild: true,
TriggeredBy: "integration-test",
Source: &imgapi.BuildSource{
From: &imgapi.BuildSource_File{
File: &imgapi.BuildSourceDockerfile{
Expand Down Expand Up @@ -116,6 +117,7 @@ func TestParallelBaseImageBuild(t *testing.T) {

req := &imgapi.BuildRequest{
ForceRebuild: true,
TriggeredBy: "integration-test",
Source: &imgapi.BuildSource{
From: &imgapi.BuildSource_File{
File: &imgapi.BuildSourceDockerfile{
Expand Down

0 comments on commit 8020f4e

Please sign in to comment.