Reduce bazel sandbox for rabbitmq_amqp1_0 tests in CI

since they use java
This commit is contained in:
Rin Kuryloski 2024-06-06 19:44:07 +02:00
parent 28ee2ddee6
commit 0d5c0e5086
2 changed files with 12 additions and 0 deletions

View File

@ -85,6 +85,12 @@ jobs:
cat << EOF >> user.bazelrc
build --strategy=TestRunner=local
EOF
- name: deps/rabbitmq_amqp1_0 SETUP
if: inputs.plugin == 'rabbitmq_amqp1_0'
run: |
cat << EOF >> user.bazelrc
build --strategy=TestRunner=local
EOF
- name: deps/rabbitmq_auth_backend_ldap SETUP
if: inputs.plugin == 'rabbitmq_auth_backend_ldap'
run: |

View File

@ -85,6 +85,12 @@ jobs:
cat << EOF >> user.bazelrc
build --strategy=TestRunner=local
EOF
- name: deps/rabbitmq_amqp1_0 SETUP
if: inputs.plugin == 'rabbitmq_amqp1_0'
run: |
cat << EOF >> user.bazelrc
build --strategy=TestRunner=local
EOF
- name: deps/rabbitmq_auth_backend_ldap SETUP
if: inputs.plugin == 'rabbitmq_auth_backend_ldap'
run: |