Fixed test roles and changed default image path

Related: #2000051
This commit is contained in:
Oliver Gutierrez 2021-09-14 11:20:59 +01:00
parent fcacaff8de
commit d5f960300f
No known key found for this signature in database
GPG Key ID: C4D0A809DC608C15
3 changed files with 7 additions and 3 deletions

View File

@ -14,4 +14,4 @@
# If the name does not contain a registry, the local image storage will be # If the name does not contain a registry, the local image storage will be
# consulted, and if it's not present there then it will be pulled from a # consulted, and if it's not present there then it will be pulled from a
# suitable remote registry. # suitable remote registry.
image = "registry.stage.redhat.io/ubi9/toolbox:latest" image = "registry.stage.redhat.io/ubi8:latest"

View File

@ -4,7 +4,7 @@
vars: vars:
- artifacts: ./artifacts - artifacts: ./artifacts
roles: roles:
#- role: bats_installed - role: bats_installed
- role: set_image - role: set_image
- role: nonroot_user - role: nonroot_user
- role: run_bats_tests - role: run_bats_tests

View File

@ -9,7 +9,7 @@ Version: 0.0.99.3
%global goipath github.com/containers/%{name} %global goipath github.com/containers/%{name}
%gometa %gometa
Release: 0.8.git660b6970e998%{?dist} Release: 0.9.git660b6970e998%{?dist}
Summary: Unprivileged development environment Summary: Unprivileged development environment
License: ASL 2.0 License: ASL 2.0
@ -115,6 +115,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf
%changelog %changelog
* Tue Sep 14 2021 Oliver Gutiérrez <ogutierrez@redhat.com> - 0.0.99.3-0.9.git660b6970e998
- Fixed test roles and changed default image path
Related: #2000051
* Tue Sep 14 2021 Oliver Gutiérrez <ogutierrez@redhat.com> - 0.0.99.3-0.8.git660b6970e998 * Tue Sep 14 2021 Oliver Gutiérrez <ogutierrez@redhat.com> - 0.0.99.3-0.8.git660b6970e998
- Added default container image configuration for tests - Added default container image configuration for tests
Related: #2000051 Related: #2000051