Skip to content
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

User/muzikovam/zowe yaml diff #3998

Merged
merged 59 commits into from
Sep 20, 2024
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
9b27294
test for workflow now includes parameter that can work with input files
muzikovam Aug 29, 2024
d800efc
forgot to submit the JCL so the value for runtime directory was not v…
muzikovam Aug 29, 2024
5eeb78a
line too long in JCL
muzikovam Aug 29, 2024
aa0f53a
wrong path
muzikovam Aug 29, 2024
e9377c9
missing slash
muzikovam Aug 30, 2024
1f0e976
using _ZWECONF as variable input file
muzikovam Aug 30, 2024
1999ea2
running sed locally and uploading the _ZWECONF input file via sftp
muzikovam Aug 30, 2024
48d2d97
workflow had step that wasnt automated
muzikovam Aug 30, 2024
9f85111
wrong copy paste
muzikovam Aug 30, 2024
bdf6199
more requred variables
muzikovam Aug 30, 2024
bdb3fd1
workflow is not being deleted
muzikovam Sep 2, 2024
a661c86
workflow had name that was causing problems in the "list workflows" part
muzikovam Sep 2, 2024
448ef98
another variable needed
muzikovam Sep 2, 2024
9b1b946
wrong vif name
muzikovam Sep 2, 2024
518061b
workflow ends in init zowe step which is enough for our test(it ends …
muzikovam Sep 2, 2024
1e69c67
wrong variable name
muzikovam Sep 2, 2024
a200dbf
ascii
muzikovam Sep 3, 2024
7f900be
iconv
muzikovam Sep 3, 2024
8c8afc3
skip delte of work zfs
muzikovam Sep 3, 2024
3a6444d
Update build-packaging.yml
muzikovam Sep 3, 2024
88bea26
previous run ended without cleanup
muzikovam Sep 3, 2024
3022a41
probably need to convert zowe.yaml on the mainframe so I can download…
muzikovam Sep 4, 2024
6272c41
submit JCL
muzikovam Sep 4, 2024
7e3184b
Merge branch 'user/muzikovam/updateZWECONF' of https://github.com/zow…
muzikovam Sep 9, 2024
24e25d8
diff
muzikovam Sep 9, 2024
02a54ed
create output for diff
muzikovam Sep 9, 2024
c5bdd69
added diff that is acceptable to be between example-zowe.yaml and wor…
muzikovam Sep 9, 2024
ac7ff6d
added conditions to step that stores results, testing failure
muzikovam Sep 10, 2024
6f58e09
added conditions to step that stores results, testing failure
muzikovam Sep 10, 2024
226d15b
testing contextual information passed from pswi step
muzikovam Sep 10, 2024
8119238
testing contextual information passed from pswi step - wrong mapping
muzikovam Sep 10, 2024
97cde51
testing contextual information passed from pswi step
muzikovam Sep 11, 2024
072f38a
testing contextual information passed from pswi step
muzikovam Sep 11, 2024
fa592b1
testing contextual information passed from pswi step - more step cond…
muzikovam Sep 11, 2024
fa2129d
store pswi on everytime on failure - test
muzikovam Sep 11, 2024
653558e
store pswi on everytime on failure - no test needed anymore I hope
muzikovam Sep 11, 2024
344b407
deleted hostname by mistake
muzikovam Sep 12, 2024
7c28d2e
Merge branch 'user/muzikovam/updateZWECONF' of https://github.com/zow…
muzikovam Sep 13, 2024
e4db670
New base diff because there was a change in the workflow
muzikovam Sep 13, 2024
b97f595
echo to a specific file to enhance readability.
muzikovam Sep 16, 2024
d22d25b
separated pswi test and workflow test
muzikovam Sep 16, 2024
45b6de3
forgot to exit -1 for the test
muzikovam Sep 16, 2024
d7eb39f
still wrong exit for test
muzikovam Sep 17, 2024
f333bd6
wrong name for log file
muzikovam Sep 18, 2024
95058e8
no need for log file as it is stored as zip anyway
muzikovam Sep 18, 2024
132fe47
Merge branch 'user/muzikovam/updateZWECONF' of https://github.com/zow…
muzikovam Sep 18, 2024
bf3990e
workflow tests on 2 places
muzikovam Sep 18, 2024
2cd20d5
Merge branch 'v3.x/staging' into user/muzikovam/zoweYamlDiff
muzikovam Sep 18, 2024
73372aa
switched from zaas variables to gateway variables
muzikovam Sep 19, 2024
40227d8
moved zweconf yaml test into a separate script that runs everytime I …
muzikovam Sep 19, 2024
1ed3d5c
export zosmf url and port
muzikovam Sep 19, 2024
bd1678c
store spool files as well
muzikovam Sep 19, 2024
7c736c3
parameters
muzikovam Sep 19, 2024
e64d167
saving zowe_.yaml for debugging
muzikovam Sep 20, 2024
9299d21
changed work mount to '/tmp' so now we don't have to delete the line …
muzikovam Sep 20, 2024
451d16c
runtime directory back
muzikovam Sep 20, 2024
3b930d9
at least try to anonymize something
muzikovam Sep 20, 2024
332875c
Merge branch 'v3.x/staging' into user/muzikovam/zoweYamlDiff
muzikovam Sep 20, 2024
3f3eafb
make zowe config check a separate workflow
MarkAckert Sep 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
testing contextual information passed from pswi step - wrong mapping
Signed-off-by: mm667937 <marketa.muzikova@broadcom.com>
muzikovam committed Sep 10, 2024
commit 8119238b921236ecbddff8297f0594515b0dfc14
2 changes: 1 addition & 1 deletion .github/workflows/build-packaging.yml
Original file line number Diff line number Diff line change
@@ -375,7 +375,7 @@ jobs:
echo "OUTCOME: $OUTCOME"
echo "CONC: $CONC"
env:
OUTPUT: ${{ steps.pswi.outputs }}
OUTPUT: ${{ steps.pswi.outputs.result }}
OUTCOME: ${{ steps.pswi.outcome }}
CONC: ${{ steps.pswi.conclusion }}
- name: Store PSWI results