Skip to content

Commit

Permalink
Replaced echo-server image by multiarch
Browse files Browse the repository at this point in the history
(cherry picked from commit apache/camel-k@af5a96ef1)
  • Loading branch information
lfabriko authored and github-actions[bot] committed Apr 19, 2024
1 parent 2dab47f commit e50a28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/common/misc/pipe_with_image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func TestPipeWithImage(t *testing.T) {
bindingID := "with-image-binding"

t.Run("run with initial image", func(t *testing.T) {
expectedImage := "docker.io/jmalloc/echo-server:0.3.2"
expectedImage := "quay.io/fuse_qe/echo-server:0.3.2"

g.Expect(KamelBindWithID(t, ctx, operatorID, ns, "my-own-timer-source", "my-own-log-sink", "--annotation", "trait.camel.apache.org/container.image="+expectedImage, "--annotation", "trait.camel.apache.org/jvm.enabled=false", "--annotation", "trait.camel.apache.org/kamelets.enabled=false", "--annotation", "trait.camel.apache.org/dependencies.enabled=false", "--annotation", "test=1", "--name", bindingID).Execute()).To(Succeed())

Expand All @@ -68,7 +68,7 @@ func TestPipeWithImage(t *testing.T) {
})

t.Run("run with new image", func(t *testing.T) {
expectedImage := "docker.io/jmalloc/echo-server:0.3.3"
expectedImage := "quay.io/fuse_qe/echo-server:0.3.3"

g.Expect(KamelBindWithID(t, ctx, operatorID, ns, "my-own-timer-source", "my-own-log-sink", "--annotation", "trait.camel.apache.org/container.image="+expectedImage, "--annotation", "trait.camel.apache.org/jvm.enabled=false", "--annotation", "trait.camel.apache.org/kamelets.enabled=false", "--annotation", "trait.camel.apache.org/dependencies.enabled=false", "--annotation", "test=2", "--name", bindingID).Execute()).To(Succeed())
g.Eventually(IntegrationGeneration(t, ctx, ns, bindingID)).
Expand Down

0 comments on commit e50a28e

Please sign in to comment.