Skip to content

Commit

Permalink
ci: setup orchestrion integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Eliott Bouhana <[email protected]>
  • Loading branch information
eliottness committed Jul 11, 2024
1 parent e8dc974 commit e725c8c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/orchestrion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Orchestrion
on:
workflow_dispatch: # manually
schedule: # nightly
- cron: "0 0 * * *"
pull_request:
merge_group:
push:
branches:
- release-v*

concurrency:
# Automatically cancel previous runs if a new one is triggered to conserve resources.
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}

jobs:
test:
name: 'Run Tests'
uses: DataDog/orchestrion/.github/workflows/[email protected]/smoke-tests
with:
dd-trace-go-ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}

0 comments on commit e725c8c

Please sign in to comment.