Skip to content

Commit

Permalink
Update integration action to use UBI9 and CentOS 9 RDO Caracal repos
Browse files Browse the repository at this point in the history
  • Loading branch information
vkmc committed Aug 16, 2024
1 parent 650edcb commit 94046a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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]
Expand Down

0 comments on commit 94046a3

Please sign in to comment.