Skip to content

Commit

Permalink
Re-enable Postgres tests and remove MariaDB (#2370)
Browse files Browse the repository at this point in the history
* Revert "Temporarily disable Postgres tests (#2367)"

This reverts commit 06be966.

* Disable mysql app from integration test

Signed-off-by: Akanksha Kumari <akanksha.kumari@veeam.com>

* Revert "Disable mysql app from integration test"

This reverts commit 7eb9ec4.

* Remove Maria DB

---------

Signed-off-by: Akanksha Kumari <akanksha.kumari@veeam.com>
Co-authored-by: Akanksha Kumari <akanksha.kumari@veeam.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 4, 2023
1 parent 092d93b commit 3eeb8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TEST_TIMEOUT="30m"
TEST_OPTIONS="-tags=integration -timeout ${TEST_TIMEOUT} -check.suitep ${DOP}"
# Regex to match apps to run in short mode
# Temporary disable ES test. Issue to track https://github.com/kanisterio/kanister/issues/1920
SHORT_APPS="^MySQL$|^MongoDB$|Maria|^MSSQL$"
SHORT_APPS="^PostgreSQL$|^MySQL$|^MongoDB$|^MSSQL$"
# OCAPPS has all the apps that are to be tested against openshift cluster
OC_APPS3_11="MysqlDBDepConfig$|MongoDBDepConfig$|PostgreSQLDepConfig$"
OC_APPS4_4="MysqlDBDepConfig4_4|MongoDBDepConfig4_4|PostgreSQLDepConfig4_4"
Expand Down

0 comments on commit 3eeb8d8

Please sign in to comment.