From fd2111fa0d2a93b9a7ea845f01f50212d186d9ad Mon Sep 17 00:00:00 2001 From: Gabriel Nagy Date: Thu, 20 Jun 2024 13:22:16 +0300 Subject: [PATCH] Re-enable e2e tests on Oracular We discussed this yesterday and came to the conclusion that it's better to run the Oracular cell even if an image template doesn't exist yet. It will fail the job, but this way we will notice when a template is finally built (the job will turn green), and no action will be required of the team. --- .github/workflows/e2e-tests.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 58c3bb65f..d87768ed6 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -49,11 +49,6 @@ jobs: continue fi - # TODO remove this once we have Docker & Azure images for Oracular - if [ "${r}" = "oracular" ]; then - continue - fi - if [ -n "${releases}" ]; then releases="${releases}, " fi