Skip to content

Commit

Permalink
TEST with Leap 15.5 Marina's containers
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.com>
  • Loading branch information
jordimassaguerpla committed Aug 9, 2023
1 parent 8b111f4 commit 75417e5
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion client/rhel/spacewalk-client-tools/Makefile.python
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CURRENT_DIR := $(dir $(THIS_MAKEFILE))
include $(CURRENT_DIR)../../../rel-eng/Makefile.python

# Docker tests variables
DOCKER_CONTAINER_BASE = systemsmanagement/uyuni/master/docker/containers/uyuni-master
DOCKER_CONTAINER_BASE = home/deneb_alpha/branches/systemsmanagement/uyuni/master/docker/containers/uyuni-master
DOCKER_REGISTRY = registry.opensuse.org
DOCKER_RUN_EXPORT = "PYTHONPATH=$PYTHONPATH"
DOCKER_VOLUMES = -v "$(CURDIR)/../../../:/manager"
Expand Down
2 changes: 1 addition & 1 deletion client/tools/mgr-cfg/Makefile.python
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CURRENT_DIR := $(dir $(THIS_MAKEFILE))
include $(CURRENT_DIR)../../../rel-eng/Makefile.python

# Docker tests variables
DOCKER_CONTAINER_BASE = systemsmanagement/uyuni/master/docker/containers/uyuni-master
DOCKER_CONTAINER_BASE = home/deneb_alpha/branches/systemsmanagement/uyuni/master/docker/containers/uyuni-master
DOCKER_REGISTRY = registry.opensuse.org
DOCKER_RUN_EXPORT = "PYTHONPATH=$PYTHONPATH"
DOCKER_VOLUMES = -v "$(CURDIR)/../../../:/manager"
Expand Down
2 changes: 1 addition & 1 deletion client/tools/mgr-push/Makefile.python
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CURRENT_DIR := $(dir $(THIS_MAKEFILE))
include $(CURRENT_DIR)../../../rel-eng/Makefile.python

# Docker tests variables
DOCKER_CONTAINER_BASE = systemsmanagement/uyuni/master/docker/containers/uyuni-master
DOCKER_CONTAINER_BASE = home/deneb_alpha/branches/systemsmanagement/uyuni/master/docker/containers/uyuni-master
DOCKER_REGISTRY = registry.opensuse.org
DOCKER_RUN_EXPORT = "PYTHONPATH=$PYTHONPATH"
DOCKER_VOLUMES = -v "$(CURDIR)/../../../:/manager"
Expand Down
2 changes: 1 addition & 1 deletion java/Makefile.docker
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#

# Docker tests variables
DOCKER_CONTAINER_BASE = systemsmanagement/uyuni/master/docker/containers/uyuni-master
DOCKER_CONTAINER_BASE = home/deneb_alpha/branches/systemsmanagement/uyuni/master/docker/containers/uyuni-master
DOCKER_REGISTRY = registry.opensuse.org
DOCKER_VOLUMES = -v "$(CURDIR)/../:/manager"
DOCKER_PG_PORTS = -p 5432:5432
Expand Down
2 changes: 1 addition & 1 deletion python/rhn/Makefile.python
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CURRENT_DIR := $(dir $(THIS_MAKEFILE))
include $(CURRENT_DIR)../../rel-eng/Makefile.python

# Docker tests variables
DOCKER_CONTAINER_BASE = systemsmanagement/uyuni/master/docker/containers/uyuni-master
DOCKER_CONTAINER_BASE = home/deneb_alpha/branches/systemsmanagement/uyuni/master/docker/containers/uyuni-master
DOCKER_REGISTRY = registry.opensuse.org
DOCKER_RUN_EXPORT = "PYTHONPATH=$PYTHONPATH"
DOCKER_VOLUMES = -v "$(CURDIR)/../../:/manager"
Expand Down
2 changes: 1 addition & 1 deletion python/spacewalk/Makefile.backend
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CONF_DIRS = apache-conf rhn-conf logrotate
EXTRA_DIRS = /var/log/rhn /var/log/rhn/reposync /var/cache/rhn /var/cache/rhn/satsync /var/log/rhn/cdnsync

# Docker tests variables
DOCKER_CONTAINER_BASE = systemsmanagement/uyuni/master/docker/containers/uyuni-master
DOCKER_CONTAINER_BASE = home/deneb_alpha/branches/systemsmanagement/uyuni/master/docker/containers/uyuni-master
DOCKER_REGISTRY = registry.opensuse.org
DOCKER_RUN_EXPORT = "PYTHONPATH=/manager/client/rhel/rhnlib/:/manager/client/rhel/rhn-client-tools/src"
DOCKER_VOLUMES = -v "$(CURDIR)/../../:/manager"
Expand Down
2 changes: 1 addition & 1 deletion python/spacewalk/Makefile.python
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CURRENT_DIR := $(dir $(THIS_MAKEFILE))
include $(CURRENT_DIR)/../../rel-eng/Makefile.python

# Docker tests variables
DOCKER_CONTAINER_BASE = systemsmanagement/uyuni/master/docker/containers/uyuni-master
DOCKER_CONTAINER_BASE = home/deneb_alpha/branches/systemsmanagement/uyuni/master/docker/containers/uyuni-master
DOCKER_REGISTRY = registry.opensuse.org
DOCKER_RUN_EXPORT = "PYTHONPATH=$PYTHONPATH"
DOCKER_VOLUMES = -v "$(CURDIR)/../..:/manager"
Expand Down
2 changes: 1 addition & 1 deletion susemanager-utils/susemanager-sls/Makefile.python
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CURRENT_DIR := $(dir $(THIS_MAKEFILE))
include $(CURRENT_DIR)../../rel-eng/Makefile.python

# Docker tests variables
DOCKER_CONTAINER_BASE = systemsmanagement/uyuni/master/docker/containers/uyuni-master
DOCKER_CONTAINER_BASE = home/deneb_alpha/branches/systemsmanagement/uyuni/master/docker/containers/uyuni-master
DOCKER_REGISTRY = registry.opensuse.org
DOCKER_RUN_EXPORT = "PYTHONPATH=$PYTHONPATH"
DOCKER_VOLUMES = -v "$(CURDIR)/../../:/manager"
Expand Down
10 changes: 5 additions & 5 deletions susemanager-utils/testing/automation/VERSION.Uyuni
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
REGISTRY=registry.opensuse.org
VER=master
BASE_CONTAINER=systemsmanagement/uyuni/master/docker/containers/uyuni-$VER-base
PGSQL_CONTAINER=systemsmanagement/uyuni/master/docker/containers/uyuni-$VER-pgsql
NODEJS_CONTAINER=systemsmanagement/uyuni/master/docker/containers/uyuni-$VER-nodejs
PUSH2OBS_CONTAINER=systemsmanagement/uyuni/master/docker/containers/uyuni-push-to-obs
REPORTDB_DOC_CONTAINER=systemsmanagement/uyuni/master/docker/containers/uyuni-$VER-reportdb-docs
BASE_CONTAINER=home/deneb_alpha/branches/systemsmanagement/uyuni/master/docker/containers/uyuni-$VER-base
PGSQL_CONTAINER=home/deneb_alpha/branches/systemsmanagement/uyuni/master/docker/containers/uyuni-$VER-pgsql
NODEJS_CONTAINER=home/deneb_alpha/branches/systemsmanagement/uyuni/master/docker/containers/uyuni-$VER-nodejs
PUSH2OBS_CONTAINER=home/deneb_alpha/branches/systemsmanagement/uyuni/master/docker/containers/uyuni-push-to-obs
REPORTDB_DOC_CONTAINER=home/deneb_alpha/branches/systemsmanagement/uyuni/master/docker/containers/uyuni-$VER-reportdb-docs
# Base version for the idempotency test. All PostgreSQL since this version must be idempotent for the test to pass
# This value is is used if the file for the PR is not found (we assume we are on a branch)
IDEMPOTENCY_SCHEMA_BASE_VERSION='4.2.2'
Expand Down
2 changes: 1 addition & 1 deletion susemanager-utils/testing/docker/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ifeq ($(PRODUCT), SUSE-Manager)
DOCKER_CONTAINER = registry.suse.de/devel/galaxy/manager/head/docker/containers/suma-head-cobbler
else
DOCKER_CONTAINER = registry.opensuse.org/systemsmanagement/uyuni/master/docker/containers/uyuni-master-cobbler
DOCKER_CONTAINER = registry.opensuse.org/home/deneb_alpha/branches/systemsmanagement/uyuni/master/docker/containers/uyuni-master-cobbler
endif

all :: cobbler_tests
Expand Down

0 comments on commit 75417e5

Please sign in to comment.