From abe3ad0f14aecc68176ebb12b565335ec3cd7d3a Mon Sep 17 00:00:00 2001 From: KazuyaAnazawa Date: Thu, 23 Mar 2023 22:07:18 +0900 Subject: [PATCH] ci: build xlate-or --- .github/workflows/ci.yaml | 2 +- .github/workflows/push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 73d909a7..14084d98 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: platforms: linux/amd64 build-args: GS_MGMT_BUILDER_IMAGE=${{ needs.builder.outputs.tags }} targets: >- - ["north-cli", "north-snmp", "north-netconf", "north-notif", "north-gnmi", "south-sonic", "south-ocnos", "south-tai", "south-onlp", "south-system", "south-gearbox", "south-dpll", "south-netlink", "xlate-oc", "system-telemetry"] + ["north-cli", "north-snmp", "north-netconf", "north-notif", "north-gnmi", "south-sonic", "south-ocnos", "south-tai", "south-onlp", "south-system", "south-gearbox", "south-dpll", "south-netlink", "xlate-oc", "xlate-or", "system-telemetry"] tester: if: ${{ !( ( github.event_name == 'pull_request' ) && ( github.event.pull_request.head.repo.fork == true ) ) }} uses: ./.github/workflows/build_image.yaml diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index d5cf4941..d7b04cfe 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -42,4 +42,4 @@ jobs: file: ./docker/agent.Dockerfile build-args: GS_MGMT_BUILDER_IMAGE=${{ needs.builder.outputs.tags }} targets: >- - ["north-cli", "north-snmp", "north-netconf", "north-notif", "north-gnmi", "south-sonic", "south-ocnos", "south-tai", "south-onlp", "south-system", "south-gearbox", "south-dpll", "south-netlink", "xlate-oc", "system-telemetry"] + ["north-cli", "north-snmp", "north-netconf", "north-notif", "north-gnmi", "south-sonic", "south-ocnos", "south-tai", "south-onlp", "south-system", "south-gearbox", "south-dpll", "south-netlink", "xlate-oc", "xlate-or", "system-telemetry"]