1
1
#
2
- # Copyright (C) 2021 Grakn Labs
2
+ # Copyright (C) 2021 Vaticle
3
3
#
4
4
# This program is free software: you can redistribute it and/or modify
5
5
# it under the terms of the GNU Affero General Public License as
@@ -25,44 +25,44 @@ config:
25
25
build :
26
26
quality :
27
27
filter :
28
- owner : graknlabs
28
+ owner : vaticle
29
29
branch : master
30
30
build-analysis :
31
- image : graknlabs -ubuntu-20.04
31
+ image : vaticle -ubuntu-20.04
32
32
command : |
33
33
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
36
36
dependency-analysis :
37
- image : graknlabs -ubuntu-20.04
37
+ image : vaticle -ubuntu-20.04
38
38
command : |
39
- bazel run @graknlabs_dependencies //grabl/analysis:dependency-analysis
39
+ bazel run @vaticle_dependencies //grabl/analysis:dependency-analysis
40
40
correctness :
41
41
build :
42
- image : graknlabs -ubuntu-20.04
42
+ image : vaticle -ubuntu-20.04
43
43
command : |
44
44
bazel build //... --test_output=errors
45
- bazel run @graknlabs_dependencies //tool/checkstyle:test-coverage
45
+ bazel run @vaticle_dependencies //tool/checkstyle:test-coverage
46
46
bazel test $(bazel query 'kind(checkstyle_test, //...)')
47
47
build-dependency :
48
- image : graknlabs -ubuntu-20.04
48
+ image : vaticle -ubuntu-20.04
49
49
command : |
50
50
dependencies/maven/update.sh
51
51
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
55
55
command : |
56
56
bazel test //java/... --test_output=errors
57
57
deploy-maven-snapshot :
58
58
filter :
59
- owner : graknlabs
59
+ owner : vaticle
60
60
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]
63
63
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
66
66
bazel run --define version=$(git rev-parse HEAD) //grammar:deploy-maven -- snapshot
67
67
bazel run --define version=$(git rev-parse HEAD) //java/common:deploy-maven -- snapshot
68
68
bazel run --define version=$(git rev-parse HEAD) //java/pattern:deploy-maven -- snapshot
@@ -71,39 +71,39 @@ build:
71
71
bazel run --define version=$(git rev-parse HEAD) //java:deploy-maven -- snapshot
72
72
test-deployment-maven :
73
73
filter :
74
- owner : graknlabs
74
+ owner : vaticle
75
75
branch : master
76
- image : graknlabs -ubuntu-20.04
76
+ image : vaticle -ubuntu-20.04
77
77
dependencies : [deploy-maven-snapshot]
78
78
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
80
80
cd java/test/deployment/ && mvn test
81
81
82
82
release :
83
83
filter :
84
- owner : graknlabs
84
+ owner : vaticle
85
85
branch : master
86
86
validation :
87
87
validate-dependencies :
88
- image : graknlabs -ubuntu-20.04
88
+ image : vaticle -ubuntu-20.04
89
89
command : bazel test //:release-validate-deps --test_output=streamed
90
90
deployment :
91
91
deploy-github :
92
- image : graknlabs -ubuntu-20.04
92
+ image : vaticle -ubuntu-20.04
93
93
command : |
94
94
pyenv install -s 3.6.10
95
95
pyenv global 3.6.10 system
96
96
pip3 install certifi
97
97
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
99
99
export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN
100
100
bazel run --define version=$(cat VERSION) //:deploy-github -- $GRABL_COMMIT
101
101
deploy-maven-release :
102
- image : graknlabs -ubuntu-20.04
102
+ image : vaticle -ubuntu-20.04
103
103
dependencies : [deploy-github]
104
104
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
107
107
bazel run --define version=$(cat VERSION) //grammar:deploy-maven -- release
108
108
bazel run --define version=$(cat VERSION) //java/common:deploy-maven -- release
109
109
bazel run --define version=$(cat VERSION) //java/pattern:deploy-maven -- release
0 commit comments