Skip to content

Commit 077f4c6

Browse files
committed
Tweaking perf branch tests
1 parent 2d11ca2 commit 077f4c6

5 files changed

Lines changed: 20 additions & 3 deletions

File tree

.github/workflows/perf_cockraochdb-21.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
# branches: [ master ]
1212
push:
1313
branches: [ perf ]
14+
# pull_request:
15+
# branches: [ perf ]
1416
jobs:
1517
unit_test:
1618
runs-on: ubuntu-latest

.github/workflows/perf_json_cockraochdb-21.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
# branches: [ master ]
1212
push:
1313
branches: [ perf ]
14+
# pull_request:
15+
# branches: [ perf ]
1416
jobs:
1517
perf_test:
1618
runs-on: ubuntu-latest

.github/workflows/perf_local-sqlite.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
name: (perf) Local Sqlite Support Test
22
on:
3+
# -------------------------------------------------------------------------------------------------------------------------------
4+
# Disabling perf test to ensure build time is < 4m
5+
# The "perf" branch is a placeholder (it does not exists now)
6+
# see: https://github.com/picoded/JavaCommons-dstack/blob/7f321d8bed9ea8445018ba5315084475dc81c786/notes/perf-test-notes.md
7+
# -------------------------------------------------------------------------------------------------------------------------------
8+
# push:
9+
# branches: [ master, eugene/* ]
10+
# pull_request:
11+
# branches: [ master ]
312
push:
4-
branches: [ master, eugene/* ]
5-
pull_request:
6-
branches: [ master ]
13+
branches: [ perf ]
14+
# pull_request:
15+
# branches: [ perf ]
716
jobs:
817
perf_test:
918
runs-on: ubuntu-latest

.github/workflows/perf_mysql-8.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
# branches: [ master ]
1212
push:
1313
branches: [ perf ]
14+
# pull_request:
15+
# branches: [ perf ]
1416
jobs:
1517
perf_test:
1618
runs-on: ubuntu-latest

.github/workflows/perf_postgres-14-1.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
# branches: [ master ]
1212
push:
1313
branches: [ perf ]
14+
# pull_request:
15+
# branches: [ perf ]
1416
jobs:
1517
perf_test:
1618
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)