Kailash | 866e14f | 2019-02-22 10:43:23 -0800 | [diff] [blame] | 1 | --- |
| 2 | # xos-integration test jobs |
| 3 | |
| 4 | - project: |
Kailash | aaa5fa2 | 2019-05-01 08:52:26 -0700 | [diff] [blame] | 5 | name: xos-integration-tests |
Kailash | 866e14f | 2019-02-22 10:43:23 -0800 | [diff] [blame] | 6 | |
Kailash | aaa5fa2 | 2019-05-01 08:52:26 -0700 | [diff] [blame] | 7 | project-name: 'xos-integration-tests' |
Kailash | 866e14f | 2019-02-22 10:43:23 -0800 | [diff] [blame] | 8 | |
| 9 | jobs: |
Matteo Scandolo | 8464820 | 2021-06-11 16:44:47 +0200 | [diff] [blame] | 10 | - 'data-model-scale': |
| 11 | 'disable-job': true |
Kailash | 866e14f | 2019-02-22 10:43:23 -0800 | [diff] [blame] | 12 | - 'data-migrations' |
Kailash | aaa5fa2 | 2019-05-01 08:52:26 -0700 | [diff] [blame] | 13 | - 'data-backup' |
Kailash | 2caf2b0 | 2019-05-01 14:50:47 -0700 | [diff] [blame] | 14 | - 'att-wf' |
Kailash | 866e14f | 2019-02-22 10:43:23 -0800 | [diff] [blame] | 15 | |
| 16 | - job-template: |
| 17 | id: 'data-model-scale' |
| 18 | name: 'xos-data-model-scale' |
Matteo Scandolo | 8464820 | 2021-06-11 16:44:47 +0200 | [diff] [blame] | 19 | disabled: '{disable-job}' |
Kailash | 866e14f | 2019-02-22 10:43:23 -0800 | [diff] [blame] | 20 | |
| 21 | description: | |
| 22 | <!-- Managed by Jenkins Job Builder --> |
| 23 | Created by {id} job-template from ci-management/jjb/xos-integration-tests.yaml <br /><br /> |
| 24 | |
| 25 | properties: |
| 26 | - cord-infra-properties: |
| 27 | build-days-to-keep: '{build-days-to-keep}' |
| 28 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 29 | |
| 30 | wrappers: |
| 31 | - lf-infra-wrappers: |
| 32 | build-timeout: '{build-timeout}' |
| 33 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 34 | |
| 35 | parameters: |
| 36 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 37 | name: buildNode |
Joey Armstrong | c5194c4 | 2024-07-23 15:31:18 -0400 | [diff] [blame] | 38 | # default: 'ubuntu18.04-basebuild-4c-8g' |
Joey Armstrong | 6fb53fb | 2024-08-27 16:44:29 -0400 | [diff] [blame] | 39 | default: 'ubuntu18.04-basebuild-8c-15g' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 40 | description: 'Name of the Jenkins node to run the job on' |
Kailash | 866e14f | 2019-02-22 10:43:23 -0800 | [diff] [blame] | 41 | |
| 42 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 43 | name: manifestUrl |
| 44 | default: '{gerrit-server-url}/{cord-repo-manifest}' |
| 45 | description: 'URL to the repo manifest' |
Kailash | 866e14f | 2019-02-22 10:43:23 -0800 | [diff] [blame] | 46 | |
| 47 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 48 | name: manifestBranch |
| 49 | default: 'master' |
| 50 | description: 'Name of the repo branch to use' |
Kailash | 866e14f | 2019-02-22 10:43:23 -0800 | [diff] [blame] | 51 | |
| 52 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 53 | name: TestDir |
| 54 | default: 'xos-scale-tests' |
| 55 | description: 'Directory where tests reside' |
Kailash | c47d9c5 | 2019-03-05 13:10:47 -0800 | [diff] [blame] | 56 | |
| 57 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 58 | name: TestCommand |
| 59 | default: 'robot -d Log -T -v xos_chameleon_url:127.0.0.1 -v xos_chameleon_port:30006 -v cord_kafka:\$CORD_KAFKA_IP -v num_olts:10 -v num_onus:1 -v num_pon_ports:10 -v timeout:360s xos-scale-att-workflow.robot' |
| 60 | description: 'Exact command to execute the tests including arguments' |
Kailash | 866e14f | 2019-02-22 10:43:23 -0800 | [diff] [blame] | 61 | |
Kailash | 866e14f | 2019-02-22 10:43:23 -0800 | [diff] [blame] | 62 | project-type: pipeline |
| 63 | concurrent: false |
| 64 | |
| 65 | dsl: !include-raw-escape: pipeline/xos-integration-tests.groovy |
| 66 | |
| 67 | triggers: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 68 | - timed: | |
Kailash | 866e14f | 2019-02-22 10:43:23 -0800 | [diff] [blame] | 69 | TZ=America/Los_Angeles |
| 70 | H 0,12 * * * |
| 71 | |
| 72 | - job-template: |
| 73 | id: 'data-migrations' |
| 74 | name: 'xos-data-migrations-test' |
| 75 | |
| 76 | description: | |
| 77 | <!-- Managed by Jenkins Job Builder --> |
| 78 | Created by {id} job-template from ci-management/jjb/xos-integration-tests.yaml <br /><br /> |
| 79 | |
| 80 | properties: |
| 81 | - cord-infra-properties: |
| 82 | build-days-to-keep: '{build-days-to-keep}' |
| 83 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 84 | |
| 85 | wrappers: |
| 86 | - lf-infra-wrappers: |
| 87 | build-timeout: '{build-timeout}' |
| 88 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 89 | |
| 90 | parameters: |
| 91 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 92 | name: buildNode |
Joey Armstrong | c5194c4 | 2024-07-23 15:31:18 -0400 | [diff] [blame] | 93 | # default: 'ubuntu18.04-basebuild-4c-8g' |
Joey Armstrong | 6fb53fb | 2024-08-27 16:44:29 -0400 | [diff] [blame] | 94 | default: 'ubuntu18.04-basebuild-8c-15g' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 95 | description: 'Name of the Jenkins node to run the job on' |
Kailash | 866e14f | 2019-02-22 10:43:23 -0800 | [diff] [blame] | 96 | |
| 97 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 98 | name: manifestUrl |
| 99 | default: '{gerrit-server-url}/{cord-repo-manifest}' |
| 100 | description: 'URL to the repo manifest' |
Kailash | 866e14f | 2019-02-22 10:43:23 -0800 | [diff] [blame] | 101 | |
| 102 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 103 | name: manifestBranch |
| 104 | default: 'master' |
| 105 | description: 'Name of the repo branch to use' |
Kailash | 866e14f | 2019-02-22 10:43:23 -0800 | [diff] [blame] | 106 | |
| 107 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 108 | name: TestDir |
| 109 | default: 'xos-migration-tests' |
| 110 | description: 'Directory where tests reside' |
Kailash | c47d9c5 | 2019-03-05 13:10:47 -0800 | [diff] [blame] | 111 | |
| 112 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 113 | name: TestCommand |
| 114 | default: 'robot -d Log -T -v helm_chart:$WORKSPACE/cord/helm-charts/xos-services/simpleexampleservice xos-remove-service.robot xos-service-migrations.robot' |
| 115 | description: 'Exact command to execute the tests including arguments' |
Kailash | 866e14f | 2019-02-22 10:43:23 -0800 | [diff] [blame] | 116 | |
Kailash | 866e14f | 2019-02-22 10:43:23 -0800 | [diff] [blame] | 117 | project-type: pipeline |
| 118 | concurrent: false |
| 119 | |
| 120 | dsl: !include-raw-escape: pipeline/xos-integration-tests.groovy |
| 121 | |
| 122 | triggers: |
| 123 | - reverse: |
Kailash | aaa5fa2 | 2019-05-01 08:52:26 -0700 | [diff] [blame] | 124 | jobs: 'docker-publish_xos' |
| 125 | result: 'success' |
| 126 | |
| 127 | - job-template: |
| 128 | id: 'data-backup' |
| 129 | name: 'xos-data-backup-test' |
| 130 | |
| 131 | description: | |
| 132 | <!-- Managed by Jenkins Job Builder --> |
| 133 | Created by {id} job-template from ci-management/jjb/xos-integration-tests.yaml <br /><br /> |
| 134 | |
| 135 | properties: |
| 136 | - cord-infra-properties: |
| 137 | build-days-to-keep: '{build-days-to-keep}' |
| 138 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 139 | |
| 140 | wrappers: |
| 141 | - lf-infra-wrappers: |
| 142 | build-timeout: '{build-timeout}' |
| 143 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 144 | |
| 145 | parameters: |
| 146 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 147 | name: buildNode |
Joey Armstrong | c5194c4 | 2024-07-23 15:31:18 -0400 | [diff] [blame] | 148 | # default: 'ubuntu18.04-basebuild-4c-8g' |
Joey Armstrong | 6fb53fb | 2024-08-27 16:44:29 -0400 | [diff] [blame] | 149 | default: 'ubuntu18.04-basebuild-8c-15g' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 150 | description: 'Name of the Jenkins node to run the job on' |
Kailash | aaa5fa2 | 2019-05-01 08:52:26 -0700 | [diff] [blame] | 151 | |
| 152 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 153 | name: manifestUrl |
| 154 | default: '{gerrit-server-url}/{cord-repo-manifest}' |
| 155 | description: 'URL to the repo manifest' |
Kailash | aaa5fa2 | 2019-05-01 08:52:26 -0700 | [diff] [blame] | 156 | |
| 157 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 158 | name: manifestBranch |
| 159 | default: 'master' |
| 160 | description: 'Name of the repo branch to use' |
Kailash | aaa5fa2 | 2019-05-01 08:52:26 -0700 | [diff] [blame] | 161 | |
| 162 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 163 | name: TestDir |
| 164 | default: 'xos-backup-tests' |
| 165 | description: 'Directory where tests reside' |
Kailash | aaa5fa2 | 2019-05-01 08:52:26 -0700 | [diff] [blame] | 166 | |
| 167 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 168 | name: TestCommand |
| 169 | default: 'robot -d Log -T xos-backup.robot' |
| 170 | description: 'Exact command to execute the tests including arguments' |
Kailash | aaa5fa2 | 2019-05-01 08:52:26 -0700 | [diff] [blame] | 171 | |
Kailash | aaa5fa2 | 2019-05-01 08:52:26 -0700 | [diff] [blame] | 172 | project-type: pipeline |
| 173 | concurrent: false |
| 174 | |
| 175 | dsl: !include-raw-escape: pipeline/xos-integration-tests.groovy |
| 176 | |
| 177 | triggers: |
| 178 | - reverse: |
| 179 | jobs: 'docker-publish_xos' |
Kailash | 866e14f | 2019-02-22 10:43:23 -0800 | [diff] [blame] | 180 | result: 'success' |
Kailash | 2caf2b0 | 2019-05-01 14:50:47 -0700 | [diff] [blame] | 181 | |
| 182 | - job-template: |
| 183 | id: 'att-wf' |
| 184 | name: 'att-workflow-validation-test' |
| 185 | |
| 186 | description: | |
| 187 | <!-- Managed by Jenkins Job Builder --> |
| 188 | Created by {id} job-template from ci-management/jjb/xos-integration-tests.yaml <br /><br /> |
| 189 | |
| 190 | properties: |
| 191 | - cord-infra-properties: |
| 192 | build-days-to-keep: '{build-days-to-keep}' |
| 193 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 194 | |
| 195 | wrappers: |
| 196 | - lf-infra-wrappers: |
| 197 | build-timeout: '{build-timeout}' |
| 198 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 199 | |
| 200 | parameters: |
| 201 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 202 | name: buildNode |
Joey Armstrong | c5194c4 | 2024-07-23 15:31:18 -0400 | [diff] [blame] | 203 | # default: 'ubuntu18.04-basebuild-4c-8g' |
Joey Armstrong | 6fb53fb | 2024-08-27 16:44:29 -0400 | [diff] [blame] | 204 | default: 'ubuntu18.04-basebuild-8c-15g' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 205 | description: 'Name of the Jenkins node to run the job on' |
Kailash | 2caf2b0 | 2019-05-01 14:50:47 -0700 | [diff] [blame] | 206 | |
| 207 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 208 | name: manifestUrl |
| 209 | default: '{gerrit-server-url}/{cord-repo-manifest}' |
| 210 | description: 'URL to the repo manifest' |
Kailash | 2caf2b0 | 2019-05-01 14:50:47 -0700 | [diff] [blame] | 211 | |
| 212 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 213 | name: manifestBranch |
| 214 | default: 'master' |
| 215 | description: 'Name of the repo branch to use' |
Kailash | 2caf2b0 | 2019-05-01 14:50:47 -0700 | [diff] [blame] | 216 | |
| 217 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 218 | name: service |
| 219 | default: 'att-workflow-driver' |
| 220 | description: 'Name of the service being tested' |
Kailash | 2caf2b0 | 2019-05-01 14:50:47 -0700 | [diff] [blame] | 221 | |
| 222 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 223 | name: helmChart |
| 224 | default: 'workflows/att-workflow' |
| 225 | description: 'Directory/name of the service helm-chart' |
Kailash | 2caf2b0 | 2019-05-01 14:50:47 -0700 | [diff] [blame] | 226 | |
| 227 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 228 | name: TestDir |
| 229 | default: 'xos-att-workflow-driver-tests' |
| 230 | description: 'Directory where tests reside' |
Kailash | 2caf2b0 | 2019-05-01 14:50:47 -0700 | [diff] [blame] | 231 | |
| 232 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 233 | name: TestCommand |
| 234 | default: 'robot -d Log -T -v server_ip:127.0.0.1 -v server_port:30006 -v cord_kafka:\$CORD_KAFKA_IP ATT_Workflow.robot' |
| 235 | description: 'Exact command to execute the tests including arguments' |
Kailash | 2caf2b0 | 2019-05-01 14:50:47 -0700 | [diff] [blame] | 236 | |
Kailash | 2caf2b0 | 2019-05-01 14:50:47 -0700 | [diff] [blame] | 237 | - bool: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 238 | name: InstallService |
| 239 | default: true |
| 240 | description: 'Set to true when testing a particular xos-service' |
Kailash | 2caf2b0 | 2019-05-01 14:50:47 -0700 | [diff] [blame] | 241 | |
| 242 | project-type: pipeline |
| 243 | concurrent: false |
| 244 | |
| 245 | dsl: !include-raw-escape: pipeline/xos-integration-tests.groovy |
| 246 | |
| 247 | triggers: |
| 248 | - reverse: |
| 249 | jobs: 'docker-publish_att-workflow-driver' |
| 250 | result: 'success' |
Joey Armstrong | af679da | 2023-01-31 14:22:41 -0500 | [diff] [blame] | 251 | |
| 252 | # [EOF] |