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/10/21 13:10:45 UTC

[GitHub] [camel-k] squakez opened a new pull request, #3765: [backport] chore(ci): clean actions

squakez opened a new pull request, #3765:
URL: https://github.com/apache/camel-k/pull/3765

   <!-- Description -->
   
   
   
   
   <!--
   Enter your extended release note in the below block. If the PR requires
   additional action from users switching to the new release, include the string
   "action required". If no release note is required, write "NONE". 
   
   You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" to make sure
   the text is added to the right section of the release notes. 
   -->
   
   **Release Note**
   ```release-note
   NONE
   ```
   


-- 
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


[GitHub] [camel-k] tadayosi commented on pull request #3765: [backport] chore(ci): clean actions

Posted by GitBox <gi...@apache.org>.
tadayosi commented on PR #3765:
URL: https://github.com/apache/camel-k/pull/3765#issuecomment-1288292661

   It appears that the env var is not correctly propagated for `install-it`:
   ```
   Run echo "Error: Unrecognised cluster request for type of cluster. Should be kind, ocp3 or custom."
     echo "Error: Unrecognised cluster request for type of cluster. Should be kind, ocp3 or custom."
     exit 1
     shell: /bin/bash --noprofile --norc -e -o pipefail {0}
     env:
       JAVA_HOME: /opt/hostedtoolcache/jdk-11-hotspot/1.0.0/x64
       GOROOT: /opt/hostedtoolcache/go/1.17.13/x64
       KAMEL_PREPARE_ENV: true
       CLUSTER_TYPE: 
   ```


-- 
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


[GitHub] [camel-k] squakez merged pull request #3765: [backport] chore(ci): clean actions

Posted by GitBox <gi...@apache.org>.
squakez merged PR #3765:
URL: https://github.com/apache/camel-k/pull/3765


-- 
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


[GitHub] [camel-k] squakez commented on pull request #3765: [backport] chore(ci): clean actions

Posted by GitBox <gi...@apache.org>.
squakez commented on PR #3765:
URL: https://github.com/apache/camel-k/pull/3765#issuecomment-1288882208

   Checks failing, the usual Native ones: merging.


-- 
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


[GitHub] [camel-k] squakez commented on pull request #3765: [backport] chore(ci): clean actions

Posted by GitBox <gi...@apache.org>.
squakez commented on PR #3765:
URL: https://github.com/apache/camel-k/pull/3765#issuecomment-1288533553

   > It appears that the env var is not correctly propagated for `install-it`:
   > 
   > ```
   > Run echo "Error: Unrecognised cluster request for type of cluster. Should be kind, ocp3 or custom."
   >   echo "Error: Unrecognised cluster request for type of cluster. Should be kind, ocp3 or custom."
   >   exit 1
   >   shell: /bin/bash --noprofile --norc -e -o pipefail {0}
   >   env:
   >     JAVA_HOME: /opt/hostedtoolcache/jdk-11-hotspot/1.0.0/x64
   >     GOROOT: /opt/hostedtoolcache/go/1.17.13/x64
   >     KAMEL_PREPARE_ENV: true
   >     CLUSTER_TYPE: 
   > ```
   
   Thanks for having a look at it. I'll fix ASAP and rerun the checks.


-- 
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