Skip to content

Commit 9cc22c9

Browse files
authored
PMM-7 add alerting tests to matrix (#2981)
* PMM-7 add alerting tests to matrix * PMM-7 tweaks and add trigger from autobuild
1 parent f66eda6 commit 9cc22c9

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

pmm/v3/pmm3-ui-tests-matrix.groovy

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,19 @@ pipeline {
6363
options {
6464
skipDefaultCheckout()
6565
}
66-
// triggers {
67-
// upstream upstreamProjects: 'pmm3-server-autobuild', threshold: hudson.model.Result.SUCCESS
68-
// }
66+
triggers {
67+
upstream upstreamProjects: 'pmm3-server-autobuild', threshold: hudson.model.Result.SUCCESS
68+
}
6969
stages{
70-
stage('UI tests Upgrade Matrix') {
70+
stage('UI tests Matrix') {
7171
parallel {
72+
stage('@ia'){
73+
steps {
74+
script {
75+
runUITestsJob(GIT_BRANCH, GIT_COMMIT_HASH, DOCKER_VERSION, CLIENT_VERSION, '@ia', MYSQL_IMAGE, POSTGRES_IMAGE, MONGO_IMAGE, PROXYSQL_IMAGE, PMM_QA_GIT_BRANCH, '');
76+
}
77+
}
78+
}
7279
stage('@instances'){
7380
steps {
7481
script {

0 commit comments

Comments
 (0)