[minor] IVT for postsync db2 job execution#2251
Draft
dpdifferent1 wants to merge 17 commits into
Draft
Conversation
amitpandey0217
previously approved these changes
May 6, 2026
- Added JDBC_TYPE secret lookup in mas-launchivt-manage task - Added jdbc_type variable to ivt-manage.yml Ansible playbook - Added jdbc_type parameter to mas-ivt-manage.yml.j2 PipelineRun template - Added jdbc_type parameter to mas-ivt-manage pipeline - Passed jdbc_type to ivt-manage task in pipeline - Added jdbc_type parameter and JDBC_TYPE env var to ivt-manage task - Added jdbc_type parameter and JDBC_TYPE env var to ivt-core task This completes the JDBC_TYPE parameter flow for the IVT pipeline chain, allowing test_db2_health.py to access the JDBC_TYPE environment variable. Note: The ansible-fvt repository still needs to be updated to populate the JDBC_TYPE value in the mas-fvt-manage secret.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The new test runs as a part of manage IVT and tested during the FVT Saas transition. It ensures that the post sync db2 job executes only in case when jdbc type is incluster-db2.
https://jsw.ibm.com/browse/MASCORE-13816