Skip to content

Commit

Permalink
Adjust rabbitmq_amqp1_0 dotnet tests to run in bazel rbe
Browse files Browse the repository at this point in the history
Now that the rbe container image has been updated appropriately

(cherry picked from commit 7a7cf74)
  • Loading branch information
HoloRin committed Apr 8, 2021
1 parent dae5d63 commit 63cce62
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions deps/rabbitmq_amqp1_0/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -152,16 +152,19 @@ ct_suite(
],
erlc_opts = TEST_ERLC_OPTS,
suite_name = "system_SUITE",
# will not pass remotely until we have dotnet in the image
groups = [
"dotnet",
"java",
],
tags = [
"dotnet",
"exclusive",
],
test_env = {
"RABBITMQ_CT_SKIP_AS_ERROR": "true",
"RABBITMQ_RUN": "$TEST_SRCDIR/$TEST_WORKSPACE/deps/rabbitmq_amqp1_0/rabbitmq-for-tests-run",
"RABBITMQCTL": "$TEST_SRCDIR/$TEST_WORKSPACE/deps/rabbitmq_amqp1_0/broker-for-tests-home/sbin/rabbitmqctl",
"RABBITMQ_PLUGINS": "$TEST_SRCDIR/$TEST_WORKSPACE/deps/rabbitmq_amqp1_0/broker-for-tests-home/sbin/rabbitmq-plugins",
"TMPDIR": "$TEST_TMPDIR",
},
tools = [
":rabbitmq-for-tests-run",
Expand Down

0 comments on commit 63cce62

Please sign in to comment.