-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathcsit-vpp-perf-ndrpdr-weekly.yml
More file actions
104 lines (96 loc) · 3.18 KB
/
Copy pathcsit-vpp-perf-ndrpdr-weekly.yml
File metadata and controls
104 lines (96 loc) · 3.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
name: csit-vpp-perf-ndrpdr-weekly
# yamllint disable-line rule:truthy
on:
# Runs periodically
schedule:
- cron: "0 0 * * 6"
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:size=csit
- fdio:namespace=prod
- fdio:os=${{ matrix.os }}
- fdio:workflow=${{ github.run_id }}
timeout-minutes: 1440
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-srf
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: 2n-gnr
os: ubuntu2404
executor_arch: x86_64
- node: 3n-gnr
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: Git Checkout CSIT
# yamllint disable-line rule:line-length
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.2
with:
ref: master
fetch-depth: 0
- name: Setup Environment
# yamllint disable-line rule:line-length
uses: fdio/.github/.github/actions/setup-executor-env@4eb74b59c8f76192681941b89e277454d96bebb8
- name: Run CSIT Bootstrap
# yamllint disable-line rule:line-length
uses: fdio/csit/.github/actions/csit-bootstrap@cee2088675d00de5f4a47f386a6c05315bfc170c
with:
bootstrap_script: bootstrap_verify_perf.sh
with_oper: true
- name: AWS S3 Publish Logs
if: ${{ !cancelled() && (success() || failure()) }}
# yamllint disable-line rule:line-length
uses: fdio/.github/.github/actions/aws-s3-publish-logs@4eb74b59c8f76192681941b89e277454d96bebb8
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 }}