Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Build binary test actions from source #4630
Comments
|
#4630 Removes the zip and jar files in test/dat. Some of the files referenced above are not used in this repo and should move to their proper home. I’ve taken liberties in deleting them. With the pr these files are left:
|
|
iirc the ballerina Unicode test could just use the source version. Similarly we can use java source for the java Unicode test although there is a gradle file so we can just run gradlew and get the jar. The dotnet sources for the Unicode test are also in the repo so we need a way to build this action. @shawnallen85 whats is the most a convenient way to build this test artifact from source? That leaves the Gatling test. I haven’t looked into it but it should be manageable. |
|
I committed a build from source for Java. I first attempted to run from source but the java 8 runtime we're publishing isn't the action loop version so it requires a JAR. :/ The build script will make sure java 8 is available since the versions must match. Rather than figure out how to build Ballerina and Dotnet from source, I just removed them. The unicode test is checked anyway in the action runtime basic tests. That leaves the Gatling test. Will just build it from source like the unicode test. |
|
Now gatling test is build from source also. I think that's that then. |


Apache source releases should not include compiled files or other binary artifacts.
Our git repo includes binary artifacts as listed below that are used as input to our test suite. We should add support for building these artifacts from source so that it is possible to run the full openwhisk test suite from a pure source release.