@@ -64,20 +64,20 @@ build:
64
64
export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
65
65
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
66
66
.grabl/test-core.sh //tests/behaviour/connection/... --test_output=errors --jobs=1
67
- # test-behaviour-connection-cluster:
68
- # image: vaticle-ubuntu-21.04
69
- # type: foreground
70
- # command: |
71
- # pyenv global 3.6.10
72
- # pip3 install -U pip
73
- # pip install -r requirements_dev.txt
74
- # sudo unlink /usr/bin/python3
75
- # sudo ln -s $(which python3) /usr/bin/python3
76
- # sudo ln -s /usr/share/pyshared/lsb_release.py /opt/pyenv/versions/3.6.10/lib/python3.6/site-packages/lsb_release.py
77
- # export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
78
- # export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
79
- # bazel run @vaticle_dependencies//distribution/artifact:create-netrc
80
- # .grabl/test-cluster.sh //tests/behaviour/connection/... --test_output=errors --jobs=1
67
+ test-behaviour-connection-cluster :
68
+ image : vaticle-ubuntu-21.04
69
+ type : foreground
70
+ command : |
71
+ pyenv global 3.6.10
72
+ pip3 install -U pip
73
+ pip install -r requirements_dev.txt
74
+ sudo unlink /usr/bin/python3
75
+ sudo ln -s $(which python3) /usr/bin/python3
76
+ sudo ln -s /usr/share/pyshared/lsb_release.py /opt/pyenv/versions/3.6.10/lib/python3.6/site-packages/lsb_release.py
77
+ export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
78
+ export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
79
+ bazel run @vaticle_dependencies//distribution/artifact:create-netrc
80
+ .grabl/test-cluster.sh //tests/behaviour/connection/... --test_output=errors --jobs=1
81
81
test-behaviour-concept-core :
82
82
image : vaticle-ubuntu-21.04
83
83
type : foreground
@@ -121,21 +121,21 @@ build:
121
121
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
122
122
.grabl/test-core.sh //tests/behaviour/typeql/language/match/... --test_output=errors
123
123
.grabl/test-core.sh //tests/behaviour/typeql/language/get/... --test_output=errors
124
- # test-behaviour-match-cluster:
125
- # image: vaticle-ubuntu-21.04
126
- # type: foreground
127
- # command: |
128
- # pyenv global 3.6.10
129
- # pip3 install -U pip
130
- # pip install -r requirements_dev.txt
131
- # sudo unlink /usr/bin/python3
132
- # sudo ln -s $(which python3) /usr/bin/python3
133
- # sudo ln -s /usr/share/pyshared/lsb_release.py /opt/pyenv/versions/3.6.10/lib/python3.6/site-packages/lsb_release.py
134
- # export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
135
- # export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
136
- # bazel run @vaticle_dependencies//distribution/artifact:create-netrc
137
- # .grabl/test-cluster.sh //tests/behaviour/typeql/language/match/... --test_output=errors
138
- # .grabl/test-cluster.sh //tests/behaviour/typeql/language/get/... --test_output=errors
124
+ test-behaviour-match-cluster :
125
+ image : vaticle-ubuntu-21.04
126
+ type : foreground
127
+ command : |
128
+ pyenv global 3.6.10
129
+ pip3 install -U pip
130
+ pip install -r requirements_dev.txt
131
+ sudo unlink /usr/bin/python3
132
+ sudo ln -s $(which python3) /usr/bin/python3
133
+ sudo ln -s /usr/share/pyshared/lsb_release.py /opt/pyenv/versions/3.6.10/lib/python3.6/site-packages/lsb_release.py
134
+ export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
135
+ export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
136
+ bazel run @vaticle_dependencies//distribution/artifact:create-netrc
137
+ .grabl/test-cluster.sh //tests/behaviour/typeql/language/match/... --test_output=errors
138
+ .grabl/test-cluster.sh //tests/behaviour/typeql/language/get/... --test_output=errors
139
139
test-behaviour-writable-core :
140
140
image : vaticle-ubuntu-21.04
141
141
type : foreground
@@ -217,11 +217,9 @@ build:
217
217
image : vaticle-ubuntu-21.04
218
218
dependencies : [
219
219
build,
220
- test-behaviour-connection-core,
221
- # test-behaviour-connection-cluster,
220
+ test-behaviour-connection-core, test-behaviour-connection-cluster,
222
221
test-behaviour-concept-core, test-behaviour-concept-cluster,
223
- test-behaviour-match-core,
224
- # test-behaviour-match-cluster,
222
+ test-behaviour-match-core, test-behaviour-match-cluster,
225
223
test-behaviour-writable-core, test-behaviour-writable-cluster,
226
224
test-behaviour-definable-core, test-behaviour-definable-cluster,
227
225
test-failover-cluster
0 commit comments