-
Notifications
You must be signed in to change notification settings - Fork 2
/
example.env
87 lines (72 loc) · 3.63 KB
/
example.env
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
# (Optional)
# Set this variable if you want to pull the smartnic-dpdk-docker image from a remote registry rather than building locally
#SMARTNIC_DPDK_IMAGE_URI=wharf.es.net/ht/smartnic-dpdk-docker:57593-gfd1ea53b
# (Optional)
# Set this variable if you want to pull the xilinx-labtools-docker image from a remote registry rather than building locally
# Any value provided here will also be automatically propagated into the sn-stack/.env file during the build to ensure
# consistency between the build image and the runtime image.
#LABTOOLS_IMAGE_URI=wharf.es.net/ht/xilinx-labtools-docker:57755-g977a5678
# (optional) Hardware Repo Group
# - This can be used to provide additional information about the group owning the code repository
# that was used to produce this hardware build
# - This can be left commented out if not relevant
#SN_HW_GROUP=
# (optional) Hardware Repo
# - This can be used to provide additional information about which code repository was used
# to produce this hardware build
# - This can be left commented out if not relevant
#SN_HW_REPO=
# (optional) Hardware Branch
# - This can be used to provide additional information about which code branch was used
# to produce this hardware build
# - This can be left commented out if not relevant
#SN_HW_BRANCH=main
# (Required) Hardware Application Name
# - Used to select the esnet-smartnic-hw artifact to build against
# - This is commonly the same name as the git repository that holds your smartnic plugin
# - Selects the artifact zip file from the sn-hw directory
#SN_HW_APP_NAME=esnet-smartnic-ht
# (Required) Hardware Board Variant
# - Used to select the esnet-smartnic-hw artifact to build against
# - Selects the artifact zip file from the sn-hw directory
# - Examples: au280 au55c au250
#SN_HW_BOARD=au280
# (Required) Hardware Version
# - Used to select the esnet-smartnic-hw artifact to build against
# - Selects the artifact zip file from the sn-hw directory
#SN_HW_VER=0
# (Optional) Hardware commit hash
# - This can be used to provide additional information about which code revision was used
# to produce this hardware build
# - This can be left commented out if not relevant
#SN_HW_COMMIT=
# (optional) Firmware Repo Group
# - This can be used to provide additional information about the group owning the code repository
# that was used to produce this firmware build
# - This can be left commented out if not relevant
#SN_FW_GROUP=
# (optional) Firmware Repo
# - This can be used to provide additional information about which code repository was used
# to produce this firmware build
# - This can be left commented out if not relevant
#SN_FW_REPO=esnet-smartnic-fw
# (optional) Firmware Branch
# - This can be used to provide additional information about which code branch was used
# to produce this firmware build
# - This can be left commented out if not relevant
#SN_FW_BRANCH=main
# (optional) Firmware Application Name
# - This can be used to provide the name of the firmware application that was built
# - Typically set to the same value as the Hardware Application Name
# - This can be left commented out if not relevant
#SN_FW_APP_NAME=$SN_HW_APP_NAME
# (Optional) Firmware Version
# - Used to provide additional information about the version of the firmware artifact produced by this build
# - Typically set to a unique version number generated during a CI build
# - This can be left commented out if not relevant
#SN_FW_VER=
# (Optional) Firmware commit hash
# - This can be used to provide additional information about which code revision was used
# to produce this firmware build
# - This can be left commented out if not relevant
#SN_FW_COMMIT=