Skip to content

Commit

Permalink
[WIP] Additional debugging, use ubuntu-24.04 in integration
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <medgar@redhat.com>
  • Loading branch information
MikeEdgar committed Dec 2, 2024
1 parent 27dd17a commit 0986ab3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build-images:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
services:
registry:
image: registry:2
Expand Down Expand Up @@ -181,7 +181,9 @@ jobs:
for img in console-ui console-api console-operator console-operator-bundle console-operator-catalog ; do
echo "Digest ${img} = $(skopeo inspect --tls-verify=false --format "{{ .Digest }}" docker://localhost:5000/streamshub/${img}:${{ env.PROJECT_VERSION }})"
manifest_json=$(pwd)/streamshub-images/localhost:5000/streamshub/${img}:${{ env.PROJECT_VERSION }}/manifest.json
echo "Digest ${manifest_json} = $(skopeo manifest-digest ${manifest_json})"
echo "**** Digest ${manifest_json} = $(skopeo manifest-digest ${manifest_json})"
cat ${manifest_json}
echo "***********************************************"
done
tar -czf streamshub-images.tgz -C streamshub-images .
Expand All @@ -193,7 +195,7 @@ jobs:
path: streamshub-images.tgz

test-storybook:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
for img in console-ui console-api console-operator console-operator-bundle console-operator-catalog ; do
echo "Digest ${img} = $(skopeo inspect --tls-verify=false --format "{{ .Digest }}" docker://localhost:5000/streamshub/${img}:${{ env.PROJECT_VERSION }})"
manifest_json=$(pwd)/streamshub-images/localhost:5000/streamshub/${img}:${{ env.PROJECT_VERSION }}/manifest.json
echo "Digest ${manifest_json} = $(skopeo manifest-digest ${manifest_json})"
echo "**** Digest ${manifest_json} = $(skopeo manifest-digest ${manifest_json})"
cat ${manifest_json}
echo "***********************************************"
done
kill ${SOCAT_PID}
Expand Down

0 comments on commit 0986ab3

Please sign in to comment.