Skip to content

Commit

Permalink
chore(IDX): disable system tests k8s (#3069)
Browse files Browse the repository at this point in the history
Disabling temporarily. Will enable again once Kubevirt is on 1.4.0 and
VM manifests are adjusted.
  • Loading branch information
marko-k0 authored Dec 9, 2024
1 parent ff2eeda commit e85b8af
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/system-tests-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ name: System Tests K8s
# --field jobs="32"

on:
schedule:
- cron: "0 3 * * *"
pull_request:
paths:
- '.github/workflows/system-tests-k8s.yml'
# XXX: temporarily disabling until we have kubevirt 1.4.0
# schedule:
# - cron: "0 3 * * *"
# pull_request:
# paths:
# - '.github/workflows/system-tests-k8s.yml'
workflow_dispatch:
inputs:
targets:
Expand Down

0 comments on commit e85b8af

Please sign in to comment.