Skip to content

test(python-bindings): streaming and pubsub sessions (#152) #436

test(python-bindings): streaming and pubsub sessions (#152)

test(python-bindings): streaming and pubsub sessions (#152) #436

Workflow file for this run

# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
---
name: ci-test-and-build-data-plane
on:
push:
paths:
- 'data-plane/**'
branches:
- main
pull_request:
paths:
- 'data-plane/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
data-plane-build-and-test:
name: Data plane - build & test
uses: ./.github/workflows/reusable-rust-build-and-test.yaml
with:
working-directory: ./data-plane
data-plane-build-python-wheels:
name: Data plane - Python wheels
uses: ./.github/workflows/reusable-python-build-wheels.yaml
data-plane-docker-build:
name: Build gateway docker image
uses: ./.github/workflows/reusable-docker-build-push.yaml
with:
bake-target: gw
image-name: gw
image-tag: ${{ github.sha }}