You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/04/06 08:28:47 UTC

[GitHub] [camel-k] bouskaJ commented on pull request #3126: Stabilize route test

bouskaJ commented on PR #3126:
URL: https://github.com/apache/camel-k/pull/3126#issuecomment-1089990279

   > @bouskaJ I've run openshift test twice, and we are getting this failure:
   > 
   > ```
   > --- FAIL: TestTektonLikeBehavior (66.69s)
   > ```
   > 
   > Do you mind having a look and see why it is affected by this change?
   
   @squakez 
   I have investigated it a little and it seems that that is not a problem of this PR but the problem is in the `release-1.6.x`. I have created a very simple PR to invoke the CI action on the `release-1.6.x` and it failed as well (see https://github.com/bouskaJ/camel-k/pull/12). 
   
   I am not an expert but I have a feeling that we build the ` docker.io/apache/camel-k:1.6.2-SNAPSHOT` https://github.com/bouskaJ/camel-k/runs/5846804729?check_suite_focus=true#step:9:1458 but the tekton pod is pulling `docker.io/apache/camel-k:1.6.1-SNAPSHOT` (see https://github.com/apache/camel-k/blob/release-1.6.x/e2e/support/test_support.go#L1140 and https://github.com/apache/camel-k/blob/release-1.6.x/pkg/util/defaults/defaults.go#L26). Did I miss something?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org