Skip to content

Commit

Permalink
Merge branch 'master' into watson/DEBUG-2605/script-id-algo
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored Oct 2, 2024
2 parents 1c2a37c + 4d2f5b8 commit d506517
Show file tree
Hide file tree
Showing 32 changed files with 2,057 additions and 1,173 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
3 changes: 3 additions & 0 deletions .github/workflows/rebase-release-proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
jobs:
check:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write

steps:
- name: Checkout repository
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
docs:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
needs: ['publish']
steps:
- uses: actions/checkout@v4
Expand Down
2,325 changes: 1,308 additions & 1,017 deletions integration-tests/cucumber/cucumber.spec.js

Large diffs are not rendered by default.

Loading

0 comments on commit d506517

Please sign in to comment.