Skip to content

Commit

Permalink
Merge pull request #72 from rabbitmq/log-overview-opts
Browse files Browse the repository at this point in the history
Log overview optimisations
  • Loading branch information
kjnilsson authored May 18, 2022
2 parents aa7581e + dddad27 commit 5561e1a
Show file tree
Hide file tree
Showing 6 changed files with 823 additions and 471 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rabbitmq-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Inject the git sha as the osiris version
working-directory: osiris
run: |
sed -i"_orig" "/vsn,/ s/2\\.[0-9]\\.[0-9]/${{ github.event.pull_request.head.sha || github.sha }}/" src/osiris.app.src
sed -i"_orig" -E '/VERSION/ s/1\.[0-9]+\.[0-9]+/${{ github.event.pull_request.head.sha || github.sha }}/' BUILD.bazel
- name: Checkout RabbitMQ
uses: actions/checkout@v3
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
RABBIT_SHA=${{ steps.load-rabbitmq-info.outputs.RABBITMQ_SHA }}
OSIRIS_SHA=${{ github.event.pull_request.head.sha || github.sha }}
OSIRIS_ABBREV=ra-${OSIRIS_SHA:0:7}
OSIRIS_ABBREV=osiris-${OSIRIS_SHA:0:7}
TAG_1=rabbitmq-${RABBIT_REF}-${OSIRIS_ABBREV}-${{ steps.load-info.outputs.otp }}
TAG_2=rabbitmq-${RABBIT_REF}-${OSIRIS_ABBREV}-${{ matrix.image_tag_suffix }}
Expand Down
Loading

0 comments on commit 5561e1a

Please sign in to comment.