Skip to content

Commit a0cdb47

Browse files
committed
ci: re-enable vmware tests
The CI configuration has been updated with fresh new values. Let's start testing VMWare builds again.
1 parent cdb5ac0 commit a0cdb47

File tree

1 file changed

+19
-28
lines changed

1 file changed

+19
-28
lines changed

.gitlab-ci.yml

Lines changed: 19 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -469,34 +469,25 @@ gcp.sh:
469469
variables:
470470
SCRIPT: gcp.sh
471471

472-
# NOTE(akoutsou): The vmware tests are consistently failing. While the
473-
# build succeeds, the upload fails with:
474-
# Unable to protect host, if the host isn't running as part of an
475-
# autoscaling group, this can safely be ignored: operation error Auto
476-
# Scaling: DescribeAutoScalingInstances, get identity: get credentials:
477-
# failed to refresh cached credentials, no EC2 IMDS role found, operation
478-
# error ec2imds: GetMetadata, http response error StatusCode: 404, request
479-
# to EC2 IMDS failed
480-
# Disabling the test until we have time to look into it furhter.
481-
# vmware.sh_vmdk:
482-
# extends: .integration_rhel
483-
# rules:
484-
# # Run only on x86_64
485-
# - !reference [.upstream_rules_x86_64, rules]
486-
# - !reference [.nightly_rules_x86_64, rules]
487-
# - !reference [.ga_rules_x86_64, rules]
488-
# variables:
489-
# SCRIPT: vmware.sh vmdk
490-
491-
# vmware.sh_ova:
492-
# extends: .integration_rhel
493-
# rules:
494-
# # Run only on x86_64
495-
# - !reference [.upstream_rules_x86_64, rules]
496-
# - !reference [.nightly_rules_x86_64, rules]
497-
# - !reference [.ga_rules_x86_64, rules]
498-
# variables:
499-
# SCRIPT: vmware.sh ova
472+
vmware.sh_vmdk:
473+
extends: .integration_rhel
474+
rules:
475+
# Run only on x86_64
476+
- !reference [.upstream_rules_x86_64, rules]
477+
- !reference [.nightly_rules_x86_64, rules]
478+
- !reference [.ga_rules_x86_64, rules]
479+
variables:
480+
SCRIPT: vmware.sh vmdk
481+
482+
vmware.sh_ova:
483+
extends: .integration_rhel
484+
rules:
485+
# Run only on x86_64
486+
- !reference [.upstream_rules_x86_64, rules]
487+
- !reference [.nightly_rules_x86_64, rules]
488+
- !reference [.ga_rules_x86_64, rules]
489+
variables:
490+
SCRIPT: vmware.sh ova
500491

501492
filesystem.sh:
502493
extends: .integration

0 commit comments

Comments
 (0)