We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d302cd commit 03a4220Copy full SHA for 03a4220
1 file changed
.github/workflows/test-agent-target.yml
@@ -22,11 +22,6 @@ on:
22
description: Agent 7 image
23
default: "datadog/agent:7-rc"
24
type: string
25
- agent-image-windows:
26
- required: false
27
- description: Agent 7 image on Windows
28
- default: "datadog/agent:7-rc-servercore"
29
- type: string
30
test-py2:
31
required: false
32
description: Run Python 2 tests
@@ -37,11 +32,6 @@ on:
37
description: Agent 6 image
38
33
default: "datadog/agent:6-rc"
39
34
40
- agent-image-windows-py2:
41
42
- description: Agent 6 image on Windows
43
- default: "datadog/agent-dev:master-py2-win-servercore"
44
45
35
platform:
46
36
required: true
47
description: Platform to run tests on
0 commit comments