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

[major] Add junitreporter sub-chart for reporting sync to devopsdb #201

Merged
merged 51 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
62956bb
[minor] Add junit-reporter
whitfiea Sep 23, 2024
e3f218f
Add values
whitfiea Sep 23, 2024
58895ae
Add placeholder
whitfiea Sep 23, 2024
2d98da3
Remove dash
whitfiea Sep 23, 2024
52a9b9f
Set global vars
whitfiea Sep 23, 2024
a4b8633
use global var
whitfiea Sep 23, 2024
c7b9c35
update values
whitfiea Sep 23, 2024
2935655
update condition
whitfiea Sep 23, 2024
6061c15
update
whitfiea Sep 23, 2024
56308e9
remove namespace
whitfiea Sep 23, 2024
d0ef6c1
Add defaults
whitfiea Sep 23, 2024
c720b25
quotes
whitfiea Sep 23, 2024
ce4782e
Add devops_mongo_uri
whitfiea Sep 23, 2024
361c7f1
update agina
whitfiea Sep 23, 2024
52f5335
format
whitfiea Sep 23, 2024
7e168d9
sp
whitfiea Sep 23, 2024
1b8b848
add postsync
whitfiea Sep 24, 2024
515075d
Add dummy uri
whitfiea Sep 24, 2024
5d94820
update cli
whitfiea Sep 24, 2024
a59667e
Add temp buildnumbner
whitfiea Sep 24, 2024
7f3919a
set values of uri and build
whitfiea Sep 24, 2024
bb9c105
updae pull policy
whitfiea Sep 24, 2024
2023889
update for version
whitfiea Sep 24, 2024
684deb6
Add junitreporter condition
whitfiea Sep 25, 2024
3985e86
update condition
whitfiea Sep 25, 2024
e9a7307
Add to all cluster apps
whitfiea Sep 25, 2024
80b3ba5
update values
whitfiea Sep 25, 2024
9101946
compute elapsed time
whitfiea Sep 25, 2024
fff2228
cm
whitfiea Sep 25, 2024
63240b6
update prefix
whitfiea Sep 25, 2024
2293e20
update cmm
whitfiea Sep 25, 2024
b634307
int
whitfiea Sep 25, 2024
d7a264e
add back quotes
whitfiea Sep 25, 2024
2a9165f
swap calculation
whitfiea Sep 25, 2024
df0814b
Add junit-reporter to others
whitfiea Sep 26, 2024
706c4f8
Add networkpolicy
whitfiea Sep 26, 2024
dfed3f7
update syncwaves
whitfiea Sep 26, 2024
dee1005
update task
whitfiea Sep 27, 2024
fe800a2
set namespace
whitfiea Sep 27, 2024
189e16c
add trap
whitfiea Sep 27, 2024
45fb3a9
update pre
whitfiea Sep 27, 2024
c8e6cdd
Add helm update + comments
whitfiea Sep 27, 2024
0624af7
Add to other apps
whitfiea Sep 27, 2024
96365a7
Add depencey update
whitfiea Sep 27, 2024
3c41018
add chart_path
whitfiea Sep 27, 2024
c62fb85
Add default values
whitfiea Sep 27, 2024
05cc5fd
update default values on cluster
whitfiea Sep 27, 2024
eadfc55
Merge branch 'main' into ajw-mascore3939
whitfiea Sep 27, 2024
6df3c74
Remove junit-xml
whitfiea Sep 27, 2024
52fbe05
test
whitfiea Sep 27, 2024
e080c88
update back to latest
whitfiea Sep 27, 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
2 changes: 2 additions & 0 deletions build/bin/helm-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ if [ ! -d "$CHART_PATH" ]; then
exit 1
fi

helm dependency update "$CHART_PATH" || exit 1

echo "--------"
echo "Linting chart $CHART_PATH using Helm lint"
helm lint "$CHART_PATH" || exit 1
Expand Down
6 changes: 6 additions & 0 deletions cluster-applications/000-ibm-operator-catalog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-operator-catalog
description: IBM Maximo Operator Catalog
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
2 changes: 2 additions & 0 deletions cluster-applications/000-ibm-operator-catalog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
mas_catalog_version: v8-230414-amd64
mas_catalog_image: icr.io/cpopen/ibm-maximo-operator-catalog
ibm_entitlement_key: ""
junitreporter:
devops_mongo_uri:
6 changes: 6 additions & 0 deletions cluster-applications/010-redhat-cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: redhat-cert-manager
description: Redhat OpenShift cert-manager Operator
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions cluster-applications/020-ibm-dro/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-dro
description: IBM DRO
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions cluster-applications/021-ibm-dro-cleanup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-drop-cleanup
description: IBM DRO (Cleanup)
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions cluster-applications/030-ibm-cis-cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-cis-cert-manager
description: IBM CIS Cert Manager
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions cluster-applications/040-cis-compliance/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: cis-compliance
description: IBM CIS Compliance
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions cluster-applications/041-cis-compliance-cleanup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: cis-compliance-cleanup
description: IBM CIS Compliance (Cleanup)
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
8 changes: 7 additions & 1 deletion cluster-applications/050-nfd-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@ apiVersion: v2
name: nvidia-gpu-operator
description: Nvidia GPU Operator
type: application
version: 1.0.0
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
8 changes: 7 additions & 1 deletion cluster-applications/051-nvidia-gpu-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@ apiVersion: v2
name: nvidia-gpu-operator
description: Nvidia GPU Operator
type: application
version: 1.0.0
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions cluster-applications/200-cluster-promotion/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: cluster-promotion
description: Cluster Promotion
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/000-ibm-sync-resources/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ description: |
This ensures that these resources are not deleted before the PostDelete hooks get a chance to run.
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/010-ibm-sync-jobs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ description: |
execution of the PostDelete hooks in this chart.
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/100-ibm-sls/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-sls
description: IBM Suite License Service
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/110-ibm-cp4d-operators/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-cp4d
description: IBM Cloud Pak for Data (CP4D)
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/110-ibm-cp4d/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-cpd
description: IBM Cloud Pak for Data (CPD) Instance
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/110-ibm-cs-control/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-cp4d
description: IBM CommonServices Control
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/110-ibm-db2u/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-db2u
description: IBM DB2U
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
8 changes: 7 additions & 1 deletion instance-applications/120-ibm-aiopenscale/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@ apiVersion: v2
name: ibm-aiopenscale
description: IBM Cloud Pak for Data Watson Openscale (AI Openscale)
type: application
version: 1.0.0
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/120-ibm-db2u-database/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-db2u-database
description: IBM DB2U Database
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/120-ibm-spark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-spark
description: IBM Analytics Engine Powered by Apache Spark (Spark)
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/120-ibm-spss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-spss
description: SPSS Modeler
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
5 changes: 5 additions & 0 deletions instance-applications/120-ibm-wml/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ description: IBM Watson Machine Learning (WML)
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/120-ibm-wsl/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-wsl
description: IBM Watson Studio Local (WSL)
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-db2u-jdbc-config-rotate-password
description: IBM DB2U Rotate password JDBC Confifg
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/130-ibm-jdbc-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-jdbc-config
description: IBM JDBC Config
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/130-ibm-kafka-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-kafka-config
description: Kafka Config for MAS Core Platform Suite
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/130-ibm-mas-bas-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-mas-bas-config
description: BAS Config for MAS Core Platform Suite
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/130-ibm-mas-idp-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-mas-idp-config
description: IDP Config for MAS Core Platform Suite
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/130-ibm-mas-mongo-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-mas-mongo-config
description: Mongo Config for MAS Core Platform Suite
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/130-ibm-mas-sls-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-mas-sls-config
description: SLS Config for MAS Core Platform Suite
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/130-ibm-mas-smtp-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-mas-smtp-config
description: Smtp Config for MAS Core Platform Suite
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/130-ibm-mas-suite/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-mas-suite
description: MAS Core Platform Suite
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/130-ibm-objectstorage-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-objectstorage-config
description: Objectstorage Config for MAS Core Platform Suite
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
6 changes: 6 additions & 0 deletions instance-applications/130-ibm-watson-studio-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name: ibm-watson-studio-config
description: WatsonStudio Config for MAS Core Platform Suite
type: application
version: 1.0.0

dependencies:
- name: junitreporter
version: 1.0.0
repository: "file://../../sub-charts/junitreporter/"
condition: junitreporter.devops_mongo_uri != ""
Loading
Loading