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 d9f896d
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 @@ -463,7 +463,7 @@ azure.sh:
extends: .integration
rules:
# Run only on x86_64
- !reference [.upstream_rules_x86_64, rules]
# - !reference [.upstream_rules_x86_64, rules]
- !reference [.nightly_rules_x86_64, rules]
- !reference [.ga_rules_x86_64, rules]
variables:
Expand All @@ -473,7 +473,7 @@ azure.sh_hyperv_gen2:
extends: .integration
rules:
# Run only on x86_64
- !reference [.upstream_rules_x86_64, rules]
# - !reference [.upstream_rules_x86_64, rules]
- !reference [.nightly_rules_x86_64, rules]
- !reference [.ga_rules_x86_64, rules]
variables:
Expand Down

0 comments on commit d9f896d

Please sign in to comment.