-
Notifications
You must be signed in to change notification settings - Fork 54
Add zis-test and bind-test to utilities folder #4414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: 1000TurquoisePogs <[email protected]>
|
build 8181 SUCCEEDED. |
|
Test workflow 6958 is started. |
| manifest-file-path: ${{ github.workspace }}/manifest.json | ||
| default-target-path: .pax/binaryDependencies/ | ||
| expected-count: 28 | ||
| expected-count: 30 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Test workflow 6958 is started. |
|
After the change, the build is failing with the below. Investigating.
|
Signed-off-by: 1000TurquoisePogs <[email protected]>
|
build 8193 SUCCEEDED. |
|
Test workflow 6969 is started. |
|
As reported by @pablocarle, the night build fails to start, it's probably due to the zss validate script is ahead of this PR and trying to execute a binary, which is not there yet. |
|
build 8193 SUCCEEDED. |
|
Test workflow 6972 is started. |
This PR adds the bind-test and zis-test utilities to the bin/utils folder.
They are not used by zowe-install-packaging directly, but will be in the future such as in #4276
zis-test is currently used in zss and thus needs to be put into the packaging now.