Skip to content

Commit

Permalink
regen actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed May 6, 2024
1 parent 2eb3c6c commit 8739458
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/workflows/data/amqp10_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ amqp10_common:
suites:
- binary_generator
- binary_parser
- prop
- serial_number
1 change: 0 additions & 1 deletion .github/workflows/data/rabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ rabbit:
- rabbit_fifo_prop
- rabbit_fifo_v0
- rabbit_message_interceptor
- rabbit_msg_record
- rabbit_stream_coordinator
- rabbit_stream_queue
- rabbit_stream_sac_coordinator
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/test-make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,16 @@ jobs:
RABBITMQ_METADATA_STORE=${{ matrix.metadata_store }}
touch ${{ env.CACHE_PATH }}/ct-binary_parser
fi
- name: CT prop
run: |
if [[ -f ${{ env.CACHE_PATH }}/ct-prop ]]; then
echo "ct-prop already passed for this key ${{ needs.xref.outputs.hash }}"
else
make -C deps/amqp10_common \
ct-prop \
RABBITMQ_METADATA_STORE=${{ matrix.metadata_store }}
touch ${{ env.CACHE_PATH }}/ct-prop
fi
- name: CT serial_number
run: |
if [[ -f ${{ env.CACHE_PATH }}/ct-serial_number ]]; then
Expand Down Expand Up @@ -1948,16 +1958,6 @@ jobs:
RABBITMQ_METADATA_STORE=${{ matrix.metadata_store }}
touch ${{ env.CACHE_PATH }}/ct-rabbit_message_interceptor
fi
- name: CT rabbit_msg_record
run: |
if [[ -f ${{ env.CACHE_PATH }}/ct-rabbit_msg_record ]]; then
echo "ct-rabbit_msg_record already passed for this key ${{ needs.xref.outputs.hash }}"
else
make -C deps/rabbit \
ct-rabbit_msg_record \
RABBITMQ_METADATA_STORE=${{ matrix.metadata_store }}
touch ${{ env.CACHE_PATH }}/ct-rabbit_msg_record
fi
- name: CT rabbit_stream_coordinator
run: |
if [[ -f ${{ env.CACHE_PATH }}/ct-rabbit_stream_coordinator ]]; then
Expand Down

0 comments on commit 8739458

Please sign in to comment.