Skip to content
Draft
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
e31b6f8
Added param jdbc type to ivt core
dpdifferent1 Apr 21, 2026
03f61c2
Updated preparer pipeline
dpdifferent1 Apr 21, 2026
95898f4
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 Apr 21, 2026
34ae108
Corrected pipeline definition
dpdifferent1 Apr 27, 2026
772ace8
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 Apr 27, 2026
855da1f
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 May 1, 2026
a5d8a9b
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 May 4, 2026
af2d85e
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 May 6, 2026
87afdcb
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 May 7, 2026
1a59586
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 May 8, 2026
b670dcf
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 May 14, 2026
fde44c8
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 May 18, 2026
e49ff35
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 May 18, 2026
4a5f363
Merge branch master into feature branch
dpdifferent1 May 21, 2026
da60b79
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 May 21, 2026
1be1b40
Add JDBC_TYPE parameter support to IVT pipeline chain for Manage
dpdifferent1 May 21, 2026
7845dd7
removed duplicate param
dpdifferent1 May 21, 2026
a28a901
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 May 25, 2026
97ec56d
updated preparer to update jdbc params in gitops-envs
dpdifferent1 May 25, 2026
d527158
fixed syntax
dpdifferent1 May 25, 2026
ac7fdd8
create pod using oc command instead of cat
dpdifferent1 May 25, 2026
afe4136
Ran detect secrets
dpdifferent1 May 25, 2026
9b0679e
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 May 26, 2026
e3eebea
Updated value of APPLHEAPSZ
dpdifferent1 May 26, 2026
1cb8b36
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 May 26, 2026
fcc5d9b
corrected syntax
dpdifferent1 May 26, 2026
1eb61e5
updated .secrets.baseline
dpdifferent1 May 26, 2026
287027b
added gitops-envs in git clone
dpdifferent1 May 27, 2026
1510d3f
added required params for preparer
dpdifferent1 May 27, 2026
400841d
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 May 27, 2026
56b2c6a
Removed GITHUB_PAT from params
dpdifferent1 May 27, 2026
0169203
updated function
dpdifferent1 May 27, 2026
6de30cd
updated .secrets.baseline
dpdifferent1 May 28, 2026
2c53368
removed jdbc app sync
dpdifferent1 May 28, 2026
e65be01
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 May 28, 2026
8cf107f
modified test
dpdifferent1 May 29, 2026
4b5ed31
updated .secrets.baseline
dpdifferent1 May 29, 2026
e3a255c
Updated jdbc_type
dpdifferent1 May 29, 2026
f80b42f
added timeout & out of sync condition
dpdifferent1 May 29, 2026
a699b0f
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 Jun 1, 2026
441276f
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 Jun 2, 2026
dd5cce6
update sync for app with label
Jun 2, 2026
4c56d61
timeout & jdbc credentials changes
dpdifferent1 Jun 2, 2026
79b937f
Updated preparer
dpdifferent1 Jun 3, 2026
1e80675
updated .secrets.baseline
dpdifferent1 Jun 3, 2026
34c4e3e
added serviceaccount to pod
dpdifferent1 Jun 3, 2026
38af752
added and executed test suite
dpdifferent1 Jun 3, 2026
0155d0c
Merge branch 'master' of github.com:ibm-mas/cli into mascore-13263
dpdifferent1 Jun 4, 2026
7eef8c8
updated test pod spec
dpdifferent1 Jun 5, 2026
e8745a5
Merge branch 'master' into mascore-13263
mnivedithaa Jul 1, 2026
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
1 change: 1 addition & 0 deletions image/cli/masfvt/fvt-manage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
ldap_bind_password: "{{ lookup('env', 'LDAP_BIND_PASSWORD') }}"
ldap_user_map: "{{ lookup('env', 'LDAP_USER_MAP') }}"
ldap_cert_alias: "{{ lookup('env', 'LDAP_CERT_ALIAS') }}"
jdbc_type: "{{ lookup('env', 'JDBC_TYPE') }}"
ldap_crt: "{{ lookup('env', 'LDAP_CRT') }}"
tasks:
- name: "Debug"
Expand Down
2 changes: 2 additions & 0 deletions image/cli/masfvt/templates/mas-fvt-manage.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ spec:
value: "{{ fvt_digest_manage_cypress }}"
- name: ivt_digest_core
value: "{{ ivt_digest_core }}"
- name: jdbc_type
value: "{{ jdbc_type }}"

workspaces:
# The generated configuration files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ spec:
- name: smtp_use_sendgrid
type: string
default: ""
- name: jdbc_type
type: string
default: ""

tasks:
- name: mas-launchfvt
Expand Down Expand Up @@ -308,6 +311,8 @@ spec:
value: $(params.ldap_basedn)
- name: ldap_userid_map
value: $(params.ldap_userid_map)
- name: jdbc_type
value: $(params.jdbc_type)

- name: icn
value: $(params.sls_license_icn)
Expand Down
5 changes: 5 additions & 0 deletions tekton/src/pipelines/mas-fvt-manage.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ spec:
- name: ivt_digest_core
type: string
default: ""
- name: jdbc_type
type: string
default: ""

tasks:
- name: pipeline-start
Expand Down Expand Up @@ -122,6 +125,8 @@ spec:
value: ibm-mas-manage
- name: product_channel
value: $(params.mas_app_channel_manage)
- name: jdbc_type
value: $(params.jdbc_type)
- name: fvt_test_suite
value: coreivt
- name: workspace_id
Expand Down
6 changes: 6 additions & 0 deletions tekton/src/tasks/fvt-launcher/mas-launchfvt-manage.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ spec:
secretKeyRef:
name: mas-fvt-manage
key: LDAP_CRT
optional: false
- name: JDBC_TYPE
valueFrom:
secretKeyRef:
name: mas-fvt-manage
key: JDBC_TYPE
optional: false

- name: wait-for-pipelinerun
Expand Down
5 changes: 5 additions & 0 deletions tekton/src/tasks/gitops/gitops-mas-fvt-preparer.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ spec:
- name: ldap_userid_map
type: string
default: ""
- name: jdbc_type
type: string
default: ""

- name: icn
type: string
Expand Down Expand Up @@ -319,6 +322,8 @@ spec:
value: $(params.ldap_userid_map)
- name: LDAP_CERT_ALIAS
value: ldap
- name: JDBC_TYPE
value: $(params.jdbc_type)

- name: ICN
value: $(params.icn)
Expand Down
6 changes: 6 additions & 0 deletions tekton/src/tasks/ivt/ivt-core.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ spec:
- name: mas_workspace_id
type: string
description: Workspace ID in MAS to use for running the tests
- name: jdbc_type
type: string
description: JDBC type for database connection
default: ""

stepTemplate:
name: 'ivt-core'
Expand All @@ -58,6 +62,8 @@ spec:
value: $(params.product_channel)
- name: NAMESPACE
value: "mas-$(params.mas_instance_id)-core"
- name: JDBC_TYPE
value: $(params.jdbc_type)
- name: INSTANCE_ID
value: "$(params.mas_instance_id)"
- name: WORKSPACE_ID
Expand Down
Loading