Skip to content

Commit

Permalink
tests(e2e): re-enable e2e tests on Oracular (#1034)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
GabrielNagy authored Jun 20, 2024
2 parents 70c5aea + fd2111f commit 379f28f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 379f28f

Please sign in to comment.