From 3a50e3a9a35963380c2aec1e32abb42789d835cc Mon Sep 17 00:00:00 2001 From: Victoria Martinez de la Cruz Date: Mon, 5 Aug 2024 16:52:28 +0200 Subject: [PATCH] Update integration action to use UBI9 and CentOS 9 RDO Caracal repos --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 81ae99d8..0bc7ee51 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,7 +1,7 @@ name: Integration testing env: PROJECT_ROOT: /root/go/src/github.com/infrawatch/sg-core - OPSTOOLS_REPO: https://raw.githubusercontent.com/infrawatch/sg-core/04dcb34edd2c234b378222d2f9a17e15c0dad936/build/repos/opstools.repo + OPSTOOLS_REPO: https://trunk.rdoproject.org/centos9-caracal/delorean-deps.repo QDR_IMAGE: quay.io/interconnectedcloud/qdrouterd:1.17.0 QDR_VOLUME: "--volume=${{ github.workspace }}/ci/service_configs/qdr:/etc/qpid-dispatch:ro" @@ -10,7 +10,7 @@ env: BRIDGE_IMAGE: quay.io/infrawatch/sg-bridge:latest BRIDGE_VOLUME: "--volume=${{ github.workspace }}/tmp:/tmp/sg-bridge:z" - TEST_IMAGE: registry.access.redhat.com/ubi8 + TEST_IMAGE: registry.access.redhat.com/ubi9 TEST_PORT: "-p 3000:3000" on: [push, pull_request]