Skip to content

Commit 401ca6c

Browse files
authored
Merge pull request #611 from instructlab/mergify/bp/release-v0.8/pr-605
Disable the e2e-small CI tests (backport #605)
2 parents 5459783 + 3babfee commit 401ca6c

File tree

2 files changed

+30
-29
lines changed

2 files changed

+30
-29
lines changed

.github/mergify.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@ pull_request_rules:
4444
- -files=.github/workflows/e2e-nvidia-l4-x1.yml
4545

4646
# e2e small workflow
47-
- or:
48-
- and:
49-
# note this should match the triggering criteria in 'e2e-nvidia-t4-x1.yml'
50-
- check-success~=e2e-small-workflow-complete
51-
- or:
52-
- files~=\.py$
53-
- files=pyproject.toml
54-
- files~=^requirements.*\.txt$
55-
- files=.github/workflows/e2e-nvidia-t4-x1.yml
56-
- and:
57-
- -files~=\.py$
58-
- -files=pyproject.toml
59-
- -files~=^requirements.*\.txt$
60-
- -files=.github/workflows/e2e-nvidia-t4-x1.yml
47+
# - or:
48+
# - and:
49+
# # note this should match the triggering criteria in 'e2e-nvidia-t4-x1.yml'
50+
# - check-success~=e2e-small-workflow-complete
51+
# - or:
52+
# - files~=\.py$
53+
# - files=pyproject.toml
54+
# - files~=^requirements.*\.txt$
55+
# - files=.github/workflows/e2e-nvidia-t4-x1.yml
56+
# - and:
57+
# - -files~=\.py$
58+
# - -files=pyproject.toml
59+
# - -files~=^requirements.*\.txt$
60+
# - -files=.github/workflows/e2e-nvidia-t4-x1.yml
6161

6262
# functional gpu small workflow
6363
- or:

.github/workflows/e2e-nvidia-t4-x1.yml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,22 @@ name: E2E (NVIDIA Tesla T4 x1)
44

55
on:
66
# run against every merge commit to 'main' and release branches
7-
push:
8-
branches:
9-
- main
10-
- release-*
11-
# only run on PRs that touch certain regex paths
12-
pull_request_target:
13-
branches:
14-
- main
15-
- release-*
16-
paths:
17-
# note this should match the merging criteria in 'mergify.yml'
18-
- "**.py"
19-
- "pyproject.toml"
20-
- "requirements**.txt"
21-
- ".github/workflows/e2e-nvidia-t4-x1.yml" # This workflow
7+
workflow_dispatch:
8+
# push:
9+
# branches:
10+
# - main
11+
# - release-*
12+
# # only run on PRs that touch certain regex paths
13+
# pull_request_target:
14+
# branches:
15+
# - main
16+
# - release-*
17+
# paths:
18+
# # note this should match the merging criteria in 'mergify.yml'
19+
# - "**.py"
20+
# - "pyproject.toml"
21+
# - "requirements**.txt"
22+
# - ".github/workflows/e2e-nvidia-t4-x1.yml" # This workflow
2223

2324
concurrency:
2425
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)