-
Notifications
You must be signed in to change notification settings - Fork 527
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dist): add license for swagger-ui & reset use stage to false in c…
…i yml (#2706) * setup * disable use stage * improve ci --------- Co-authored-by: imbajin <[email protected]>
- Loading branch information
Showing
8 changed files
with
31 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
env: | ||
# TODO: avoid duplicated env setup in pd & store | ||
# TODO: reset use stage to false later | ||
USE_STAGE: 'true' # Whether to include the stage repository. | ||
USE_STAGE: 'false' # Whether to include the stage repository. | ||
# TODO: remove outdated env | ||
TRAVIS_DIR: hugegraph-server/hugegraph-dist/src/assembly/travis | ||
REPORT_DIR: target/site/jacoco | ||
|
@@ -47,11 +46,11 @@ jobs: | |
- name: Run common test | ||
run: | | ||
mvn test -pl hugegraph-pd/hg-pd-test -am -P pd-common-test -DskipCommonsTests=true | ||
mvn test -pl hugegraph-pd/hg-pd-test -am -P pd-common-test | ||
- name: Run core test | ||
run: | | ||
mvn test -pl hugegraph-pd/hg-pd-test -am -P pd-core-test -DskipCommonsTests=true | ||
mvn test -pl hugegraph-pd/hg-pd-test -am -P pd-core-test | ||
# The above tests do not require starting a PD instance. | ||
|
||
|
@@ -65,11 +64,11 @@ jobs: | |
- name: Run client test | ||
run: | | ||
mvn test -pl hugegraph-pd/hg-pd-test -am -P pd-client-test -DskipCommonsTests=true | ||
mvn test -pl hugegraph-pd/hg-pd-test -am -P pd-client-test | ||
- name: Run rest test | ||
run: | | ||
mvn test -pl hugegraph-pd/hg-pd-test -am -P pd-rest-test -DskipCommonsTests=true | ||
mvn test -pl hugegraph-pd/hg-pd-test -am -P pd-rest-test | ||
- name: Upload coverage to Codecov | ||
uses: codecov/[email protected] | ||
|
@@ -80,7 +79,7 @@ jobs: | |
# TODO: avoid duplicated env setup | ||
runs-on: ubuntu-latest | ||
env: | ||
USE_STAGE: 'true' # Whether to include the stage repository. | ||
USE_STAGE: 'false' # Whether to include the stage repository. | ||
# TODO: remove outdated env | ||
TRAVIS_DIR: hugegraph-server/hugegraph-dist/src/assembly/travis | ||
REPORT_DIR: target/site/jacoco | ||
|
@@ -121,27 +120,27 @@ jobs: | |
- name: Run common test | ||
run: | | ||
mvn test -pl hugegraph-store/hg-store-test -am -P store-common-test -DskipCommonsTests=true | ||
mvn test -pl hugegraph-store/hg-store-test -am -P store-common-test | ||
- name: Run client test | ||
run: | | ||
mvn test -pl hugegraph-store/hg-store-test -am -P store-client-test -DskipCommonsTests=true | ||
mvn test -pl hugegraph-store/hg-store-test -am -P store-client-test | ||
- name: Run core test | ||
run: | | ||
mvn test -pl hugegraph-store/hg-store-test -am -P store-core-test -DskipCommonsTests=true | ||
mvn test -pl hugegraph-store/hg-store-test -am -P store-core-test | ||
- name: Run rocksdb test | ||
run: | | ||
mvn test -pl hugegraph-store/hg-store-test -am -P store-rocksdb-test -DskipCommonsTests=true | ||
mvn test -pl hugegraph-store/hg-store-test -am -P store-rocksdb-test | ||
- name: Run server test | ||
run: | | ||
mvn test -pl hugegraph-store/hg-store-test -am -P store-server-test -DskipCommonsTests=true | ||
mvn test -pl hugegraph-store/hg-store-test -am -P store-server-test | ||
- name: Run raft-core test | ||
run: | | ||
mvn test -pl hugegraph-store/hg-store-test -am -P store-raftcore-test -DskipCommonsTests=true | ||
mvn test -pl hugegraph-store/hg-store-test -am -P store-raftcore-test | ||
- name: Upload coverage to Codecov | ||
uses: codecov/[email protected] | ||
|
@@ -152,7 +151,7 @@ jobs: | |
# TODO: avoid duplicated env setup | ||
runs-on: ubuntu-latest | ||
env: | ||
USE_STAGE: 'true' # Whether to include the stage repository. | ||
USE_STAGE: 'false' # Whether to include the stage repository. | ||
TRAVIS_DIR: hugegraph-server/hugegraph-dist/src/assembly/travis | ||
REPORT_DIR: target/site/jacoco | ||
BACKEND: hstore | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters