Skip to content

Commit

Permalink
gitlab: temporarily disable RHEL nightly tests for Azure
Browse files Browse the repository at this point in the history
The tests are failing and blocking snapshot updates.  We're
investigating the cause still, but at the same time we need to get new
snapshots for other PRs to move forward.
  • Loading branch information
achilleas-k committed Jan 16, 2025
1 parent 24e7c9f commit 0b0fb18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ azure.sh:
rules:
# Run only on x86_64
- !reference [.upstream_rules_x86_64, rules]
- !reference [.nightly_rules_x86_64, rules]
# - !reference [.nightly_rules_x86_64, rules]
- !reference [.ga_rules_x86_64, rules]
variables:
SCRIPT: azure.sh
Expand All @@ -474,7 +474,7 @@ azure.sh_hyperv_gen2:
rules:
# Run only on x86_64
- !reference [.upstream_rules_x86_64, rules]
- !reference [.nightly_rules_x86_64, rules]
# - !reference [.nightly_rules_x86_64, rules]
- !reference [.ga_rules_x86_64, rules]
variables:
SCRIPT: azure_hyperv_gen2.sh
Expand Down

0 comments on commit 0b0fb18

Please sign in to comment.