|
| 1 | +--- |
| 2 | +name: Pre-Release OpenShift Integration Tests |
| 3 | +about: This template can be used to track the integration testing on OpenShift leading up to the next Stackable release |
| 4 | +title: "chore(tracking): Run integration tests on OpenShift" |
| 5 | +labels: ['epic'] |
| 6 | +assignees: '' |
| 7 | +--- |
| 8 | + |
| 9 | +<!-- |
| 10 | + Make sure to update the link in '.github/ISSUE_TEMPLATE/release.md' when |
| 11 | + you change the front matter above. |
| 12 | +--> |
| 13 | + |
| 14 | +<!-- |
| 15 | + DO NOT REMOVE THIS COMMENT. It is intended for people who might copy/paste from the previous release issue. |
| 16 | + This was created by an issue template: https://github.com/stackabletech/issues/issues/new/choose. |
| 17 | +--> |
| 18 | + |
| 19 | +## Pre-Release OpenShift Integration Tests |
| 20 | + |
| 21 | +Part of <https://github.com/stackabletech/issues/issues/TRACKING_ISSUE> |
| 22 | + |
| 23 | +Make sure to run the tests using the following parameters: |
| 24 | + |
| 25 | +``` |
| 26 | +TEST_PLATFORM: OpenShift on replicated.com (4.15.0-okd) |
| 27 | +GIT_BRANCH_OR_TAG: origin/main |
| 28 | +OPERATOR_VERSION: 0.0.0-dev |
| 29 | +TEST_SCRIPT_PARAMS: --test-suite openshift |
| 30 | +``` |
| 31 | + |
| 32 | +<!-- |
| 33 | + The following list was generated by: |
| 34 | +
|
| 35 | + # go to the stackable-templating repository, then run: |
| 36 | + yq '.repositories[].name' config/repositories.yaml \ |
| 37 | + | sort \ |
| 38 | + | xargs -I {} echo "- [ ] [{}](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/{}-it-custom/build)" |
| 39 | +--> |
| 40 | + |
| 41 | +```[tasklist] |
| 42 | +### Integration Tests on OpenShift |
| 43 | +- [ ] [airflow-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/airflow-operator-it-custom/build) |
| 44 | +- [ ] [commons-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/commons-operator-it-custom/build) |
| 45 | +- [ ] [druid-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/druid-operator-it-custom/build) |
| 46 | +- [ ] [edc-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/edc-operator-it-custom/build) |
| 47 | +- [ ] [hbase-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/hbase-operator-it-custom/build) |
| 48 | +- [ ] [hdfs-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/hdfs-operator-it-custom/build) |
| 49 | +- [ ] [hello-world-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/hello-world-operator-it-custom/build) |
| 50 | +- [ ] [hive-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/hive-operator-it-custom/build) |
| 51 | +- [ ] [kafka-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/kafka-operator-it-custom/build) |
| 52 | +- [ ] [listener-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/listener-operator-it-custom/build) |
| 53 | +- [ ] [nifi-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/nifi-operator-it-custom/build) |
| 54 | +- [ ] [opa-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/opa-operator-it-custom/build) |
| 55 | +- [ ] [secret-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/secret-operator-it-custom/build) |
| 56 | +- [ ] [spark-k8s-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/spark-k8s-operator-it-custom/build) |
| 57 | +- [ ] [superset-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/superset-operator-it-custom/build) |
| 58 | +- [ ] [trino-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/trino-operator-it-custom/build) |
| 59 | +- [ ] [zookeeper-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/zookeeper-operator-it-custom/build) |
| 60 | +``` |
0 commit comments