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

Add API ML sample extension package #2502

Merged
merged 44 commits into from
Jan 5, 2022
Merged

Conversation

taban03
Copy link
Contributor

@taban03 taban03 commented Dec 2, 2021

Signed-off-by: at670475 [email protected]

Please check if your PR fulfills the following requirements. This is simply a reminder of what we are going to look for before merging your PR. If you don't know all of this information when you create this PR, don't worry. You can edit this template as you're working on it.

  • Tests for the changes have been added (for bug fixes / features)
  • Necessary documentation (if appropriate) have been added / updated
  • DCO signoffs have been added to all commits, including this PR

PR type

What type of changes does your PR introduce to Zowe? Put an x in the box that applies to this PR. If you're unsure about any of them, don't hesitate to ask.

  • Bugfix
  • Feature
  • Other... Please describe:

Relevant issues

Fixes

Changes proposed in this PR

Does this PR introduce a breaking change?

  • Yes
  • No

Does this PR do something the person installing Zowe should know about?


  • Affected function: general area of interest *

  • Description: 1 line description *

  • Part: name of customizable file involved *

multi-line description

Is there a related doc issue or Pull Request?

Doc issue/PR number:

Other information

@taban03 taban03 requested a review from jackjia-ibm December 2, 2021 14:55
@zowe-robot
Copy link
Contributor

zowe-robot commented Dec 2, 2021

Building and Packaging Zowe sources...
Build number: 1
Link: https://wash.zowe.org:8443/job/zowe-install-packaging/job/PR-2502/1/
Build status: Passed

@zowe-robot
Copy link
Contributor

zowe-robot commented Dec 2, 2021

Test scope: convenience build
Test job number: 1
Test status: Click me!


Failed tests are:
  • Test convenience build installation - install and verify

@zowe-robot
Copy link
Contributor

zowe-robot commented Dec 3, 2021

Building and Packaging Zowe sources...
Build number: 2
Link: https://wash.zowe.org:8443/job/zowe-install-packaging/job/PR-2502/2/
Build status: Passed

@zowe-robot
Copy link
Contributor

zowe-robot commented Dec 3, 2021

Test scope: convenience build
Test job number: 2
Test status: Click me!


All tests passed!

Copy link
Member

@jackjia-ibm jackjia-ibm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may need to modify here

if [ "${ZWE_RUN_ON_ZOS}" = "true" ]; then
component_list="launcher jobs-api files-api api-catalog discovery gateway caching-service apiml-common-lib explorer-ui-server explorer-jes explorer-mvs explorer-uss app-server zss"
else
component_list="launcher jobs-api files-api api-catalog discovery gateway caching-service apiml-common-lib explorer-ui-server explorer-jes explorer-mvs explorer-uss app-server"
fi
to install the new package into <runtime>/components/ directory.

@jackjia-ibm
Copy link
Member

Also

LAUNCH_COMPONENTS=discovery,gateway,api-catalog,caching-service,files-api,jobs-api,explorer-jes,explorer-mvs,explorer-uss
to make sure this new component will be started (configured) during startup.

@zowe-robot
Copy link
Contributor

zowe-robot commented Dec 7, 2021

Building and Packaging Zowe sources...
Build number: 3
Link: https://wash.zowe.org:8443/job/zowe-install-packaging/job/PR-2502/3/
Build status: Passed

@zowe-robot
Copy link
Contributor

zowe-robot commented Dec 7, 2021

Test scope: convenience build
Test job number: 3
Test status: Click me!


All tests passed!

@taban03 taban03 force-pushed the apiml/add_apiml_extension branch from c32c961 to 5bdf128 Compare December 8, 2021 08:18
@zowe-robot
Copy link
Contributor

zowe-robot commented Dec 8, 2021

Building and Packaging Zowe sources...
Build number: 6
Link: https://wash.zowe.org:8443/job/zowe-install-packaging/job/PR-2502/6/
Build status: Passed

@zowe-robot
Copy link
Contributor

zowe-robot commented Dec 8, 2021

Test scope: convenience build
Test job number: 4
Test status: Click me!


All tests passed!

Copy link
Member

@jackjia-ibm jackjia-ibm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks a lot Andrea!

@zowe-robot
Copy link
Contributor

zowe-robot commented Dec 8, 2021

Building and Packaging Zowe sources...
Build number: 7
Link: https://wash.zowe.org:8443/job/zowe-install-packaging/job/PR-2502/7/
Build status: Passed

@zowe-robot
Copy link
Contributor

Test scope: convenience build
Test job number: 5
Test status: Click me!

@zowe-robot
Copy link
Contributor

zowe-robot commented Dec 8, 2021

Test scope: convenience build
Test job number: 6
Test status: Click me!


Failed tests are:
  • Test convenience build installation - install and verify

@taban03 taban03 force-pushed the apiml/add_apiml_extension branch from a97ec47 to dee2328 Compare December 15, 2021 15:05
@zowe-robot
Copy link
Contributor

Building Zowe sources...
Build number: 9
Status: Click me!

Signed-off-by: at670475 <[email protected]>
@zowe-robot
Copy link
Contributor

zowe-robot commented Dec 15, 2021

Building and Packaging Zowe sources...
Build number: 10
Link: https://wash.zowe.org:8443/job/zowe-install-packaging/job/PR-2502/10/
Build status: Passed

@zowe-robot
Copy link
Contributor

zowe-robot commented Dec 15, 2021

Test scope: convenience build
Test job number: 7
Test status: Click me!


Failed tests are:
  • Test convenience build installation - install and verify

Signed-off-by: at670475 <[email protected]>
@zowe-robot
Copy link
Contributor

Building Zowe sources...
Build number: 11
Status: Click me!

@zowe-robot
Copy link
Contributor

zowe-robot commented Jan 3, 2022

Building and Packaging Zowe sources...
Build number: 46
Link: https://wash.zowe.org:8443/job/zowe-install-packaging/job/PR-2502/46/
Build status: Passed

@zowe-robot
Copy link
Contributor

zowe-robot commented Jan 3, 2022

Test scope: convenience build
Test job number: 38
Test status: Click me!


Failed tests are:
  • Test convenience build installation - install and verify

@zowe-robot
Copy link
Contributor

Test scope: convenience build
Test job number: 41
Test status: Click me!

Signed-off-by: achmelo <[email protected]>
@zowe-robot
Copy link
Contributor

Building Zowe sources...
Build number: 47
Status: Click me!

Signed-off-by: achmelo <[email protected]>
@zowe-robot
Copy link
Contributor

zowe-robot commented Jan 4, 2022

Building and Packaging Zowe sources...
Build number: 48
Link: https://wash.zowe.org:8443/job/zowe-install-packaging/job/PR-2502/48/
Build status: Passed

@zowe-robot
Copy link
Contributor

zowe-robot commented Jan 4, 2022

Test scope: convenience build
Test job number: 42
Test status: Click me!


Failed tests are:
  • Test convenience build installation - install and verify
  • Test convenience build installation - sanity test - verify node-utils verify check_node_version - test v8.17.0 issues warning

@zowe-robot
Copy link
Contributor

zowe-robot commented Jan 4, 2022

Test scope: convenience build
Test job number: 43
Test status: Click me!


Failed tests are:
  • Test convenience build installation - install and verify
  • Test convenience build installation - sanity test - verify node-utils verify check_node_version - test v8.17.0 issues warning

@zowe-robot
Copy link
Contributor

zowe-robot commented Jan 4, 2022

Test scope: convenience build
Test job number: 44
Test status: Click me!


Failed tests are:
  • Test convenience build installation - install and verify
  • Test convenience build installation - sanity test - verify node-utils verify check_node_version - test v8.17.0 issues warning

@zowe-robot
Copy link
Contributor

zowe-robot commented Jan 4, 2022

Building and Packaging Zowe sources...
Build number: 49
Link: https://wash.zowe.org:8443/job/zowe-install-packaging/job/PR-2502/49/
Build status: Passed

@zowe-robot
Copy link
Contributor

zowe-robot commented Jan 4, 2022

Test scope: convenience build
Test job number: 45
Test status: Click me!


All tests passed!

@zowe-robot
Copy link
Contributor

zowe-robot commented Jan 4, 2022

Building and Packaging Zowe sources...
Build number: 50
Link: https://wash.zowe.org:8443/job/zowe-install-packaging/job/PR-2502/50/
Build status: Passed

@zowe-robot
Copy link
Contributor

zowe-robot commented Jan 4, 2022

Test scope: convenience build
Test job number: 46
Test status: Click me!


All tests passed!

@zowe-robot
Copy link
Contributor

zowe-robot commented Jan 5, 2022

Building and Packaging Zowe sources...
Build number: 51
Link: https://wash.zowe.org:8443/job/zowe-install-packaging/job/PR-2502/51/
Build status: Passed

@zowe-robot
Copy link
Contributor

Test scope: convenience build
Test job number: 47
Test status: Click me!

@zowe-robot
Copy link
Contributor

Building Zowe sources...
Build number: 52
Status: Click me!

@zowe-robot
Copy link
Contributor

zowe-robot commented Jan 5, 2022

Building and Packaging Zowe sources...
Build number: 53
Link: https://wash.zowe.org:8443/job/zowe-install-packaging/job/PR-2502/53/
Build status: Passed

@zowe-robot
Copy link
Contributor

zowe-robot commented Jan 5, 2022

Test scope: convenience build
Test job number: 48
Test status: Click me!


All tests passed!

@zowe-robot
Copy link
Contributor

zowe-robot commented Jan 5, 2022

Building and Packaging Zowe sources...
Build number: 54
Link: https://wash.zowe.org:8443/job/zowe-install-packaging/job/PR-2502/54/
Build status: Passed

@zowe-robot
Copy link
Contributor

zowe-robot commented Jan 5, 2022

Test scope: convenience build
Test job number: 49
Test status: Click me!


Failed tests are:
  • Test convenience build installation - install and verify
  • Test convenience build installation - sanity test - test api gateway sample extension controller - should return the greeting message from the gateway sample extension controller

Signed-off-by: at670475 <[email protected]>
@jackjia-ibm jackjia-ibm merged commit 6fd416a into staging Jan 5, 2022
@jackjia-ibm jackjia-ibm deleted the apiml/add_apiml_extension branch January 5, 2022 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants