Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
rabbitmq
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mirror
rabbitmq
Compare Revisions
98bb3751d472ae5208d1a8a7f98e8dac5275eeb6...d663dc6ad7eb7b9113e78448e5541b751082733c
Source
d663dc6ad7eb7b9113e78448e5541b751082733c
Select Git revision
...
Target
98bb3751d472ae5208d1a8a7f98e8dac5275eeb6
Select Git revision
Compare
Commits (2)
Correct YAML nesting
· e18814d2
Michael Klishin
authored
Jul 25, 2020
e18814d2
Correct ESL package version used in alpha test suites
· d663dc6a
Michael Klishin
authored
Jul 25, 2020
d663dc6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
.kitchen.alphas.yml
.kitchen.alphas.yml
+7
-8
No files found.
.kitchen.alphas.yml
View file @
d663dc6a
...
...
@@ -25,13 +25,12 @@ platforms:
-
RUN yum -y install sudo lsof which systemd-sysv initscripts openssl net-tools
-
name
:
centos-7
driver
:
image
:
dokken/centos-7
platform
:
rhel
pid_one_command
:
/usr/lib/systemd/systemd
intermediate_instructions
:
-
RUN yum -y install sudo lsof which systemd-sysv initscripts openssl net-tools
driver
:
image
:
dokken/centos-7
platform
:
rhel
pid_one_command
:
/usr/lib/systemd/systemd
intermediate_instructions
:
-
RUN yum -y install sudo lsof which systemd-sysv initscripts openssl net-tools
-
name
:
fedora-32
driver
:
...
...
@@ -110,7 +109,7 @@ suites:
erlang
:
install_method
:
"
esl"
esl
:
version
:
"
23.0.2-1"
version
:
"
1:
23.0.2-1"
rabbitmq
:
# export RABBITMQ_VERSION="3.8.6-alpha.21"
version
:
<%= ENV['RABBITMQ_VERSION'] %>
...
...