diff --git a/.github/workflows/all_solutions.yml b/.github/workflows/all_solutions.yml index cf157e840d..594ad26a84 100644 --- a/.github/workflows/all_solutions.yml +++ b/.github/workflows/all_solutions.yml @@ -388,8 +388,7 @@ jobs: MySql, NServiceBus, NServiceBus5, - # Disabling Oracle temporarily - #Oracle, + Oracle, Postgres, RabbitMq, Redis, diff --git a/tests/Agent/IntegrationTests/UnboundedServices/docker-compose.yml b/tests/Agent/IntegrationTests/UnboundedServices/docker-compose.yml index f1b5fa3802..077e288bfe 100644 --- a/tests/Agent/IntegrationTests/UnboundedServices/docker-compose.yml +++ b/tests/Agent/IntegrationTests/UnboundedServices/docker-compose.yml @@ -1,4 +1,3 @@ -version: "3.8" services: cosmosdb: @@ -95,7 +94,7 @@ services: container_name: MssqlServer oracle: - build: ./oracle + image: container-registry.oracle.com/database/free:23.4.0.0-lite shm_size: 1g ports: - "1521:1521" diff --git a/tests/Agent/IntegrationTests/UnboundedServices/oracle/Dockerfile b/tests/Agent/IntegrationTests/UnboundedServices/oracle/Dockerfile deleted file mode 100644 index 6e810da79a..0000000000 --- a/tests/Agent/IntegrationTests/UnboundedServices/oracle/Dockerfile +++ /dev/null @@ -1 +0,0 @@ -FROM newrelic/test-oracle-db:11.2.0.2-xe