@@ -23,6 +23,7 @@ pipeline {
2323 sh ' cd build && bash ../script/testing/psql/psql_test.sh'
2424 sh ' sudo apt-get -qq update && sudo apt-get -qq -y --no-install-recommends install wget default-jdk default-jre' // prerequisites for jdbc_validator
2525 sh ' cd build && python ../script/validators/jdbc_validator.py'
26+ sh ' cd build && python ../script/testing/junit/run_junit.py'
2627 }
2728 }
2829
@@ -38,13 +39,19 @@ pipeline {
3839 sh ' cd build && bash ../script/testing/psql/psql_test.sh'
3940 sh ' sudo apt-get -qq update && sudo apt-get -qq -y --no-install-recommends install wget default-jdk default-jre' // prerequisites for jdbc_validator
4041 sh ' cd build && python ../script/validators/jdbc_validator.py'
42+ sh ' cd build && python ../script/testing/junit/run_junit.py'
4143 }
4244 }
4345
44- stage(' Ubuntu Trusty/gcc-4.8.4 /llvm-3.7.1 (Debug)' ) {
46+ stage(' Ubuntu Trusty/gcc-5.4.0 /llvm-3.7.1 (Debug)' ) {
4547 agent { docker { image ' ubuntu:trusty' } }
4648 steps {
4749 sh ' sudo /bin/bash -c "source ./script/installation/packages.sh"'
50+ sh ' sudo apt-get -y install software-properties-common'
51+ sh ' sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test'
52+ sh ' sudo apt-get update'
53+ sh ' sudo apt-get -y install gcc-5 g++-5'
54+ sh ' sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 1 --slave /usr/bin/g++ g++ /usr/bin/g++-5'
4855 sh ' python script/validators/source_validator.py'
4956 sh ' mkdir build'
5057 sh ' cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DUSE_SANITIZER=Address -DCOVERALLS=False .. && make -j4'
@@ -53,13 +60,19 @@ pipeline {
5360 sh ' cd build && bash ../script/testing/psql/psql_test.sh'
5461 sh ' sudo apt-get -qq update && sudo apt-get -qq -y --no-install-recommends install wget default-jdk default-jre' // prerequisites for jdbc_validator
5562 sh ' cd build && python ../script/validators/jdbc_validator.py'
63+ sh ' cd build && python ../script/testing/junit/run_junit.py'
5664 }
5765 }
5866
59- stage(' Ubuntu Trusty/gcc-4.8.4 /llvm-3.7.1 (Release)' ) {
67+ stage(' Ubuntu Trusty/gcc-5.4.0 /llvm-3.7.1 (Release)' ) {
6068 agent { docker { image ' ubuntu:trusty' } }
6169 steps {
6270 sh ' sudo /bin/bash -c "source ./script/installation/packages.sh"'
71+ sh ' sudo apt-get -y install software-properties-common'
72+ sh ' sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test'
73+ sh ' sudo apt-get update'
74+ sh ' sudo apt-get -y install gcc-5 g++-5'
75+ sh ' sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 1 --slave /usr/bin/g++ g++ /usr/bin/g++-5'
6376 sh ' python script/validators/source_validator.py'
6477 sh ' mkdir build'
6578 sh ' cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCOVERALLS=False .. && make -j4'
@@ -68,6 +81,7 @@ pipeline {
6881 sh ' cd build && bash ../script/testing/psql/psql_test.sh'
6982 sh ' sudo apt-get -qq update && sudo apt-get -qq -y --no-install-recommends install wget default-jdk default-jre' // prerequisites for jdbc_validator
7083 sh ' cd build && python ../script/validators/jdbc_validator.py'
84+ sh ' cd build && python ../script/testing/junit/run_junit.py'
7185 }
7286 }
7387
@@ -93,6 +107,7 @@ pipeline {
93107 // sh 'cd build && bash ../script/testing/psql/psql_test.sh'
94108 // sh 'sudo apt-get -qq update && sudo apt-get -qq -y --no-install-recommends install wget default-jdk default-jre' // prerequisites for jdbc_validator
95109 // sh 'cd build && python ../script/validators/jdbc_validator.py'
110+ // sh 'cd build && python ../script/testing/junit/run_junit.py'
96111 // }
97112 // }
98113
@@ -108,6 +123,7 @@ pipeline {
108123 // sh 'cd build && bash ../script/testing/psql/psql_test.sh'
109124 // sh 'sudo apt-get -qq update && sudo apt-get -qq -y --no-install-recommends install wget default-jdk default-jre' // prerequisites for jdbc_validator
110125 // sh 'cd build && python ../script/validators/jdbc_validator.py'
126+ // sh 'cd build && python ../script/testing/junit/run_junit.py'
111127 // }
112128 // }
113129
@@ -123,6 +139,7 @@ pipeline {
123139 // sh 'cd build && bash ../script/testing/psql/psql_test.sh'
124140 // sh 'sudo dnf -q install -y wget java-devel' // prerequisites for jdbc_validator
125141 // sh 'cd build && python ../script/validators/jdbc_validator.py'
142+ // sh 'cd build && python ../script/testing/junit/run_junit.py'
126143 // }
127144 // }
128145
@@ -138,6 +155,7 @@ pipeline {
138155 // sh 'cd build && bash ../script/testing/psql/psql_test.sh'
139156 // sh 'sudo dnf -q install -y wget java-devel' // prerequisites for jdbc_validator
140157 // sh 'cd build && python ../script/validators/jdbc_validator.py'
158+ // sh 'cd build && python ../script/testing/junit/run_junit.py'
141159 // }
142160 // }
143161
@@ -153,6 +171,7 @@ pipeline {
153171 // sh 'cd build && bash ../script/testing/psql/psql_test.sh'
154172 // sh 'sudo dnf -q install -y wget java-devel' // prerequisites for jdbc_validator
155173 // sh 'cd build && python ../script/validators/jdbc_validator.py'
174+ // sh 'cd build && python ../script/testing/junit/run_junit.py'
156175 // }
157176 // }
158177
@@ -168,6 +187,7 @@ pipeline {
168187 // sh 'cd build && bash ../script/testing/psql/psql_test.sh'
169188 // sh 'sudo dnf -q install -y wget java-devel' // prerequisites for jdbc_validator
170189 // sh 'cd build && python ../script/validators/jdbc_validator.py'
190+ // sh 'cd build && python ../script/testing/junit/run_junit.py'
171191 // }
172192 // }
173193
@@ -183,6 +203,7 @@ pipeline {
183203 // sh 'cd build && bash ../script/testing/psql/psql_test.sh'
184204 // sh 'sudo yum -q install -y wget java-devel' // prerequisites for jdbc_validator
185205 // sh 'cd build && python ../script/validators/jdbc_validator.py'
206+ // sh 'cd build && python ../script/testing/junit/run_junit.py'
186207 // }
187208 // }
188209
@@ -198,6 +219,7 @@ pipeline {
198219 // sh 'cd build && bash ../script/testing/psql/psql_test.sh'
199220 // sh 'sudo yum -q install -y wget java-devel' // prerequisites for jdbc_validator
200221 // sh 'cd build && python ../script/validators/jdbc_validator.py'
222+ // sh 'cd build && python ../script/testing/junit/run_junit.py'
201223 // }
202224 // }
203225 // end gcc builds
0 commit comments