This is an automated email from the ASF dual-hosted git repository.
gyfora pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git.
from a909b52 [FLINK-26135] Introduce ReconciliationStatus and improve
error handling in controller flow
new e73d4d5 [FLINK-26142] Enable github actions and run unit tests
new 78e6005 [FLINK-26142] Add e2e test and enable in github actions
new e113440 [FLINK-26142] Add CI/CD section in README
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/ci.yml | 104 ++++++++++++++++++++++++++++
README.md | 9 +++
e2e-tests/data/cr.yaml | 93 +++++++++++++++++++++++++
e2e-tests/test_kubernetes_application_ha.sh | 62 +++++++++++++++++
e2e-tests/utils.sh | 100 ++++++++++++++++++++++++++
5 files changed, 368 insertions(+)
create mode 100644 .github/workflows/ci.yml
create mode 100644 e2e-tests/data/cr.yaml
create mode 100755 e2e-tests/test_kubernetes_application_ha.sh
create mode 100644 e2e-tests/utils.sh