From 21902bf3f04372d29729ed4921b94bc5e9366485 Mon Sep 17 00:00:00 2001 From: Alex Hill Date: Wed, 19 Jul 2023 09:47:36 +0100 Subject: [PATCH 1/3] correct iamge in config --- test/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_config.py b/test/test_config.py index 4199fbe..51f223a 100644 --- a/test/test_config.py +++ b/test/test_config.py @@ -54,7 +54,7 @@ def test_example_config(): assert cfg.proxy_enabled assert cfg.proxy_ssl_self_signed - assert str(cfg.images["proxy"]) == "vimc/orderly-web-proxy:mrc-4255" + assert str(cfg.images["proxy"]) == "vimc/orderly-web-proxy:master" assert cfg.orderly_expose assert cfg.orderly_initial_source == "clone" From 48e24e35aaa6cff107f79741bc6e3dc0f8b07ccd Mon Sep 17 00:00:00 2001 From: Alex Hill Date: Wed, 19 Jul 2023 11:18:22 +0100 Subject: [PATCH 2/3] pull images --- test/test_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_integration.py b/test/test_integration.py index 47ab230..17a302f 100644 --- a/test/test_integration.py +++ b/test/test_integration.py @@ -27,7 +27,7 @@ def test_start_and_stop(): path = "config/basic" try: - res = orderly_web.start(path) + res = orderly_web.start(path, pull_images=True) assert res cl = docker.client.from_env() From f5dbba6b67e73604a1c4aec1d07d5ab301dc4ab0 Mon Sep 17 00:00:00 2001 From: Alex Hill Date: Wed, 19 Jul 2023 14:14:59 +0100 Subject: [PATCH 3/3] correct packit tag --- config/packit/orderly-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packit/orderly-web.yml b/config/packit/orderly-web.yml index ca17a72..7dd7399 100644 --- a/config/packit/orderly-web.yml +++ b/config/packit/orderly-web.yml @@ -139,7 +139,7 @@ packit: repo: mrcide api: name: packit-api - tag: master + tag: main app: name: packit tag: mrc-4261