Skip to content

Commit 478f65c

Browse files
committed
Disable rhel8 in packaging tests (#41924)
This commit disables rhel 8 from being tested in vagrant packaging tests. The vagrant image we use is beta release, but RHEL 8 was just released, which has caused the package mirrors for the beta to stop working.
1 parent 6c24dc0 commit 478f65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/org/elasticsearch/gradle/vagrant/VagrantTestPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class VagrantTestPlugin implements Plugin<Project> {
3030
'oel-6',
3131
'oel-7',
3232
'opensuse-42',
33-
'rhel-8',
33+
/* TODO: need a real RHEL license now that it is out of beta 'rhel-8',*/
3434
'sles-12',
3535
'ubuntu-1404',
3636
'ubuntu-1604',

0 commit comments

Comments
 (0)