mrutkows edited a comment on issue #1130: URL: https://github.com/apache/openwhisk-wskdeploy/issues/1130#issuecomment-804164252
> And how would I run Travis in my local environment? > Or you want me to fork on Github - and your bot would push a job to Travis, automatically? Travis is not run locally, but in the Travis CI servers that are paid for by the Apache Software Foundation. If you submit a pull request, a Travis PR job will be run, and our Travis scripts will automate the install of OpenWhisk and its services and run all unit and integration tests. Of course, you can change the build.gradle to attempt to build for a new architecture (if it is supported on the compiler) by adding the architecure's acronym to the build matrix. However, If it is your intent to run the resultant binary (executable) on a new architecture that would likely be a manual process (at the moment) by taking the matching binary and actually running it on a machine of that architecture (unit tests only unless you want to figure out how to install a full production OW platform locally). There may be possibilities that 3rd party services might support Travis jobs/testing that could be enabled within Travis to test on specific platforms (e.g., we have tried for Windows, bu t it was very involved to enable this with Apache infra. team). TBH, I have no knowledge if these 3rd party exist (especially for a new architecture) and am doubtful they may for your specific case. One question though... it was my belief that AARCH64 and ARM64 were the same (merged) and not sure why supporting this architecture is important? i.e., https://www.phoronix.com/scan.php?page=news_item&px=MTY5ODk -- 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. For queries about this service, please contact Infrastructure at: [email protected]
