-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move integration jobs to update_containers role
Depends-On: #1884 Signed-off-by: Chandan Kumar <raukadah@gmail.com>
- Loading branch information
1 parent
fcc4bea
commit c0670b6
Showing
3 changed files
with
10 additions
and
12 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 |
---|---|---|
@@ -1,14 +1,12 @@ | ||
--- | ||
cifmw_repo_setup_branch: master | ||
cifmw_repo_setup_promotion: podified-ci-testing | ||
cifmw_set_openstack_containers_registry: quay.rdoproject.org | ||
cifmw_set_openstack_containers_tag_from_md5: true | ||
cifmw_set_openstack_containers_dlrn_md5_path: "{{ cifmw_basedir }}/artifacts/repositories/delorean.repo.md5" | ||
cifmw_edpm_prepare_update_os_containers: true | ||
cifmw_set_openstack_containers_namespace: "podified-master-centos9" | ||
cifmw_update_containers_registry: quay.rdoproject.org | ||
cifmw_update_containers_org: "podified-master-centos9" | ||
cifmw_update_containers_tag: "{{ cifmw_repo_setup_full_hash }}" | ||
cifmw_update_containers_openstack: true | ||
cifmw_run_tests: true | ||
cifmw_edpm_deploy_registry_url: "{{ cifmw_set_openstack_containers_registry }}/{{ cifmw_set_openstack_containers_namespace }}" | ||
cifmw_test_operator_tempest_registry: "{{ cifmw_set_openstack_containers_registry }}" | ||
cifmw_test_operator_tempest_namespace: "{{ cifmw_set_openstack_containers_namespace }}" | ||
cifmw_test_operator_tempest_registry: "{{ cifmw_update_containers_registry }}" | ||
cifmw_test_operator_tempest_namespace: "{{ cifmw_update_containers_org }}" | ||
cifmw_test_operator_tempest_image_tag: "{{ cifmw_repo_setup_full_hash }}" | ||
cifmw_update_containers_edpm_image_url: "quay.rdoproject.org/podified-{{cifmw_repo_setup_branch}}-centos9/edpm-hardened-uefi:{{ cifmw_repo_setup_full_hash }}" |
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