diff options
| author | GitHubPang <61439577+GitHubPang@users.noreply.github.com> | 2020-07-30 17:16:06 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-30 17:16:06 +0800 |
| commit | e47c8ed51b1ba925ebabbff86695f09df6c156d0 (patch) | |
| tree | 2759f4f388f6ebe49c25160f575a812ac1573847 /.github | |
| parent | 1dc4e9bdb7c01d986f1d39bf50ce2f301c54525a (diff) | |
| parent | 4d6737e4501cb7a563f4ee4e090e1df580ec101d (diff) | |
| download | rabbitmq-server-git-e47c8ed51b1ba925ebabbff86695f09df6c156d0.tar.gz | |
Merge pull request #1 from rabbitmq/master
Merge from source
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test-erlang-otp-21.3.yaml | 668 | ||||
| -rw-r--r-- | .github/workflows/test-erlang-otp-23.0.yaml (renamed from .github/workflows/test-erlang-otp-22.3.yaml) | 1030 | ||||
| -rw-r--r-- | .github/workflows/test-jobs/30-CT_SUITE.yaml | 2 |
3 files changed, 938 insertions, 762 deletions
diff --git a/.github/workflows/test-erlang-otp-21.3.yaml b/.github/workflows/test-erlang-otp-21.3.yaml index ed6bffd5b0..3885f47619 100644 --- a/.github/workflows/test-erlang-otp-21.3.yaml +++ b/.github/workflows/test-erlang-otp-21.3.yaml @@ -20,7 +20,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: CHECK RABBITMQ COMPONENTS # https://github.community/t5/GitHub-Actions/How-can-I-set-an-expression-as-an-environment-variable-at/m-p/41804/highlight/true#M4751 id: ref @@ -59,12 +59,12 @@ jobs: uses: actions/cache@v1 with: path: umbrellas - key: secondary-umbrellas-v3.7.26-v3.8.5-erlang-21.3-rev4 + key: secondary-umbrellas-v3.7.27-rc.1-v3.8.5-erlang-21.3-rev4 - name: PREPARE SECONDARY UMBRELLA COPIES if: success() && 'oldest' == 'oldest' run: | set -ex - for version in v3.7.26 v3.8.5; do + for version in v3.7.27-rc.1 v3.8.5; do umbrella="umbrellas/$version" if ! test -d "$umbrella" || ! make -C "$umbrella/deps/rabbit" test-dist; then @@ -124,7 +124,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE if: success() && 'oldest' == 'latest' uses: actions/download-artifact@v2 @@ -158,7 +158,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -192,7 +192,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -206,7 +206,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-amqqueue_backward_compatibility \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -271,7 +271,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-backing_queue: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -286,7 +287,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -300,7 +301,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-backing_queue \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -365,7 +366,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-channel_interceptor: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -380,7 +382,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -394,7 +396,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-channel_interceptor \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -459,7 +461,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-channel_operation_timeout: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -474,7 +477,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -488,7 +491,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-channel_operation_timeout \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -553,7 +556,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-cluster: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -568,7 +572,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -582,7 +586,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-cluster \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -647,7 +651,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-cluster_rename: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -662,7 +667,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -676,7 +681,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-cluster_rename \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -741,7 +746,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-clustering_management: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -756,7 +762,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -770,7 +776,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-clustering_management \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -835,7 +841,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-config_schema: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -850,7 +857,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -864,7 +871,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-config_schema \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -929,7 +936,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-confirms_rejects: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -944,7 +952,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -958,7 +966,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-confirms_rejects \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1023,7 +1031,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-consumer_timeout: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -1038,7 +1047,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1052,7 +1061,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-consumer_timeout \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1117,7 +1126,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-crashing_queues: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -1132,7 +1142,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1146,7 +1156,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-crashing_queues \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1211,7 +1221,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-dead_lettering: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -1226,7 +1237,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1240,7 +1251,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-dead_lettering \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1305,7 +1316,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-definition_import: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -1320,7 +1332,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1334,7 +1346,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-definition_import \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1399,7 +1411,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-disconnect_detected_during_alarm: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -1414,7 +1427,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1428,7 +1441,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-disconnect_detected_during_alarm \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1493,7 +1506,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-dynamic_ha: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -1508,7 +1522,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1522,7 +1536,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-dynamic_ha \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1587,7 +1601,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-dynamic_qq: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -1602,7 +1617,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1616,7 +1631,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-dynamic_qq \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1681,7 +1696,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-eager_sync: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -1696,7 +1712,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1710,7 +1726,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-eager_sync \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1775,7 +1791,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-feature_flags: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -1790,7 +1807,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1804,7 +1821,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-feature_flags \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1869,11 +1886,12 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: - ct-health_check: + done + # vim:sw=2:et: + ct-lazy_queue: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts - name: ct-health_check + name: ct-lazy_queue runs-on: ubuntu-18.04 steps: - name: CHECKOUT REPOSITORY @@ -1884,7 +1902,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1898,8 +1916,8 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 - make ct-health_check \ + export ELIXIR_VERSION=1.8.0 + make ct-lazy_queue \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ FULL= \ @@ -1926,7 +1944,7 @@ jobs: test -d "$umbrella" printf '\n\033[1;32mMixing clusters with RabbitMQ %s\033[0m' \ $(basename "$umbrella") - make distclean-ct ct-health_check \ + make distclean-ct ct-lazy_queue \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ FULL= \ @@ -1945,7 +1963,7 @@ jobs: uses: actions/upload-artifact@v2-preview if: failure() with: - name: ct-health_check-logs + name: ct-lazy_queue-logs path: "*-ct-logs-*.tar.xz" - name: HONEYCOMB if: success() || failure() @@ -1963,11 +1981,12 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: - ct-lazy_queue: + done + # vim:sw=2:et: + ct-list_consumers_sanity_check: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts - name: ct-lazy_queue + name: ct-list_consumers_sanity_check runs-on: ubuntu-18.04 steps: - name: CHECKOUT REPOSITORY @@ -1978,7 +1997,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1992,8 +2011,8 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 - make ct-lazy_queue \ + export ELIXIR_VERSION=1.8.0 + make ct-list_consumers_sanity_check \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ FULL= \ @@ -2020,7 +2039,7 @@ jobs: test -d "$umbrella" printf '\n\033[1;32mMixing clusters with RabbitMQ %s\033[0m' \ $(basename "$umbrella") - make distclean-ct ct-lazy_queue \ + make distclean-ct ct-list_consumers_sanity_check \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ FULL= \ @@ -2039,7 +2058,7 @@ jobs: uses: actions/upload-artifact@v2-preview if: failure() with: - name: ct-lazy_queue-logs + name: ct-list_consumers_sanity_check-logs path: "*-ct-logs-*.tar.xz" - name: HONEYCOMB if: success() || failure() @@ -2057,11 +2076,12 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: - ct-list_consumers_sanity_check: + done + # vim:sw=2:et: + ct-list_queues_online_and_offline: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts - name: ct-list_consumers_sanity_check + name: ct-list_queues_online_and_offline runs-on: ubuntu-18.04 steps: - name: CHECKOUT REPOSITORY @@ -2072,7 +2092,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2086,8 +2106,8 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 - make ct-list_consumers_sanity_check \ + export ELIXIR_VERSION=1.8.0 + make ct-list_queues_online_and_offline \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ FULL= \ @@ -2114,7 +2134,7 @@ jobs: test -d "$umbrella" printf '\n\033[1;32mMixing clusters with RabbitMQ %s\033[0m' \ $(basename "$umbrella") - make distclean-ct ct-list_consumers_sanity_check \ + make distclean-ct ct-list_queues_online_and_offline \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ FULL= \ @@ -2133,7 +2153,7 @@ jobs: uses: actions/upload-artifact@v2-preview if: failure() with: - name: ct-list_consumers_sanity_check-logs + name: ct-list_queues_online_and_offline-logs path: "*-ct-logs-*.tar.xz" - name: HONEYCOMB if: success() || failure() @@ -2151,11 +2171,12 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: - ct-list_queues_online_and_offline: + done + # vim:sw=2:et: + ct-maintenance_mode: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts - name: ct-list_queues_online_and_offline + name: ct-maintenance_mode runs-on: ubuntu-18.04 steps: - name: CHECKOUT REPOSITORY @@ -2166,7 +2187,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2180,8 +2201,8 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 - make ct-list_queues_online_and_offline \ + export ELIXIR_VERSION=1.8.0 + make ct-maintenance_mode \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ FULL= \ @@ -2208,7 +2229,7 @@ jobs: test -d "$umbrella" printf '\n\033[1;32mMixing clusters with RabbitMQ %s\033[0m' \ $(basename "$umbrella") - make distclean-ct ct-list_queues_online_and_offline \ + make distclean-ct ct-maintenance_mode \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ FULL= \ @@ -2227,7 +2248,7 @@ jobs: uses: actions/upload-artifact@v2-preview if: failure() with: - name: ct-list_queues_online_and_offline-logs + name: ct-maintenance_mode-logs path: "*-ct-logs-*.tar.xz" - name: HONEYCOMB if: success() || failure() @@ -2245,7 +2266,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-many_node_ha: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -2260,7 +2282,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2274,7 +2296,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-many_node_ha \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -2339,7 +2361,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-message_size_limit: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -2354,7 +2377,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2368,7 +2391,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-message_size_limit \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -2433,7 +2456,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-metrics: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -2448,7 +2472,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2462,7 +2486,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-metrics \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -2527,7 +2551,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-mirrored_supervisor: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -2542,7 +2567,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2556,7 +2581,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-mirrored_supervisor \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -2621,7 +2646,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-msg_store: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -2636,7 +2662,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2650,7 +2676,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-msg_store \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -2715,7 +2741,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-peer_discovery_classic_config: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -2730,7 +2757,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2744,7 +2771,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-peer_discovery_classic_config \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -2809,7 +2836,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-peer_discovery_dns: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -2824,7 +2852,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2838,7 +2866,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-peer_discovery_dns \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -2903,7 +2931,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-per_user_connection_tracking: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -2918,7 +2947,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2932,7 +2961,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-per_user_connection_tracking \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -2997,7 +3026,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-per_vhost_connection_limit: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3012,7 +3042,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3026,7 +3056,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-per_vhost_connection_limit \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3091,7 +3121,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-per_vhost_connection_limit_partitions: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3106,7 +3137,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3120,7 +3151,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-per_vhost_connection_limit_partitions \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3185,7 +3216,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-per_vhost_msg_store: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3200,7 +3232,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3214,7 +3246,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-per_vhost_msg_store \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3279,7 +3311,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-per_vhost_queue_limit: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3294,7 +3327,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3308,7 +3341,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-per_vhost_queue_limit \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3373,7 +3406,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-policy: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3388,7 +3422,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3402,7 +3436,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-policy \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3467,7 +3501,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-priority_queue: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3482,7 +3517,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3496,7 +3531,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-priority_queue \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3561,7 +3596,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-priority_queue_recovery: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3576,7 +3612,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3590,7 +3626,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-priority_queue_recovery \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3655,7 +3691,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-product_info: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3670,7 +3707,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3684,7 +3721,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-product_info \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3749,7 +3786,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-proxy_protocol: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3764,7 +3802,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3778,7 +3816,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-proxy_protocol \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3843,7 +3881,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-publisher_confirms_parallel: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3858,7 +3897,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3872,7 +3911,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-publisher_confirms_parallel \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3937,7 +3976,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-queue_length_limits: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3952,7 +3992,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3966,7 +4006,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-queue_length_limits \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4031,7 +4071,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-queue_master_location: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4046,7 +4087,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4060,7 +4101,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-queue_master_location \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4125,7 +4166,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-queue_parallel: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4140,7 +4182,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4154,7 +4196,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-queue_parallel \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4219,7 +4261,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-quorum_queue: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4234,7 +4277,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4248,7 +4291,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-quorum_queue \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4313,7 +4356,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-rabbit_core_metrics_gc: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4328,7 +4372,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4342,7 +4386,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-rabbit_core_metrics_gc \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4407,7 +4451,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-rabbit_fifo: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4422,7 +4467,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4436,7 +4481,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-rabbit_fifo \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4501,7 +4546,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-rabbit_fifo_int: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4516,7 +4562,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4530,7 +4576,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-rabbit_fifo_int \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4595,7 +4641,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-rabbit_fifo_prop: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4610,7 +4657,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4624,7 +4671,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-rabbit_fifo_prop \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4689,7 +4736,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-rabbitmq_queues_cli_integration: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4704,7 +4752,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4718,7 +4766,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-rabbitmq_queues_cli_integration \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4783,7 +4831,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-rabbitmqctl_integration: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4798,7 +4847,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4812,7 +4861,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-rabbitmqctl_integration \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4877,7 +4926,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-rabbitmqctl_shutdown: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4892,7 +4942,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4906,7 +4956,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-rabbitmqctl_shutdown \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4971,7 +5021,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-signal_handling: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4986,7 +5037,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5000,7 +5051,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-signal_handling \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5065,7 +5116,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-simple_ha: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5080,7 +5132,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5094,7 +5146,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-simple_ha \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5159,7 +5211,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-single_active_consumer: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5174,7 +5227,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5188,7 +5241,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-single_active_consumer \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5253,7 +5306,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-sup_delayed_restart: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5268,7 +5322,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5282,7 +5336,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-sup_delayed_restart \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5347,7 +5401,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-sync_detection: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5362,7 +5417,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5376,7 +5431,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-sync_detection \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5441,7 +5496,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-term_to_binary_compat_prop: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5456,7 +5512,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5470,7 +5526,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-term_to_binary_compat_prop \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5535,7 +5591,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-topic_permission: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5550,7 +5607,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5564,7 +5621,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-topic_permission \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5629,7 +5686,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_access_control: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5644,7 +5702,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5658,7 +5716,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_access_control \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5723,7 +5781,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_access_control_authn_authz_context_propagation: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5738,7 +5797,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5752,7 +5811,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_access_control_authn_authz_context_propagation \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5817,7 +5876,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_access_control_credential_validation: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5832,7 +5892,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5846,7 +5906,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_access_control_credential_validation \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5911,7 +5971,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_amqp091_content_framing: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5926,7 +5987,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5940,7 +6001,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_amqp091_content_framing \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6005,7 +6066,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_amqp091_server_properties: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6020,7 +6082,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6034,7 +6096,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_amqp091_server_properties \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6099,7 +6161,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_app_management: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6114,7 +6177,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6128,7 +6191,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_app_management \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6193,7 +6256,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_cluster_formation_locking_mocks: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6208,7 +6272,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6222,7 +6286,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_cluster_formation_locking_mocks \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6287,7 +6351,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_collections: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6302,7 +6367,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6316,7 +6381,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_collections \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6381,7 +6446,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_config_value_encryption: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6396,7 +6462,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6410,7 +6476,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_config_value_encryption \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6475,7 +6541,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_connection_tracking: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6490,7 +6557,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6504,7 +6571,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_connection_tracking \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6569,7 +6636,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_credit_flow: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6584,7 +6652,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6598,7 +6666,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_credit_flow \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6663,7 +6731,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_disk_monitor: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6678,7 +6747,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6692,7 +6761,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_disk_monitor \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6757,7 +6826,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_disk_monitor_mocks: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6772,7 +6842,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6786,7 +6856,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_disk_monitor_mocks \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6851,7 +6921,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_file_handle_cache: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6866,7 +6937,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6880,7 +6951,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_file_handle_cache \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6945,7 +7016,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_gen_server2: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6960,7 +7032,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6974,7 +7046,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_gen_server2 \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7039,7 +7111,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_gm: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7054,7 +7127,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7068,7 +7141,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_gm \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7133,7 +7206,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_log_config: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7148,7 +7222,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7162,7 +7236,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_log_config \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7227,7 +7301,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_log_management: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7242,7 +7317,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7256,7 +7331,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_log_management \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7321,7 +7396,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_operator_policy: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7336,7 +7412,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7350,7 +7426,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_operator_policy \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7415,7 +7491,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_pg_local: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7430,7 +7507,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7444,7 +7521,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_pg_local \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7509,7 +7586,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_plugin_directories: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7524,7 +7602,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7538,7 +7616,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_plugin_directories \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7603,7 +7681,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_plugin_versioning: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7618,7 +7697,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7632,7 +7711,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_plugin_versioning \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7697,7 +7776,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_policy_validators: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7712,7 +7792,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7726,7 +7806,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_policy_validators \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7791,7 +7871,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_priority_queue: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7806,7 +7887,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7820,7 +7901,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_priority_queue \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7885,7 +7966,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_queue_consumers: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7900,7 +7982,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7914,7 +7996,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_queue_consumers \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7979,7 +8061,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_stats_and_metrics: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7994,7 +8077,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -8008,7 +8091,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_stats_and_metrics \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -8073,7 +8156,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_supervisor2: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -8088,7 +8172,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -8102,7 +8186,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_supervisor2 \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -8167,7 +8251,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_vm_memory_monitor: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -8182,7 +8267,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -8196,7 +8281,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-unit_vm_memory_monitor \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -8261,7 +8346,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-upgrade_preparation: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -8276,7 +8362,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -8290,7 +8376,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-upgrade_preparation \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -8355,7 +8441,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-vhost: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -8370,7 +8457,7 @@ jobs: with: otp-version: 21.3 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -8384,7 +8471,7 @@ jobs: ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master export ERLANG_VERSION=21.3 - export ELIXIR_VERSION=1.10.3 + export ELIXIR_VERSION=1.8.0 make ct-vhost \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -8449,7 +8536,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: capture-tested-deps-versions: needs: - dialyzer @@ -8472,10 +8560,10 @@ jobs: - ct-dynamic_qq - ct-eager_sync - ct-feature_flags - - ct-health_check - ct-lazy_queue - ct-list_consumers_sanity_check - ct-list_queues_online_and_offline + - ct-maintenance_mode - ct-many_node_ha - ct-message_size_limit - ct-metrics diff --git a/.github/workflows/test-erlang-otp-22.3.yaml b/.github/workflows/test-erlang-otp-23.0.yaml index 70cbb10469..6f29e0c853 100644 --- a/.github/workflows/test-erlang-otp-22.3.yaml +++ b/.github/workflows/test-erlang-otp-23.0.yaml @@ -1,6 +1,6 @@ # vim:sw=2:et: # https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow -name: "Test - Erlang 22.3" +name: "Test - Erlang 23.0" on: push: repository_dispatch: @@ -18,9 +18,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: CHECK RABBITMQ COMPONENTS # https://github.community/t5/GitHub-Actions/How-can-I-set-an-expression-as-an-environment-variable-at/m-p/41804/highlight/true#M4751 id: ref @@ -59,12 +59,12 @@ jobs: uses: actions/cache@v1 with: path: umbrellas - key: secondary-umbrellas-v3.7.26-v3.8.5-erlang-22.3-rev4 + key: secondary-umbrellas-v3.7.27-rc.1-v3.8.5-erlang-23.0-rev4 - name: PREPARE SECONDARY UMBRELLA COPIES if: success() && 'latest' == 'oldest' run: | set -ex - for version in v3.7.26 v3.8.5; do + for version in v3.7.27-rc.1 v3.8.5; do umbrella="umbrellas/$version" if ! test -d "$umbrella" || ! make -C "$umbrella/deps/rabbit" test-dist; then @@ -122,9 +122,9 @@ jobs: if: success() && 'latest' == 'latest' uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE if: success() && 'latest' == 'latest' uses: actions/download-artifact@v2 @@ -156,9 +156,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -190,9 +190,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -205,8 +205,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-amqqueue_backward_compatibility \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -271,7 +271,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-backing_queue: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -284,9 +285,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -299,8 +300,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-backing_queue \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -365,7 +366,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-channel_interceptor: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -378,9 +380,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -393,8 +395,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-channel_interceptor \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -459,7 +461,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-channel_operation_timeout: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -472,9 +475,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -487,8 +490,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-channel_operation_timeout \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -553,7 +556,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-cluster: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -566,9 +570,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -581,8 +585,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-cluster \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -647,7 +651,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-cluster_rename: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -660,9 +665,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -675,8 +680,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-cluster_rename \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -741,7 +746,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-clustering_management: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -754,9 +760,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -769,8 +775,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-clustering_management \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -835,7 +841,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-config_schema: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -848,9 +855,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -863,8 +870,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-config_schema \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -929,7 +936,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-confirms_rejects: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -942,9 +950,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -957,8 +965,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-confirms_rejects \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1023,7 +1031,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-consumer_timeout: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -1036,9 +1045,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1051,8 +1060,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-consumer_timeout \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1117,7 +1126,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-crashing_queues: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -1130,9 +1140,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1145,8 +1155,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-crashing_queues \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1211,7 +1221,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-dead_lettering: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -1224,9 +1235,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1239,8 +1250,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-dead_lettering \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1305,7 +1316,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-definition_import: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -1318,9 +1330,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1333,8 +1345,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-definition_import \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1399,7 +1411,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-disconnect_detected_during_alarm: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -1412,9 +1425,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1427,8 +1440,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-disconnect_detected_during_alarm \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1493,7 +1506,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-dynamic_ha: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -1506,9 +1520,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1521,8 +1535,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-dynamic_ha \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1587,7 +1601,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-dynamic_qq: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -1600,9 +1615,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1615,8 +1630,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-dynamic_qq \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1681,7 +1696,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-eager_sync: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -1694,9 +1710,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1709,8 +1725,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-eager_sync \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1775,7 +1791,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-feature_flags: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -1788,9 +1805,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1803,8 +1820,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-feature_flags \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -1869,11 +1886,12 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: - ct-health_check: + done + # vim:sw=2:et: + ct-lazy_queue: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts - name: ct-health_check + name: ct-lazy_queue runs-on: ubuntu-18.04 steps: - name: CHECKOUT REPOSITORY @@ -1882,9 +1900,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1897,9 +1915,9 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 - make ct-health_check \ + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 + make ct-lazy_queue \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ FULL= \ @@ -1926,7 +1944,7 @@ jobs: test -d "$umbrella" printf '\n\033[1;32mMixing clusters with RabbitMQ %s\033[0m' \ $(basename "$umbrella") - make distclean-ct ct-health_check \ + make distclean-ct ct-lazy_queue \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ FULL= \ @@ -1945,7 +1963,7 @@ jobs: uses: actions/upload-artifact@v2-preview if: failure() with: - name: ct-health_check-logs + name: ct-lazy_queue-logs path: "*-ct-logs-*.tar.xz" - name: HONEYCOMB if: success() || failure() @@ -1963,11 +1981,12 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: - ct-lazy_queue: + done + # vim:sw=2:et: + ct-list_consumers_sanity_check: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts - name: ct-lazy_queue + name: ct-list_consumers_sanity_check runs-on: ubuntu-18.04 steps: - name: CHECKOUT REPOSITORY @@ -1976,9 +1995,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -1991,9 +2010,9 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 - make ct-lazy_queue \ + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 + make ct-list_consumers_sanity_check \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ FULL= \ @@ -2020,7 +2039,7 @@ jobs: test -d "$umbrella" printf '\n\033[1;32mMixing clusters with RabbitMQ %s\033[0m' \ $(basename "$umbrella") - make distclean-ct ct-lazy_queue \ + make distclean-ct ct-list_consumers_sanity_check \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ FULL= \ @@ -2039,7 +2058,7 @@ jobs: uses: actions/upload-artifact@v2-preview if: failure() with: - name: ct-lazy_queue-logs + name: ct-list_consumers_sanity_check-logs path: "*-ct-logs-*.tar.xz" - name: HONEYCOMB if: success() || failure() @@ -2057,11 +2076,12 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: - ct-list_consumers_sanity_check: + done + # vim:sw=2:et: + ct-list_queues_online_and_offline: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts - name: ct-list_consumers_sanity_check + name: ct-list_queues_online_and_offline runs-on: ubuntu-18.04 steps: - name: CHECKOUT REPOSITORY @@ -2070,9 +2090,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2085,9 +2105,9 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 - make ct-list_consumers_sanity_check \ + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 + make ct-list_queues_online_and_offline \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ FULL= \ @@ -2114,7 +2134,7 @@ jobs: test -d "$umbrella" printf '\n\033[1;32mMixing clusters with RabbitMQ %s\033[0m' \ $(basename "$umbrella") - make distclean-ct ct-list_consumers_sanity_check \ + make distclean-ct ct-list_queues_online_and_offline \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ FULL= \ @@ -2133,7 +2153,7 @@ jobs: uses: actions/upload-artifact@v2-preview if: failure() with: - name: ct-list_consumers_sanity_check-logs + name: ct-list_queues_online_and_offline-logs path: "*-ct-logs-*.tar.xz" - name: HONEYCOMB if: success() || failure() @@ -2151,11 +2171,12 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: - ct-list_queues_online_and_offline: + done + # vim:sw=2:et: + ct-maintenance_mode: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts - name: ct-list_queues_online_and_offline + name: ct-maintenance_mode runs-on: ubuntu-18.04 steps: - name: CHECKOUT REPOSITORY @@ -2164,9 +2185,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2179,9 +2200,9 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 - make ct-list_queues_online_and_offline \ + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 + make ct-maintenance_mode \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ FULL= \ @@ -2208,7 +2229,7 @@ jobs: test -d "$umbrella" printf '\n\033[1;32mMixing clusters with RabbitMQ %s\033[0m' \ $(basename "$umbrella") - make distclean-ct ct-list_queues_online_and_offline \ + make distclean-ct ct-maintenance_mode \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ FULL= \ @@ -2227,7 +2248,7 @@ jobs: uses: actions/upload-artifact@v2-preview if: failure() with: - name: ct-list_queues_online_and_offline-logs + name: ct-maintenance_mode-logs path: "*-ct-logs-*.tar.xz" - name: HONEYCOMB if: success() || failure() @@ -2245,7 +2266,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-many_node_ha: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -2258,9 +2280,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2273,8 +2295,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-many_node_ha \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -2339,7 +2361,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-message_size_limit: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -2352,9 +2375,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2367,8 +2390,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-message_size_limit \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -2433,7 +2456,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-metrics: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -2446,9 +2470,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2461,8 +2485,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-metrics \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -2527,7 +2551,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-mirrored_supervisor: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -2540,9 +2565,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2555,8 +2580,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-mirrored_supervisor \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -2621,7 +2646,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-msg_store: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -2634,9 +2660,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2649,8 +2675,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-msg_store \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -2715,7 +2741,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-peer_discovery_classic_config: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -2728,9 +2755,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2743,8 +2770,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-peer_discovery_classic_config \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -2809,7 +2836,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-peer_discovery_dns: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -2822,9 +2850,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2837,8 +2865,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-peer_discovery_dns \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -2903,7 +2931,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-per_user_connection_tracking: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -2916,9 +2945,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -2931,8 +2960,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-per_user_connection_tracking \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -2997,7 +3026,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-per_vhost_connection_limit: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3010,9 +3040,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3025,8 +3055,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-per_vhost_connection_limit \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3091,7 +3121,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-per_vhost_connection_limit_partitions: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3104,9 +3135,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3119,8 +3150,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-per_vhost_connection_limit_partitions \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3185,7 +3216,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-per_vhost_msg_store: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3198,9 +3230,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3213,8 +3245,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-per_vhost_msg_store \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3279,7 +3311,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-per_vhost_queue_limit: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3292,9 +3325,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3307,8 +3340,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-per_vhost_queue_limit \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3373,7 +3406,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-policy: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3386,9 +3420,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3401,8 +3435,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-policy \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3467,7 +3501,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-priority_queue: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3480,9 +3515,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3495,8 +3530,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-priority_queue \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3561,7 +3596,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-priority_queue_recovery: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3574,9 +3610,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3589,8 +3625,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-priority_queue_recovery \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3655,7 +3691,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-product_info: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3668,9 +3705,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3683,8 +3720,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-product_info \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3749,7 +3786,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-proxy_protocol: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3762,9 +3800,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3777,8 +3815,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-proxy_protocol \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3843,7 +3881,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-publisher_confirms_parallel: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3856,9 +3895,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3871,8 +3910,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-publisher_confirms_parallel \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -3937,7 +3976,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-queue_length_limits: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -3950,9 +3990,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -3965,8 +4005,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-queue_length_limits \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4031,7 +4071,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-queue_master_location: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4044,9 +4085,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4059,8 +4100,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-queue_master_location \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4125,7 +4166,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-queue_parallel: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4138,9 +4180,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4153,8 +4195,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-queue_parallel \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4219,7 +4261,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-quorum_queue: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4232,9 +4275,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4247,8 +4290,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-quorum_queue \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4313,7 +4356,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-rabbit_core_metrics_gc: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4326,9 +4370,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4341,8 +4385,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-rabbit_core_metrics_gc \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4407,7 +4451,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-rabbit_fifo: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4420,9 +4465,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4435,8 +4480,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-rabbit_fifo \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4501,7 +4546,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-rabbit_fifo_int: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4514,9 +4560,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4529,8 +4575,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-rabbit_fifo_int \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4595,7 +4641,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-rabbit_fifo_prop: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4608,9 +4655,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4623,8 +4670,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-rabbit_fifo_prop \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4689,7 +4736,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-rabbitmq_queues_cli_integration: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4702,9 +4750,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4717,8 +4765,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-rabbitmq_queues_cli_integration \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4783,7 +4831,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-rabbitmqctl_integration: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4796,9 +4845,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4811,8 +4860,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-rabbitmqctl_integration \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4877,7 +4926,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-rabbitmqctl_shutdown: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4890,9 +4940,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4905,8 +4955,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-rabbitmqctl_shutdown \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -4971,7 +5021,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-signal_handling: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -4984,9 +5035,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -4999,8 +5050,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-signal_handling \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5065,7 +5116,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-simple_ha: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5078,9 +5130,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5093,8 +5145,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-simple_ha \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5159,7 +5211,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-single_active_consumer: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5172,9 +5225,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5187,8 +5240,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-single_active_consumer \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5253,7 +5306,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-sup_delayed_restart: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5266,9 +5320,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5281,8 +5335,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-sup_delayed_restart \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5347,7 +5401,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-sync_detection: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5360,9 +5415,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5375,8 +5430,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-sync_detection \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5441,7 +5496,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-term_to_binary_compat_prop: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5454,9 +5510,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5469,8 +5525,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-term_to_binary_compat_prop \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5535,7 +5591,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-topic_permission: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5548,9 +5605,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5563,8 +5620,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-topic_permission \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5629,7 +5686,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_access_control: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5642,9 +5700,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5657,8 +5715,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_access_control \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5723,7 +5781,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_access_control_authn_authz_context_propagation: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5736,9 +5795,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5751,8 +5810,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_access_control_authn_authz_context_propagation \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5817,7 +5876,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_access_control_credential_validation: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5830,9 +5890,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5845,8 +5905,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_access_control_credential_validation \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -5911,7 +5971,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_amqp091_content_framing: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -5924,9 +5985,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -5939,8 +6000,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_amqp091_content_framing \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6005,7 +6066,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_amqp091_server_properties: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6018,9 +6080,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6033,8 +6095,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_amqp091_server_properties \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6099,7 +6161,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_app_management: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6112,9 +6175,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6127,8 +6190,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_app_management \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6193,7 +6256,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_cluster_formation_locking_mocks: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6206,9 +6270,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6221,8 +6285,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_cluster_formation_locking_mocks \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6287,7 +6351,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_collections: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6300,9 +6365,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6315,8 +6380,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_collections \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6381,7 +6446,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_config_value_encryption: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6394,9 +6460,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6409,8 +6475,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_config_value_encryption \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6475,7 +6541,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_connection_tracking: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6488,9 +6555,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6503,8 +6570,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_connection_tracking \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6569,7 +6636,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_credit_flow: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6582,9 +6650,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6597,8 +6665,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_credit_flow \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6663,7 +6731,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_disk_monitor: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6676,9 +6745,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6691,8 +6760,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_disk_monitor \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6757,7 +6826,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_disk_monitor_mocks: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6770,9 +6840,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6785,8 +6855,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_disk_monitor_mocks \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6851,7 +6921,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_file_handle_cache: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6864,9 +6935,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6879,8 +6950,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_file_handle_cache \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -6945,7 +7016,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_gen_server2: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -6958,9 +7030,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -6973,8 +7045,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_gen_server2 \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7039,7 +7111,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_gm: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7052,9 +7125,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7067,8 +7140,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_gm \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7133,7 +7206,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_log_config: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7146,9 +7220,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7161,8 +7235,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_log_config \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7227,7 +7301,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_log_management: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7240,9 +7315,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7255,8 +7330,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_log_management \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7321,7 +7396,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_operator_policy: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7334,9 +7410,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7349,8 +7425,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_operator_policy \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7415,7 +7491,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_pg_local: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7428,9 +7505,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7443,8 +7520,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_pg_local \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7509,7 +7586,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_plugin_directories: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7522,9 +7600,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7537,8 +7615,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_plugin_directories \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7603,7 +7681,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_plugin_versioning: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7616,9 +7695,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7631,8 +7710,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_plugin_versioning \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7697,7 +7776,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_policy_validators: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7710,9 +7790,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7725,8 +7805,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_policy_validators \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7791,7 +7871,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_priority_queue: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7804,9 +7885,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7819,8 +7900,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_priority_queue \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7885,7 +7966,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_queue_consumers: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7898,9 +7980,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -7913,8 +7995,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_queue_consumers \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -7979,7 +8061,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_stats_and_metrics: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -7992,9 +8075,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -8007,8 +8090,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_stats_and_metrics \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -8073,7 +8156,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_supervisor2: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -8086,9 +8170,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -8101,8 +8185,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_supervisor2 \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -8167,7 +8251,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-unit_vm_memory_monitor: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -8180,9 +8265,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -8195,8 +8280,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-unit_vm_memory_monitor \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -8261,7 +8346,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-upgrade_preparation: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -8274,9 +8360,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -8289,8 +8375,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-upgrade_preparation \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -8355,7 +8441,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: ct-vhost: needs: [checks] # https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts @@ -8368,9 +8455,9 @@ jobs: - name: CONFIGURE OTP & ELIXIR uses: actions/setup-elixir@v1 with: - otp-version: 22.3 + otp-version: 23.0 # https://github.com/elixir-lang/elixir/releases - elixir-version: 1.10.3 + elixir-version: 1.8.0 - name: DOWNLOAD DEPS ARCHIVE uses: actions/download-artifact@v2 with: @@ -8383,8 +8470,8 @@ jobs: branch_or_tag_name=${GITHUB_REF#refs/*/} ! test -d ebin || touch ebin/* export BASE_RMQ_REF=master - export ERLANG_VERSION=22.3 - export ELIXIR_VERSION=1.10.3 + export ERLANG_VERSION=23.0 + export ELIXIR_VERSION=1.8.0 make ct-vhost \ base_rmq_ref=master \ current_rmq_ref=$branch_or_tag_name \ @@ -8449,7 +8536,8 @@ jobs: cat ${f} printf "\n\n" fi - done # vim:sw=2:et: + done + # vim:sw=2:et: capture-tested-deps-versions: needs: - dialyzer @@ -8472,10 +8560,10 @@ jobs: - ct-dynamic_qq - ct-eager_sync - ct-feature_flags - - ct-health_check - ct-lazy_queue - ct-list_consumers_sanity_check - ct-list_queues_online_and_offline + - ct-maintenance_mode - ct-many_node_ha - ct-message_size_limit - ct-metrics @@ -8565,4 +8653,4 @@ jobs: AWS_REGION: ${{ secrets.AWS_REGION }} FILE: rabbit-rabbitmq-deps.mk S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }} - S3_KEY: rabbitmq-server/${{ steps.ref.outputs.branch_or_tag_name }}/${{ github.run_id }}/otp-22.3/rabbit-rabbitmq-deps.mk + S3_KEY: rabbitmq-server/${{ steps.ref.outputs.branch_or_tag_name }}/${{ github.run_id }}/otp-23.0/rabbit-rabbitmq-deps.mk diff --git a/.github/workflows/test-jobs/30-CT_SUITE.yaml b/.github/workflows/test-jobs/30-CT_SUITE.yaml index 7fd134f534..05d80a05d5 100644 --- a/.github/workflows/test-jobs/30-CT_SUITE.yaml +++ b/.github/workflows/test-jobs/30-CT_SUITE.yaml @@ -92,4 +92,4 @@ cat ${f} printf "\n\n" fi - done
\ No newline at end of file + done |
