You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/10/14 18:02:16 UTC

[GitHub] [accumulo] ctubbsii opened a new pull request, #3024: Make use of GitHub Actions environment files

ctubbsii opened a new pull request, #3024:
URL: https://github.com/apache/accumulo/pull/3024

   set-output was previously used to create the IT matrix, but it is now deprecated. So, this change makes use of the environment files instead.
   
   See https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files


-- 
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: notifications-unsubscribe@accumulo.apache.org

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


[GitHub] [accumulo] ctubbsii merged pull request #3024: Make use of GitHub Actions environment files

Posted by GitBox <gi...@apache.org>.
ctubbsii merged PR #3024:
URL: https://github.com/apache/accumulo/pull/3024


-- 
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: notifications-unsubscribe@accumulo.apache.org

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


[GitHub] [accumulo] ctubbsii commented on pull request #3024: Make use of GitHub Actions environment files

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on PR #3024:
URL: https://github.com/apache/accumulo/pull/3024#issuecomment-1279362341

   Ignore my previous observations. I forgot to update the job output mapping to reflect the new step output name. I'm testing now, but I think the current bits will work.


-- 
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: notifications-unsubscribe@accumulo.apache.org

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


[GitHub] [accumulo] ctubbsii commented on pull request #3024: Make use of GitHub Actions environment files

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on PR #3024:
URL: https://github.com/apache/accumulo/pull/3024#issuecomment-1279451565

   Okay, got it working. Apparently, you're not supposed to quote the output value, but leave the raw JSON... which is weird, because it makes an invalid environment variable assignment in a shell script... but apparently that's what it wants.


-- 
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: notifications-unsubscribe@accumulo.apache.org

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


[GitHub] [accumulo] ctubbsii commented on pull request #3024: Make use of GitHub Actions environment files

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on PR #3024:
URL: https://github.com/apache/accumulo/pull/3024#issuecomment-1279344848

   I'm troubleshooting an error that seems to be a data type issue:
   
   ```
   Error when evaluating 'strategy' for job 'mvn'. .github/workflows/maven-full-its.yaml (Line: 88, Col: 15): Error parsing fromJson,.github/workflows/maven-full-its.yaml (Line: 88, Col: 15): Error reading JToken from JsonReader. Path '', line 0, position 0.,.github/workflows/maven-full-its.yaml (Line: 88, Col: 15): Unexpected type of value '', expected type: Mapping.
   ```
   
   It looks like GitHub is parsing environment variables as String types, and I can't seem to convert it to a "Mapping" 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: notifications-unsubscribe@accumulo.apache.org

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