Skip to content

Commit c7b0870

Browse files
committed
changed variable name and tests url
1 parent 4030a11 commit c7b0870

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ on:
5959
description: Whether to perform an upgrade
6060
type: boolean
6161
default: false
62-
openstack_tests_version:
63-
description: Git version of https://github.com/stackhpc/stackhpc-openstack-tests to use for testing
62+
stackhpc_cloud_tests_version:
63+
description: Git version of https://github.com/stackhpc/stackhpc-cloud-tests to use for testing
6464
type: string
6565
default: v0.0.1
6666
secrets:
@@ -452,7 +452,7 @@ jobs:
452452
-v $(pwd)/sot-results:/stack/sot-results \
453453
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
454454
$KAYOBE_IMAGE \
455-
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/stackhpc-openstack-tests.yml' -e sot_version=${{ inputs.openstack_tests_version }}
455+
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/stackhpc-openstack-tests.yml' -e sot_version=${{ inputs.stackhpc_cloud_tests_version }}
456456
env:
457457
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
458458

doc/source/contributor/testing-ci-automation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The workflow performs the following high-level steps:
123123
#. If this is an upgrade job, upgrade the cloud under test to the target
124124
release.
125125
#. Run Tempest and `StackHPC OpenStack Tests
126-
<https://github.com/stackhpc/stackhpc-openstack-tests>`_ to test the cloud.
126+
<https://github.com/stackhpc/stackhpc-cloud-tests>`_ to test the cloud.
127127
#. Collect diagnostic information.
128128
#. Upload results as an artifact.
129129
#. Destroy the VM using Terraform.
@@ -346,11 +346,11 @@ The workflow performs the following high-level steps:
346346
#. Register test resources in the cloud under test (images, flavors, networks,
347347
subnets, routers, etc.).
348348
#. Run Tempest and `StackHPC OpenStack Tests
349-
<https://github.com/stackhpc/stackhpc-openstack-tests>`__ to test the cloud.
349+
<https://github.com/stackhpc/stackhpc-cloud-tests>`__ to test the cloud.
350350
#. If this is an upgrade job, upgrade the cloud under test to the target
351351
release.
352352
#. Run Tempest and `StackHPC OpenStack Tests
353-
<https://github.com/stackhpc/stackhpc-openstack-tests>`__ to test the cloud.
353+
<https://github.com/stackhpc/stackhpc-cloud-tests>`__ to test the cloud.
354354
#. Collect diagnostic information.
355355
#. Upload results as an artifact.
356356
#. Destroy the VMs using Terraform.

etc/kayobe/ansible/stackhpc-openstack-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- stackhpc-openstack-tests
66
vars:
77
sot_venv: "{{ virtualenv_path }}/sot-venv"
8-
sot_repo: https://github.com/stackhpc/stackhpc-openstack-tests
8+
sot_repo: https://github.com/stackhpc/stackhpc-cloud-tests
99
sot_version: v0.0.1
1010
sot_timeout: 30
1111
results_path_local: "{{ lookup('env', 'HOME') }}/sot-results"

releasenotes/notes/stackhpc-openstack-tests-0224908453ae72cc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ features:
33
- |
44
Adds a new ``stackhpc-openstack-tests.yml`` playbook that executes tests in
55
the `StackHPC OpenStack Tests
6-
<https://github.com/stackhpc/stackhpc-openstack-tests>`__ repository. Both
6+
<https://github.com/stackhpc/stackhpc-cloud-tests>`__ repository. Both
77
the playbook and tests are currently experimental, and are currently
88
targeting only an all-in-one CI use case.

0 commit comments

Comments
 (0)