Skip to content

Commit

Permalink
Moving Rhea plugin test to its own job (#4731)
Browse files Browse the repository at this point in the history
Separating Rhea into its own CI test job.
  • Loading branch information
crysmags authored Sep 27, 2024
1 parent 754abe0 commit e0be437
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
uses: ./.github/actions/testagent/logs
- uses: codecov/codecov-action@v3

amqp10: # TODO: move rhea to its own job
amqp10:
runs-on: ubuntu-latest
services:
qpid:
Expand All @@ -107,7 +107,7 @@ jobs:
ports:
- 5673:5672
env:
PLUGINS: amqp10|rhea
PLUGINS: amqp10
SERVICES: qpid
DD_DATA_STREAMS_ENABLED: true
steps:
Expand Down Expand Up @@ -833,6 +833,24 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/plugins/test

rhea:
runs-on: ubuntu-latest
services:
qpid:
image: scholzj/qpid-cpp:1.38.0
env:
QPIDD_ADMIN_USERNAME: admin
QPIDD_ADMIN_PASSWORD: admin
ports:
- 5673:5672
env:
PLUGINS: rhea
SERVICES: qpid
DD_DATA_STREAMS_ENABLED: true
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/plugins/test-and-upstream

router:
runs-on: ubuntu-latest
env:
Expand Down
6 changes: 6 additions & 0 deletions packages/dd-trace/test/plugins/externals.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,12 @@
"versions": ["^4"]
}
],
"rhea": [
{
"name": "amqp10",
"versions": ["^3"]
}
],
"sequelize": [
{
"name": "express",
Expand Down

0 comments on commit e0be437

Please sign in to comment.