-
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 #193 from wallyworld/ci-updates
chore: maintain ci tests
- Loading branch information
Showing
6 changed files
with
131 additions
and
195 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,108 @@ | ||
|
||
|
||
# Code generated by gen-wire-tests. DO NOT EDIT. | ||
- job: | ||
name: 'test-cloud_azure-multijob' | ||
project-type: 'multijob' | ||
description: |- | ||
Test cloud_azure 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-cloud_azure' | ||
projects: | ||
- name: 'test-cloud_azure-test-managed-identity-azure' | ||
current-parameters: true | ||
|
||
- job: | ||
name: test-cloud_azure-test-managed-identity-azure | ||
node: ephemeral-focal-small-amd64 | ||
description: |- | ||
Test cloud_azure suite on azure | ||
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: 'azure' | ||
description: 'Cloud to use when bootstrapping Juju' | ||
name: BOOTSTRAP_CLOUD | ||
- string: | ||
default: 'azure' | ||
description: 'Provider to use when bootstrapping Juju' | ||
name: BOOTSTRAP_PROVIDER | ||
- string: | ||
default: 'eastus' | ||
description: 'Cloud Region to use when bootstrapping Juju' | ||
name: BOOTSTRAP_REGION | ||
- string: | ||
default: '' | ||
description: 'Ubuntu series to use when bootstrapping Juju' | ||
name: BOOTSTRAP_SERIES | ||
wrappers: | ||
- default-integration-test-wrapper | ||
- timeout: | ||
timeout: 30 | ||
fail: true | ||
type: absolute | ||
builders: | ||
- select-oci-registry | ||
- wait-for-cloud-init | ||
- prepare-integration-test | ||
- run-integration-test: | ||
test_name: 'cloud_azure' | ||
setup_steps: '' | ||
task_name: '' | ||
skip_tasks: '' | ||
publishers: | ||
- integration-artifacts |
This file was deleted.
Oops, something went wrong.
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.