-
Notifications
You must be signed in to change notification settings - Fork 439
58 lines (50 loc) · 1.35 KB
/
v2-nightly.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: v2 Nightly Tests
on:
workflow_dispatch: # manually
schedule:
- cron: "0 0 * * *"
jobs:
appsec-v2:
uses: DataDog/dd-trace-go/.github/workflows/appsec.yml@v2-dev
secrets: inherit
with:
ref: refs/heads/v2-dev
codeql-v2:
uses: DataDog/dd-trace-go/.github/workflows/codeql-analysis.yml@v2-dev
permissions:
actions: read
contents: read
security-events: write
secrets: inherit
with:
ref: refs/heads/v2-dev
govulncheck-v2:
uses: DataDog/dd-trace-go/.github/workflows/govulncheck.yml@v2-dev
secrets: inherit
with:
ref: refs/heads/v2-dev
main-branch-tests-v2:
uses: DataDog/dd-trace-go/.github/workflows/main-branch-tests.yml@v2-dev
secrets: inherit
with:
ref: refs/heads/v2-dev
parametric-v2:
uses: DataDog/dd-trace-go/.github/workflows/parametric-tests.yml@v2-dev
secrets: inherit
with:
ref: refs/heads/v2-dev
smoke-v2:
uses: DataDog/dd-trace-go/.github/workflows/smoke-tests.yml@v2-dev
secrets: inherit
with:
ref: refs/heads/v2-dev
system-v2:
uses: DataDog/dd-trace-go/.github/workflows/system-tests.yml@v2-dev
secrets: inherit
with:
branch_ref: refs/heads/v2-dev
test-apps-v2:
uses: DataDog/dd-trace-go/.github/workflows/test-apps.yml@v2-dev
secrets: inherit
with:
ref: refs/heads/v2-dev