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

chore: Add OpenShift integration tests issue template #610

Merged
merged 2 commits into from
Aug 5, 2024
Merged
Changes from all commits
Commits
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
60 changes: 60 additions & 0 deletions .github/ISSUE_TEMPLATE/pre-release-openshift-tests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
name: Pre-Release OpenShift Integration Tests
about: This template can be used to track the integration testing on OpenShift leading up to the next Stackable release
title: "chore(tracking): Run integration tests on OpenShift"
labels: ['epic']
assignees: ''
---

<!--
Make sure to update the link in '.github/ISSUE_TEMPLATE/release.md' when
you change the front matter above.
-->

<!--
DO NOT REMOVE THIS COMMENT. It is intended for people who might copy/paste from the previous release issue.
This was created by an issue template: https://github.com/stackabletech/issues/issues/new/choose.
-->

## Pre-Release OpenShift Integration Tests

Part of <https://github.com/stackabletech/issues/issues/TRACKING_ISSUE>

Make sure to run the tests using the following parameters:

```
TEST_PLATFORM: OpenShift on replicated.com (4.15.0-okd)
GIT_BRANCH_OR_TAG: origin/main
OPERATOR_VERSION: 0.0.0-dev
TEST_SCRIPT_PARAMS: --test-suite openshift
```

<!--
The following list was generated by:

# go to the stackable-templating repository, then run:
yq '.repositories[].name' config/repositories.yaml \
| sort \
| xargs -I {} echo "- [ ] [{}](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/{}-it-custom/build)"
-->

```[tasklist]
### Integration Tests on OpenShift
- [ ] [airflow-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/airflow-operator-it-custom/build)
- [ ] [commons-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/commons-operator-it-custom/build)
- [ ] [druid-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/druid-operator-it-custom/build)
- [ ] [edc-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/edc-operator-it-custom/build)
- [ ] [hbase-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/hbase-operator-it-custom/build)
- [ ] [hdfs-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/hdfs-operator-it-custom/build)
- [ ] [hello-world-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/hello-world-operator-it-custom/build)
- [ ] [hive-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/hive-operator-it-custom/build)
- [ ] [kafka-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/kafka-operator-it-custom/build)
- [ ] [listener-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/listener-operator-it-custom/build)
- [ ] [nifi-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/nifi-operator-it-custom/build)
- [ ] [opa-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/opa-operator-it-custom/build)
- [ ] [secret-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/secret-operator-it-custom/build)
- [ ] [spark-k8s-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/spark-k8s-operator-it-custom/build)
- [ ] [superset-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/superset-operator-it-custom/build)
- [ ] [trino-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/trino-operator-it-custom/build)
- [ ] [zookeeper-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/zookeeper-operator-it-custom/build)
```