Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 0d00d62

Browse files
committed
adjust CI
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 9011fba commit 0d00d62

File tree

9 files changed

+0
-330
lines changed

9 files changed

+0
-330
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,3 @@
1-
<!--
2-
If you are reporting a new issue, make sure that we do not have any duplicates
3-
already open. You can ensure this by searching the issue list for this
4-
repository. If there is a duplicate, please close your issue and add a comment
5-
to the existing issue instead.
6-
7-
If you suspect your issue is a bug, please edit your issue description to
8-
include the BUG REPORT INFORMATION shown below. If you fail to provide this
9-
information within 7 days, we cannot debug your issue and will close it. We
10-
will, however, reopen it if you later provide the information.
11-
12-
For more information about reporting issues, see
13-
https://github.com/docker/compose-ecs/blob/master/CONTRIBUTING.md#reporting-other-issues
14-
15-
---------------------------------------------------
16-
GENERAL SUPPORT INFORMATION
17-
---------------------------------------------------
18-
19-
The GitHub issue tracker is for bug reports and feature requests.
20-
General support can be found at the following locations:
21-
22-
- Docker Support Forums - https://forums.docker.com
23-
- Docker Community Slack - https://dockr.ly/community
24-
- Post a question on StackOverflow, using the Docker tag
25-
26-
---------------------------------------------------
27-
BUG REPORT INFORMATION
28-
---------------------------------------------------
29-
Use the commands below to provide key information from your environment:
30-
You do NOT have to include this information if this is a FEATURE REQUEST
31-
-->
32-
33-
/!\ Docker Compose V2 has moved to [github.com/docker/compose](https://github.com/docker/compose/tree/v2), this repository is for "Cloud Integrations". You can report issues related to `docker compose` [here](https://github.com/docker/compose/issues/new/choose).
34-
351
**Description**
362

373
<!--
@@ -50,30 +16,3 @@ Briefly describe the problem you are having in a few paragraphs.
5016

5117

5218
**Additional information you deem important (e.g. issue happens only occasionally):**
53-
54-
**Output of `docker-compose --version`:**
55-
56-
```
57-
(paste your output here)
58-
```
59-
60-
**Output of `docker version`:**
61-
62-
```
63-
(paste your output here)
64-
```
65-
66-
**Output of `docker context show`:**
67-
You can also run `docker context inspect context-name` to give us more details but don't forget to remove sensitive content.
68-
69-
```
70-
(paste your output here)
71-
```
72-
73-
**Output of `docker info`:**
74-
75-
```
76-
(paste your output here)
77-
```
78-
79-
**Additional environment details (AWS ECS, Azure ACI, local, etc.):**

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,3 @@
22

33
**Related issue**
44
<!-- If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx" -->
5-
6-
<!-- optional tests
7-
You can add a / mention to run tests executed by default only on main branch :
8-
* `test-kube` to run Kube E2E tests
9-
* `test-aci` to run ACI E2E tests
10-
* `test-ecs` to run ECS E2E tests
11-
* `test-windows` to run tests & E2E tests on windows
12-
-->
13-
14-
**(not mandatory) A picture of a cute animal, if possible in relation with what you did**

.github/labeler.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/aci-tests.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/workflows/ecs-tests.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,9 @@ env:
1010
GO_VERSION: 1.19
1111

1212
jobs:
13-
check-optional-tests:
14-
name: Check if needs to run ECS tests
15-
runs-on: ubuntu-latest
16-
outputs:
17-
trigger-ecs: ${{steps.runecstest.outputs.triggered}}
18-
steps:
19-
- uses: khan/pull-request-comment-trigger@master
20-
name: Check if test ECS
21-
if: github.event_name == 'pull_request'
22-
id: runecstest
23-
with:
24-
trigger: '/test-ecs'
25-
2613
ecs-tests:
2714
name: ECS e2e tests
2815
runs-on: ubuntu-latest
29-
needs: check-optional-tests
30-
if: github.ref == 'refs/heads/main' || needs.check-optional-tests.outputs.trigger-ecs == 'true'
3116
steps:
3217
- name: Checkout code into the Go module directory
3318
uses: actions/checkout@v3

.github/workflows/kube-tests.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/workflows/pending_answered.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/rebase.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/windows-ci.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)