<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/rabbitmq-server-git.git/ci, branch cli-remote_shell</title>
<subtitle>github.com: rabbitmq/rabbitmq-server.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/'/>
<entry>
<title>Remove 'package-generic-unix' job from the GitHub Actions workflow</title>
<updated>2021-01-15T08:20:54+00:00</updated>
<author>
<name>Philip Kuryloski</name>
<email>kuryloskip@vmware.com</email>
</author>
<published>2021-01-15T08:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=2e9a52903c430b0fa5d3be0070f312667128d2c2'/>
<id>2e9a52903c430b0fa5d3be0070f312667128d2c2</id>
<content type='text'>
It requires files (in the packaging directory) that have since been
moved to their own repository. We could fetch the additional repo, but
as far as I know, no one is using the artifact from the job at this time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It requires files (in the packaging directory) that have since been
moved to their own repository. We could fetch the additional repo, but
as far as I know, no one is using the artifact from the job at this time.
</pre>
</div>
</content>
</entry>
<entry>
<title>GitHub Actions tweaks</title>
<updated>2020-11-27T08:48:05+00:00</updated>
<author>
<name>Philip Kuryloski</name>
<email>kuryloskip@vmware.com</email>
</author>
<published>2020-11-27T08:48:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=30811a8244e826454d5f7b3e01ba34b8de6c1f91'/>
<id>30811a8244e826454d5f7b3e01ba34b8de6c1f91</id>
<content type='text'>
1. Set ERLANG_VERSION explicitly in the rabbitmq_peer_discovery_aws
tests as terraform requires it (it should already be present in our ci
docker images, but I have not figured out why not yet)
2. Ensure that 'rabbit' &amp; 'finish' jobs in actions do not run for
cancelled workflows
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Set ERLANG_VERSION explicitly in the rabbitmq_peer_discovery_aws
tests as terraform requires it (it should already be present in our ci
docker images, but I have not figured out why not yet)
2. Ensure that 'rabbit' &amp; 'finish' jobs in actions do not run for
cancelled workflows
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable tests in github actions for all plugins</title>
<updated>2020-11-26T14:41:05+00:00</updated>
<author>
<name>Philip Kuryloski</name>
<email>kuryloskip@vmware.com</email>
</author>
<published>2020-11-24T12:13:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=482309718b22e34fbc282b3132712d6adeeb51ab'/>
<id>482309718b22e34fbc282b3132712d6adeeb51ab</id>
<content type='text'>
except rabbitmq_codegen
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
except rabbitmq_codegen
</pre>
</div>
</content>
</entry>
<entry>
<title>Add additional testing dependencies to the temporary docker images</title>
<updated>2020-11-23T21:36:32+00:00</updated>
<author>
<name>Philip Kuryloski</name>
<email>kuryloskip@vmware.com</email>
</author>
<published>2020-11-23T16:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=84212482d77705280e747d041c04c18deb958f08'/>
<id>84212482d77705280e747d041c04c18deb958f08</id>
<content type='text'>
these images are used by the github actions workflows, and though
while not sensitive, are not intended to be published
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these images are used by the github actions workflows, and though
while not sensitive, are not intended to be published
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a workflow for testing with erlang/otp master</title>
<updated>2020-11-23T10:32:03+00:00</updated>
<author>
<name>Philip Kuryloski</name>
<email>kuryloskip@vmware.com</email>
</author>
<published>2020-11-23T10:32:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=7142ba94c85fffc447f42037a4cf2e3310aff12f'/>
<id>7142ba94c85fffc447f42037a4cf2e3310aff12f</id>
<content type='text'>
This workflow will run on a schedule rather than on every push
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This workflow will run on a schedule rather than on every push
</pre>
</div>
</content>
</entry>
<entry>
<title>Add mixed version testing for the deps/rabbit suites</title>
<updated>2020-11-16T09:34:20+00:00</updated>
<author>
<name>Philip Kuryloski</name>
<email>kuryloskip@vmware.com</email>
</author>
<published>2020-11-10T11:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=899e3e83d9aa37f28503cbe9c8659a6b783db141'/>
<id>899e3e83d9aa37f28503cbe9c8659a6b783db141</id>
<content type='text'>
Mix clusters with v3.7 and v3.8, currently on both erlang versions. As
this also increases the actions duration rabbit ct-* suites have been
de-grouped such that multiple ct suites are no longer run as part of a
GitHub Actions job.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mix clusters with v3.7 and v3.8, currently on both erlang versions. As
this also increases the actions duration rabbit ct-* suites have been
de-grouped such that multiple ct suites are no longer run as part of a
GitHub Actions job.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix honeycomb build traces</title>
<updated>2020-11-13T13:41:22+00:00</updated>
<author>
<name>Philip Kuryloski</name>
<email>kuryloskip@vmware.com</email>
</author>
<published>2020-10-22T09:30:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=62b7e8b986f97b532a3abcbae01aac0ee21f7333'/>
<id>62b7e8b986f97b532a3abcbae01aac0ee21f7333</id>
<content type='text'>
Using a unique span_id when invoking the buildevents cli
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using a unique span_id when invoking the buildevents cli
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct use of dialyze in GitHub Actions</title>
<updated>2020-11-13T13:41:22+00:00</updated>
<author>
<name>Philip Kuryloski</name>
<email>kuryloskip@vmware.com</email>
</author>
<published>2020-10-06T12:21:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=9fabae11a5a3f2fe113d2a30493e80a9f441229b'/>
<id>9fabae11a5a3f2fe113d2a30493e80a9f441229b</id>
<content type='text'>
Dialyze now runs independently for each component on the uncompiled sources
to maximize the amount of issues detectable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dialyze now runs independently for each component on the uncompiled sources
to maximize the amount of issues detectable
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Elixir 1.10.4 in GitHub Actions</title>
<updated>2020-11-13T13:41:22+00:00</updated>
<author>
<name>Philip Kuryloski</name>
<email>kuryloskip@vmware.com</email>
</author>
<published>2020-10-02T09:12:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=934127933b9be51829016a3bde68e9374baa9e38'/>
<id>934127933b9be51829016a3bde68e9374baa9e38</id>
<content type='text'>
For Erlang/OTP 22 &amp; 23
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For Erlang/OTP 22 &amp; 23
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjustments for rabbitmq-cli tests</title>
<updated>2020-11-13T13:41:22+00:00</updated>
<author>
<name>Philip Kuryloski</name>
<email>kuryloskip@vmware.com</email>
</author>
<published>2020-09-25T13:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=316b27d65a9ed4bb3ef2d7333b2f16005968b425'/>
<id>316b27d65a9ed4bb3ef2d7333b2f16005968b425</id>
<content type='text'>
- Provide RABBITMQ_VERSION so that plugin version compatibility checks work
  correctly
- Run tests generally as an unpriveleged user in docker, like we do in concourse
- Set USER in the env for erlang-cookie-sources tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Provide RABBITMQ_VERSION so that plugin version compatibility checks work
  correctly
- Run tests generally as an unpriveleged user in docker, like we do in concourse
- Set USER in the env for erlang-cookie-sources tests
</pre>
</div>
</content>
</entry>
</feed>
