Skip to content

Commit

Permalink
Try to use the kubevirt environment
Browse files Browse the repository at this point in the history
Signed-off-by: Nir Soffer <nsoffer@redhat.com>
  • Loading branch information
nirs committed May 15, 2024
1 parent 74a1129 commit 55394b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ on: # yamllint disable-line rule:truthy
env:
# Limit number of drenv workers.
MAX_WORKERS: 4
ENV_NAME: rdr
ENV_FILE: envs/regional-dr.yaml
ENV_NAME: rdr-kubevirt
ENV_FILE: envs/regional-dr-kubevirt.yaml

jobs:
e2e-rdr:
e2e-rdr-virt:
runs-on: [self-hosted, e2e-rdr-virt]
if: github.repository == 'nirs/ramen' && github.event.pull_request.author_association == 'OWNER'

Expand Down

0 comments on commit 55394b3

Please sign in to comment.