Skip to content

Commit a0ace19

Browse files
committed
XXX: test standalone on github
1 parent e180dda commit a0ace19

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci-unittests.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ on:
55
workflow_dispatch:
66

77
jobs:
8-
build-standalone-artifacts:
9-
if: github.event.pull_request.draft == false && success()
10-
uses: ./.github/workflows/ci-matrix-gen.yml
11-
with:
12-
jobs_to_run: ^(?:python-svm-build|style|style-ecj)-gate-.*$
13-
logs_retention_days: 0
14-
artifacts_retention_days: 0
8+
# build-standalone-artifacts:
9+
# if: github.event.pull_request.draft == false && success()
10+
# uses: ./.github/workflows/ci-matrix-gen.yml
11+
# with:
12+
# jobs_to_run: ^(?:python-svm-build|style|style-ecj)-gate-.*$
13+
# logs_retention_days: 0
14+
# artifacts_retention_days: 0
1515

1616
run-tests:
17-
if: github.event.pull_request.draft == false && success()
18-
needs: build-standalone-artifacts
17+
# if: github.event.pull_request.draft == false && success()
18+
# needs: build-standalone-artifacts
1919
uses: ./.github/workflows/ci-matrix-gen.yml
2020
with:
21-
jobs_to_run: ^(?!python-svm-build|style).*-gate.*$
21+
jobs_to_run: ^python-unittest-standalone-gate-linux-aarch64-jdk-latest$

0 commit comments

Comments
 (0)