Skip to content

csit-vpp-perf-ndrpdr-weekly #2

csit-vpp-perf-ndrpdr-weekly

csit-vpp-perf-ndrpdr-weekly #2

---
name: csit-vpp-perf-ndrpdr-weekly
# yamllint disable-line rule:truthy
on:
# Runs periodically
schedule:
- cron: "0 0 * * 6"
workflow_dispatch:
jobs:
csit-vpp-perf-ndrpdr-weekly:
name: csit-vpp-perf-ndrpdr-weekly-master-${{ matrix.node }}
runs-on:
- self-hosted
- nomad
- fdio:arch=${{ matrix.executor_arch }}
- fdio:class=builder
- fdio:namespace=prod
- fdio:os=${{ matrix.os }}
timeout-minutes: 3600
strategy:
matrix:
include:
- node: 2n-grc
os: ubuntu2404
executor_arch: aarch64
- node: 2n-icx
os: ubuntu2404
executor_arch: x86_64
- node: 2n-spr
os: ubuntu2404
executor_arch: x86_64
- node: 2n-zn2
os: ubuntu2404
executor_arch: x86_64
- node: 3n-icx
os: ubuntu2404
executor_arch: x86_64
- node: 3n-alt
os: ubuntu2404
executor_arch: aarch64
#- node: 3n-snr
# os: ubuntu2404
# executor_arch: x86_64
- node: 3n-icxd
os: ubuntu2404
executor_arch: x86_64
- node: 3na-spr
os: ubuntu2404
executor_arch: x86_64
- node: 3nb-spr
os: ubuntu2404
executor_arch: x86_64
- node: 2n-emr
os: ubuntu2404
executor_arch: x86_64
- node: 3n-emr
os: ubuntu2404
executor_arch: x86_64
- node: 3n-oct
os: ubuntu2404
executor_arch: aarch64
fail-fast: false
env:
JOB_NAME: ${{ github.job }}-master-${{ matrix.node }}
BUILD_TAG: ${{ github.job }}-master-${{ matrix.node }}-${{ github.run_id }}
steps:
- name: Checkout CSIT repository with the change
uses: actions/checkout@v5
with:
ref: master
fetch-depth: 0
- name: Setup Environment
# yamllint disable-line rule:line-length
uses: pmikus/.github/.github/actions/setup-executor-env@d2c8485d9e23e6c439c8eebae3f8101fb48fcb86
- name: Run CSIT Bootstrap
# yamllint disable-line rule:line-length
uses: fdio/csit/.github/actions/csit-bootstrap@a372372ca8f89676c55631f8650468dfab86cc2a
with:
bootstrap_script: bootstrap_verify_perf.sh
with_oper: true
- name: AWS S3 Publish Logs
if: ${{ always() }}
# yamllint disable-line rule:line-length
uses: pmikus/.github/.github/actions/aws-s3-publish-logs@d2c8485d9e23e6c439c8eebae3f8101fb48fcb86
with:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_region: ${{ vars.AWS_REGION }}
s3_bucket: ${{ vars.S3_BUCKET }}
# yamllint disable-line rule:line-length
s3_path: ${{ github.job }}-master-${{ matrix.node }}/${{ github.run_id }}