Skip to content

Commit

Permalink
Build Trafic Portal v2 in CiaB CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zrhoffman committed Aug 11, 2023
1 parent 48ec14e commit 71f94f6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ciab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,29 @@ jobs:
name: ${{ github.job }}
path: ${{ github.workspace }}/dist/${{ github.job }}-*.rpm

traffic_portal_v2:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
with:
fetch-depth: 5
- name: Cache node modules
uses: actions/cache@v2
with:
path: ${{ github.workspace }}/.npm
key: ${{ runner.os }}-node-modules-${{ hashFiles('experimental/traffic-portal/**/package*.json') }}-
- name: Build RPM
uses: ./.github/actions/build-rpms
env:
ATC_COMPONENT: ${{ github.job }}
- name: Upload RPM
uses: actions/upload-artifact@v2
with:
name: ${{ github.job }}
path: ${{ github.workspace }}/dist/${{ github.job }}-*.rpm

traffic_router:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
Expand Down Expand Up @@ -307,6 +330,7 @@ jobs:
- traffic_monitor
- traffic_ops
- traffic_portal
- traffic_portal_v2
- traffic_router
- traffic_stats
- trafficserver
Expand Down

0 comments on commit 71f94f6

Please sign in to comment.