Skip to content

Commit

Permalink
Merge pull request apache#7092 from mbien/ci-versioning-tests
Browse files Browse the repository at this point in the history
move all git and versioning tests to the versioning CI job
  • Loading branch information
mbien authored Feb 21, 2024
2 parents 7575e88 + 067838a commit 81fb8bc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ changelog:
labels:
- 'VSCode Extension'

- title: 'Maintanance'
- title: 'Maintenance'
labels:
- 'Code cleanup'
- 'Upgrade Library'
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -671,12 +671,6 @@ jobs:
- name: ide/libs.freemarker
run: ant $OPTS -f ide/libs.freemarker test

- name: ide/git
run: .github/retry.sh ant $OPTS -f ide/git test-unit

- name: ide/libs.git
run: .github/retry.sh ant $OPTS -f ide/libs.git test

- name: ide/libs.graalsdk
run: ant $OPTS -f ide/libs.graalsdk test

Expand Down Expand Up @@ -755,15 +749,6 @@ jobs:
- name: ide/utilities
run: ant $OPTS -f ide/utilities test

- name: ide/versioning.masterfs
run: ant $OPTS -f ide/versioning.masterfs test

- name: ide/versioning.ui
run: ant $OPTS -f ide/versioning.ui test

- name: ide/versioning.util
run: ant $OPTS -f ide/versioning.util test

- name: ide/web.common
run: ant $OPTS -f ide/web.common test

Expand Down Expand Up @@ -2317,6 +2302,21 @@ jobs:
- name: Setup Env
run: echo "GIT_TEST_REPO=$HOME/git_test_repo" >> $GITHUB_ENV

- name: ide/git
run: .github/retry.sh ant $OPTS -f ide/git test-unit

- name: ide/libs.git
run: .github/retry.sh ant $OPTS -f ide/libs.git test

- name: ide/versioning.masterfs
run: ant $OPTS -f ide/versioning.masterfs test

- name: ide/versioning.ui
run: ant $OPTS -f ide/versioning.ui test

- name: ide/versioning.util
run: ant $OPTS -f ide/versioning.util test

- name: ide/versioning.core
run: ant $OPTS -f ide/versioning.core test-unit

Expand Down

0 comments on commit 81fb8bc

Please sign in to comment.