Commit Graph

47 Commits

Author SHA1 Message Date
Martin Medek
2add1f4c20 DBZ-3832 refactor, added test parameter to skip namespace and strimzi preparation
DBZ-3832 refactor

DBZ-3832 Removing redundant jenkins jobs

DBZ-3832 Refactor, moved operator deployment to standalone fixtures

DBZ-3832 Removed isRunningFromOcp hooks from kafka/kafkaConnect deployment, removed operator and namaespace preparation from system_pipeline

DBZ-3832 Modified OCP system tests to not create namespaces and operators

DBZ-3832 Moved namespace cleanup to NamespaceCleanupListener to be executed after all test classes, refactor

DBZ-3832 added strimzi, apicurio operators creation to testsuite.
Added maven property to set strimzi/apic subscription channel
Added namespace and clusterRoleBinding preparation into testsuite
2023-02-08 11:47:57 +01:00
Jiri Novotny
28b780090a DBZ-5890 Fix artefact server container 2022-12-06 16:14:57 +01:00
Martin Medek
e705ba3a3d
DBZ-5785 Modify ocp system tests to archive test results and logs (#4039)
DBZ-5785
Changed OCP testsuite job to pod. Added readiness probe to the pod description to indicate testsuite is finished.
Modified the testsuite script to save logs and trigger the readiness probe once finished.
Modified the OCP testsuite jenkins job to wait for the readiness probe and copy the testsuite logs.
Added report portal post step to ocp system pipeline
Moved script location in container from /testsuite to /root/testsuite
2022-11-15 20:46:11 +01:00
jcechace
55783d9303 DBZ-5767 Reflecting downstream name changes 2022-11-01 13:58:30 +01:00
Martin Medek
f7001f47fe DBZ-5165 refactor, returned deployment-template, testsuite-helper no longer needed 2022-08-04 19:04:56 +02:00
Martin Medek
fc6d394df9 DBZ-5165 when running from OCP don't create kafka external service, removed testsuite-deployment script and inlined the ocp job descriptor creation to pipelone 2022-08-04 19:04:56 +02:00
Martin Medek
3405c49c41 DBZ-5165 refactoring the testsuite in OCP so that preparations are done in jenkins job and in OCP project is only cloned, build and ran 2022-08-04 19:04:56 +02:00
Martin Medek
3c7f26b611 DBZ-5165 fixing comments from code review 2022-08-04 19:04:56 +02:00
Martin Medek
8eeab0802c DBZ-5165 refactoring the jenkins jobs, removing need for secret name specification 2022-08-04 19:04:56 +02:00
Martin Medek
7216569677 DBZ-5165 Fixed the copy secret action, refactor 2022-08-04 19:04:56 +02:00
Martin Medek
b91ff7f7ef DBZ-5165 Changed the secret logic to avoid extensive changes in java 2022-08-04 19:04:56 +02:00
Martin Medek
a7125a840c DBZ-5165 Added downstream dockerfile, fixing the downstream prepare logic 2022-08-04 19:04:56 +02:00
Martin Medek
1f8f06b4c0 DBZ-5165 Fixed the secret copy action, removed the temporary logging 2022-08-04 19:04:56 +02:00
Martin Medek
f25536c99b DBZ-5165 Added test logging for the secret load, commented the waiting section in OCP system pipeline job, added secret name param to pom.xml 2022-08-04 19:04:56 +02:00
Martin Medek
ae3afef012 DBZ-5165 Refactoring the image preparation jobs, put back the git pull and recompile step in docker for quicker java development 2022-08-04 19:04:56 +02:00
Martin Medek
6dd4109649 DBZ-5165 added option to use existing pull secret from namespace instead of the one baked inside image. 2022-08-04 19:04:56 +02:00
Martin Medek
d6d4901e2b DBZ-5165 added waiting for the job finish and printing logs. Fixed apicurio descriptor name for product build 2022-08-04 19:04:56 +02:00
Martin Medek
1739ee9cf5 DBZ-5165 fixing the product build in testsuite 2022-08-04 19:04:56 +02:00
Martin Medek
240700a725 DBZ-5165 trying job deployment without specifying secret name 2022-08-04 19:04:56 +02:00
Martin Medek
87abe699f4 DBZ-5165 bugfixing, added missing newlines to EOF 2022-08-04 19:04:56 +02:00
Martin Medek
3f0c6ea577 DBZ-5165 added temporary fix for secret name/secret filename non-alignment 2022-08-04 19:04:56 +02:00
Martin Medek
35bc00f642 DBZ-5165 created job-dsl for ocp system pipeline, renamed deployment parameters 2022-08-04 19:04:56 +02:00
Martin Medek
b7cbbb3bb2 DBZ-5165 refactoring the testsuite scripts 2022-08-04 19:04:56 +02:00
Martin Medek
7a265104bc DBZ-5165 added apicurio step and a jenkins job to build the testsuite image 2022-08-04 19:04:56 +02:00
Martin Medek
6ee07d6a65 DBZ-5165 added oracle project system property to pom, refactor. Added docker tag to DockerRhelMongoConnectorIT 2022-08-04 19:04:56 +02:00
Martin Medek
57eeb46c20 DBZ-5165 removed usage of postgresql service inside ocp, changed deployment.yml to run postgresql tests, codestyle 2022-08-04 19:04:56 +02:00
Martin Medek
543582e054 DBZ-5165 fixed deployment.yml formatting 2022-08-04 19:04:56 +02:00
Martin Medek
89812a614f DBZ-5165 moved the incremental build into testsuite script, fixed connect image version in deployment 2022-08-04 19:04:56 +02:00
Martin Medek
385d49fc9c DBZ-5165 changed git pull preparations in Dockerfile 2022-08-04 19:04:56 +02:00
Martin Medek
5614712628 DBZ-5165 Refactored mysql test to not create mysql loadBalancer when running inside openshift, refactored the docker testsuite for running inside openshift. Moved project checkout and compilation to Dockerfile, so that it's not always done from scratch 2022-08-04 19:04:56 +02:00
Vojtech Juranek
5573bb51ed DBZ-5048 Rename GH repo with containes
Besides updating links to renamed GH repo, update also documentation and
replace 'Docker' with 'containers' when possible.
2022-07-12 13:16:53 +02:00
Mark Bereznitsky
cd0f66e31a DBZ-5207 change workflows to use the Maven wrapper instead of hardcoding the version 2022-06-13 10:58:24 +02:00
Jiri Novotny
be4479f73a DBZ-5183 Update artifact server listing.sh 2022-06-03 12:45:57 +02:00
jcechace
ec6266673d DBZ-5162 add netcat to Kafka RHEL image 2022-05-25 05:21:14 -04:00
Vojtech Juranek
96683a9ca4 DBZ-5064 Use maven 3.8.4 2022-04-28 13:39:43 +02:00
Jiri Novotny
0f2402a508 DBZ-5051 Update listing.sh 2022-04-27 14:37:18 +02:00
Vojtech Juranek
aef80064ad DBZ-4949 Update Jenkins jobs to use JDK 17 2022-04-22 05:53:51 +02:00
Jiri Novotny
86bc34684e DBZ-4601 Name and tag cleanup 2022-03-22 16:04:25 +01:00
Anisha Mohanty
9f7ede0e06 DBZ-3626 Renaming master branches to main 2021-10-28 09:33:32 +02:00
jcechace
0e040d8090 DBZ-3934 Docker image for artifact server serving artifacts for Strimzi's build mechanism 2021-09-13 14:28:52 +02:00
Jiri Novotny
5ff51f57b6 DBZ-3650 download kafka start scripts from dbz git 2021-08-04 09:40:13 +02:00
Jiri Novotny
80fe5a4e15 DBZ-3650 minor bug fix 2021-08-04 09:40:13 +02:00
Jiri Novotny
224463a57b DBZ-3650 added image for creating kafka/zookeeper/kafka-connect containers 2021-08-04 09:40:13 +02:00
jcechace
4f3b3ef25b DBZ-3566 Module debezium-testing-openshift renamed to debezium-testing-system together with package reordering 2021-07-09 17:56:30 +07:00
Jiri Novotny
cdd2468bb3 DBZ-3201 testsuite docker container 2021-06-02 16:55:59 +02:00
jcechace
0bd664e469 DBZ-2560 Extending KC image build script with ability to add extra libraries 2020-09-21 13:57:49 +02:00
jcechace
fd8fa846ea DBZ-1817 Jenkins job definition and pipeline for openshift tests
Refactored image properties
2020-03-17 06:24:56 +01:00