mirror of
https://github.com/docker/compose.git
synced 2025-07-23 21:54:40 +02:00
Merge pull request #523 from docker/test_triggers
Trigger tests manually with “/“ instead of “@“
This commit is contained in:
commit
dc7df90115
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -4,7 +4,7 @@
|
|||||||
<!-- If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx" -->
|
<!-- If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx" -->
|
||||||
|
|
||||||
<!-- optional tests
|
<!-- optional tests
|
||||||
You can add a @ mention to run tests executed by default only on main branch :
|
You can add a / mention to run tests executed by default only on main branch :
|
||||||
* `test-aci` to run ACI E2E tests
|
* `test-aci` to run ACI E2E tests
|
||||||
* `test-ecs` to run ECS E2E tests
|
* `test-ecs` to run ECS E2E tests
|
||||||
* `test-windows` to run tests & E2E tests on windows
|
* `test-windows` to run tests & E2E tests on windows
|
||||||
|
6
.github/workflows/optional-ci.yml
vendored
6
.github/workflows/optional-ci.yml
vendored
@ -20,19 +20,19 @@ jobs:
|
|||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
id: runacitest
|
id: runacitest
|
||||||
with:
|
with:
|
||||||
trigger: '@test-aci'
|
trigger: '/test-aci'
|
||||||
- uses: khan/pull-request-comment-trigger@master
|
- uses: khan/pull-request-comment-trigger@master
|
||||||
name: Check if test Windows
|
name: Check if test Windows
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
id: runwindowstest
|
id: runwindowstest
|
||||||
with:
|
with:
|
||||||
trigger: '@test-windows'
|
trigger: '/test-windows'
|
||||||
- uses: khan/pull-request-comment-trigger@master
|
- uses: khan/pull-request-comment-trigger@master
|
||||||
name: Check if test ECS
|
name: Check if test ECS
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
id: runecstest
|
id: runecstest
|
||||||
with:
|
with:
|
||||||
trigger: '@test-ecs'
|
trigger: '/test-ecs'
|
||||||
|
|
||||||
aci-tests:
|
aci-tests:
|
||||||
name: ACI e2e tests
|
name: ACI e2e tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user