11#
2- # Copyright (C) 2021 Grakn Labs
2+ # Copyright (C) 2021 Vaticle
33#
44# This program is free software: you can redistribute it and/or modify
55# it under the terms of the GNU Affero General Public License as
@@ -25,44 +25,44 @@ config:
2525build :
2626 quality :
2727 filter :
28- owner : graknlabs
28+ owner : vaticle
2929 branch : master
3030 build-analysis :
31- image : graknlabs -ubuntu-20.04
31+ image : vaticle -ubuntu-20.04
3232 command : |
3333 SONARCLOUD_CODE_ANALYSIS_CREDENTIAL=$SONARCLOUD_CREDENTIAL \
34- bazel run @graknlabs_dependencies //tool/sonarcloud:code-analysis -- \
35- --project-key graknlabs_graql --branch=$GRABL_BRANCH --commit-id=$GRABL_COMMIT
34+ bazel run @vaticle_dependencies //tool/sonarcloud:code-analysis -- \
35+ --project-key vaticle_typeql --branch=$GRABL_BRANCH --commit-id=$GRABL_COMMIT
3636 dependency-analysis :
37- image : graknlabs -ubuntu-20.04
37+ image : vaticle -ubuntu-20.04
3838 command : |
39- bazel run @graknlabs_dependencies //grabl/analysis:dependency-analysis
39+ bazel run @vaticle_dependencies //grabl/analysis:dependency-analysis
4040 correctness :
4141 build :
42- image : graknlabs -ubuntu-20.04
42+ image : vaticle -ubuntu-20.04
4343 command : |
4444 bazel build //... --test_output=errors
45- bazel run @graknlabs_dependencies //tool/checkstyle:test-coverage
45+ bazel run @vaticle_dependencies //tool/checkstyle:test-coverage
4646 bazel test $(bazel query 'kind(checkstyle_test, //...)')
4747 build-dependency :
48- image : graknlabs -ubuntu-20.04
48+ image : vaticle -ubuntu-20.04
4949 command : |
5050 dependencies/maven/update.sh
5151 git diff --exit-code dependencies/maven/artifacts.snapshot
52- bazel run @graknlabs_dependencies //tool/unuseddeps:unused-deps -- list
53- test-graql -java :
54- image : graknlabs -ubuntu-20.04
52+ bazel run @vaticle_dependencies //tool/unuseddeps:unused-deps -- list
53+ test-typeql -java :
54+ image : vaticle -ubuntu-20.04
5555 command : |
5656 bazel test //java/... --test_output=errors
5757 deploy-maven-snapshot :
5858 filter :
59- owner : graknlabs
59+ owner : vaticle
6060 branch : master
61- image : graknlabs -ubuntu-20.04
62- dependencies : [build, build-dependency, test-graql -java]
61+ image : vaticle -ubuntu-20.04
62+ dependencies : [build, build-dependency, test-typeql -java]
6363 command : |
64- export DEPLOY_MAVEN_USERNAME=$REPO_GRAKN_USERNAME
65- export DEPLOY_MAVEN_PASSWORD=$REPO_GRAKN_PASSWORD
64+ export DEPLOY_MAVEN_USERNAME=$REPO_VATICLE_USERNAME
65+ export DEPLOY_MAVEN_PASSWORD=$REPO_VATICLE_PASSWORD
6666 bazel run --define version=$(git rev-parse HEAD) //grammar:deploy-maven -- snapshot
6767 bazel run --define version=$(git rev-parse HEAD) //java/common:deploy-maven -- snapshot
6868 bazel run --define version=$(git rev-parse HEAD) //java/pattern:deploy-maven -- snapshot
@@ -71,39 +71,39 @@ build:
7171 bazel run --define version=$(git rev-parse HEAD) //java:deploy-maven -- snapshot
7272 test-deployment-maven :
7373 filter :
74- owner : graknlabs
74+ owner : vaticle
7575 branch : master
76- image : graknlabs -ubuntu-20.04
76+ image : vaticle -ubuntu-20.04
7777 dependencies : [deploy-maven-snapshot]
7878 command : |
79- sed -i -e "s/GRAQL_LANG_VERSION_MARKER /$GRABL_COMMIT/g" java/test/deployment/pom.xml
79+ sed -i -e "s/TYPEQL_LANG_VERSION_MARKER /$GRABL_COMMIT/g" java/test/deployment/pom.xml
8080 cd java/test/deployment/ && mvn test
8181
8282release :
8383 filter :
84- owner : graknlabs
84+ owner : vaticle
8585 branch : master
8686 validation :
8787 validate-dependencies :
88- image : graknlabs -ubuntu-20.04
88+ image : vaticle -ubuntu-20.04
8989 command : bazel test //:release-validate-deps --test_output=streamed
9090 deployment :
9191 deploy-github :
92- image : graknlabs -ubuntu-20.04
92+ image : vaticle -ubuntu-20.04
9393 command : |
9494 pyenv install -s 3.6.10
9595 pyenv global 3.6.10 system
9696 pip3 install certifi
9797 export RELEASE_NOTES_TOKEN=$REPO_GITHUB_TOKEN
98- bazel run @graknlabs_dependencies //tool/release:create-notes -- graql $(cat VERSION) ./RELEASE_TEMPLATE.md
98+ bazel run @vaticle_dependencies //tool/release:create-notes -- typeql $(cat VERSION) ./RELEASE_TEMPLATE.md
9999 export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN
100100 bazel run --define version=$(cat VERSION) //:deploy-github -- $GRABL_COMMIT
101101 deploy-maven-release :
102- image : graknlabs -ubuntu-20.04
102+ image : vaticle -ubuntu-20.04
103103 dependencies : [deploy-github]
104104 command : |
105- export DEPLOY_MAVEN_USERNAME=$REPO_GRAKN_USERNAME
106- export DEPLOY_MAVEN_PASSWORD=$REPO_GRAKN_PASSWORD
105+ export DEPLOY_MAVEN_USERNAME=$REPO_VATICLE_USERNAME
106+ export DEPLOY_MAVEN_PASSWORD=$REPO_VATICLE_PASSWORD
107107 bazel run --define version=$(cat VERSION) //grammar:deploy-maven -- release
108108 bazel run --define version=$(cat VERSION) //java/common:deploy-maven -- release
109109 bazel run --define version=$(cat VERSION) //java/pattern:deploy-maven -- release
0 commit comments