From f52e396919ce4948cc22edab8000b01fea9a4426 Mon Sep 17 00:00:00 2001 From: Gabriel Nagy Date: Mon, 20 May 2024 21:01:45 +0300 Subject: [PATCH] Skip tests on Oracular until images are available Currently e2e tests are failing on Oracular because there's no Docker image for it yet so we cannot build the adsys deb. On top of this, we don't have an Azure VM template for it either. We should revisit this in a month or two as the new version stabilizes. --- .github/workflows/e2e-tests.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index d87768ed6..58c3bb65f 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -49,6 +49,11 @@ 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