-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #165 from wallyworld/add-gating-tests
Move secrets,model,dashboard tests to gating
- Loading branch information
Showing
9 changed files
with
323 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,266 @@ | ||
|
||
|
||
# Code generated by gen-wire-tests. DO NOT EDIT. | ||
- job: | ||
name: 'test-controllercharm-multijob' | ||
project-type: 'multijob' | ||
description: |- | ||
Test controllercharm Suite | ||
condition: SUCCESSFUL | ||
node: noop-parent-jobs | ||
concurrent: true | ||
wrappers: | ||
- ansicolor | ||
- workspace-cleanup | ||
- timestamps | ||
parameters: | ||
- string: | ||
default: '' | ||
description: 'Enable sub job to be run individually.' | ||
name: SHORT_GIT_COMMIT | ||
- string: | ||
default: '' | ||
description: 'Build arch used to download the build tar.gz.' | ||
name: BUILD_ARCH | ||
- string: | ||
default: '' | ||
description: 'Ubuntu series to use when bootstrapping Juju' | ||
name: BOOTSTRAP_SERIES | ||
builders: | ||
- get-build-details | ||
- set-test-description | ||
- multijob: | ||
name: 'IntegrationTests-controllercharm' | ||
projects: | ||
- name: 'test-controllercharm-test-prometheus-aws' | ||
current-parameters: true | ||
- name: 'test-controllercharm-test-prometheus-lxd' | ||
current-parameters: true | ||
- name: 'test-controllercharm-test-prometheus-microk8s' | ||
current-parameters: true | ||
|
||
- job: | ||
name: test-controllercharm-test-prometheus-aws | ||
node: ephemeral-focal-small-amd64 | ||
description: |- | ||
Test controllercharm suite on aws | ||
parameters: | ||
- validating-string: | ||
name: SHORT_GIT_COMMIT | ||
description: 'Enable sub job to be run individually.' | ||
regex: ^\S{7}$ | ||
msg: Enter a valid 7 char git sha | ||
- choice: | ||
default: 'amd64' | ||
description: 'Build arch used to download the build tar.gz.' | ||
name: BUILD_ARCH | ||
choices: | ||
- amd64 | ||
- arm64 | ||
- s390x | ||
- ppc64el | ||
- choice: | ||
default: '' | ||
description: 'Arch used to boostrap controller.' | ||
name: BOOTSTRAP_ARCH | ||
choices: | ||
- amd64 | ||
- arm64 | ||
- s390x | ||
- ppc64el | ||
- choice: | ||
default: '' | ||
description: 'Arch used for hosted models.' | ||
name: MODEL_ARCH | ||
choices: | ||
- amd64 | ||
- arm64 | ||
- s390x | ||
- ppc64el | ||
- string: | ||
default: 'aws' | ||
description: 'Cloud to use when bootstrapping Juju' | ||
name: BOOTSTRAP_CLOUD | ||
- string: | ||
default: 'ec2' | ||
description: 'Provider to use when bootstrapping Juju' | ||
name: BOOTSTRAP_PROVIDER | ||
- string: | ||
default: 'us-east-1' | ||
description: 'Cloud Region to use when bootstrapping Juju' | ||
name: BOOTSTRAP_REGION | ||
- string: | ||
default: '' | ||
description: 'Ubuntu series to use when bootstrapping Juju' | ||
name: BOOTSTRAP_SERIES | ||
- string: | ||
default: docker.io/jujuqabot | ||
description: "Operator docker image account name." | ||
name: PARAM_OPERATOR_IMAGE_ACCOUNT | ||
wrappers: | ||
- default-integration-test-wrapper | ||
- timeout: | ||
timeout: 30 | ||
fail: true | ||
type: absolute | ||
builders: | ||
- inject: | ||
properties-content: |- | ||
OPERATOR_IMAGE_ACCOUNT=${PARAM_OPERATOR_IMAGE_ACCOUNT} | ||
- wait-for-cloud-init | ||
- prepare-integration-test | ||
- run-integration-test: | ||
test_name: 'controllercharm' | ||
setup_steps: '' | ||
task_name: '' | ||
skip_tasks: '' | ||
publishers: | ||
- integration-artifacts | ||
|
||
- job: | ||
name: test-controllercharm-test-prometheus-lxd | ||
node: ephemeral-focal-8c-32g-amd64 | ||
description: |- | ||
Test controllercharm suite on lxd | ||
parameters: | ||
- validating-string: | ||
name: SHORT_GIT_COMMIT | ||
description: 'Enable sub job to be run individually.' | ||
regex: ^\S{7}$ | ||
msg: Enter a valid 7 char git sha | ||
- choice: | ||
default: 'amd64' | ||
description: 'Build arch used to download the build tar.gz.' | ||
name: BUILD_ARCH | ||
choices: | ||
- amd64 | ||
- arm64 | ||
- s390x | ||
- ppc64el | ||
- choice: | ||
default: '' | ||
description: 'Arch used to boostrap controller.' | ||
name: BOOTSTRAP_ARCH | ||
choices: | ||
- amd64 | ||
- arm64 | ||
- s390x | ||
- ppc64el | ||
- choice: | ||
default: '' | ||
description: 'Arch used for hosted models.' | ||
name: MODEL_ARCH | ||
choices: | ||
- amd64 | ||
- arm64 | ||
- s390x | ||
- ppc64el | ||
- string: | ||
default: 'lxd' | ||
description: 'Cloud to use when bootstrapping Juju' | ||
name: BOOTSTRAP_CLOUD | ||
- string: | ||
default: 'lxd' | ||
description: 'Provider to use when bootstrapping Juju' | ||
name: BOOTSTRAP_PROVIDER | ||
- string: | ||
default: '' | ||
description: 'Ubuntu series to use when bootstrapping Juju' | ||
name: BOOTSTRAP_SERIES | ||
- string: | ||
default: docker.io/jujuqabot | ||
description: "Operator docker image account name." | ||
name: PARAM_OPERATOR_IMAGE_ACCOUNT | ||
wrappers: | ||
- default-integration-test-wrapper | ||
- timeout: | ||
timeout: 30 | ||
fail: true | ||
type: absolute | ||
builders: | ||
- inject: | ||
properties-content: |- | ||
OPERATOR_IMAGE_ACCOUNT=${PARAM_OPERATOR_IMAGE_ACCOUNT} | ||
- wait-for-cloud-init | ||
- prepare-integration-test | ||
- run-integration-test: | ||
test_name: 'controllercharm' | ||
setup_steps: '' | ||
task_name: '' | ||
skip_tasks: '' | ||
publishers: | ||
- integration-artifacts | ||
|
||
- job: | ||
name: test-controllercharm-test-prometheus-microk8s | ||
node: ephemeral-focal-8c-32g-amd64 | ||
description: |- | ||
Test controllercharm suite on microk8s | ||
parameters: | ||
- validating-string: | ||
name: SHORT_GIT_COMMIT | ||
description: 'Enable sub job to be run individually.' | ||
regex: ^\S{7}$ | ||
msg: Enter a valid 7 char git sha | ||
- choice: | ||
default: 'amd64' | ||
description: 'Build arch used to download the build tar.gz.' | ||
name: BUILD_ARCH | ||
choices: | ||
- amd64 | ||
- arm64 | ||
- s390x | ||
- ppc64el | ||
- choice: | ||
default: '' | ||
description: 'Arch used to boostrap controller.' | ||
name: BOOTSTRAP_ARCH | ||
choices: | ||
- amd64 | ||
- arm64 | ||
- s390x | ||
- ppc64el | ||
- choice: | ||
default: '' | ||
description: 'Arch used for hosted models.' | ||
name: MODEL_ARCH | ||
choices: | ||
- amd64 | ||
- arm64 | ||
- s390x | ||
- ppc64el | ||
- string: | ||
default: 'microk8s' | ||
description: 'Cloud to use when bootstrapping Juju' | ||
name: BOOTSTRAP_CLOUD | ||
- string: | ||
default: 'k8s' | ||
description: 'Provider to use when bootstrapping Juju' | ||
name: BOOTSTRAP_PROVIDER | ||
- string: | ||
default: '' | ||
description: 'Ubuntu series to use when bootstrapping Juju' | ||
name: BOOTSTRAP_SERIES | ||
- string: | ||
default: docker.io/jujuqabot | ||
description: "Operator docker image account name." | ||
name: PARAM_OPERATOR_IMAGE_ACCOUNT | ||
wrappers: | ||
- default-integration-test-wrapper | ||
- timeout: | ||
timeout: 30 | ||
fail: true | ||
type: absolute | ||
builders: | ||
- inject: | ||
properties-content: |- | ||
OPERATOR_IMAGE_ACCOUNT=${PARAM_OPERATOR_IMAGE_ACCOUNT} | ||
- wait-for-cloud-init | ||
- prepare-integration-test | ||
- run-integration-test-microk8s: | ||
test_name: 'controllercharm' | ||
setup_steps: '' | ||
task_name: '' | ||
skip_tasks: '' | ||
publishers: | ||
- integration-artifacts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.