-
Notifications
You must be signed in to change notification settings - Fork 913
Expand file tree
/
Copy pathconfig_build.yaml
More file actions
61 lines (57 loc) · 2.69 KB
/
Copy pathconfig_build.yaml
File metadata and controls
61 lines (57 loc) · 2.69 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
# Build-time build design / AGFI configuration for the FireSim Simulation Manager
# See https://docs.fires.im/en/stable/Advanced-Usage/Manager/Manager-Configuration-Files.html for documentation of all of these params.
# this refers to build farms defined in config_build_farm.yaml
build_farm:
base_recipe: build-farm-recipes/externally_provisioned.yaml
recipe_arg_overrides:
# REQUIRED: (replace this) default location of build directory on build host.
default_build_dir: /tools/C/chipyard-cicd/head
# REQUIRED: List of IP addresses (or "localhost"). Each can have an OPTIONAL
# argument, called "override_build_dir", specifying to override the default
# build directory.
#
# Ex:
# build_farm_hosts:
# # use localhost and don't override the default build dir
# - localhost
# # use other IP address (don't override default build dir)
# - "111.111.1.111"
# # use other IP address (override default build dir for this build host)
# - "222.222.2.222":
# override_build_dir: /scratch/specific-build-host-build-dir
build_farm_hosts:
- {machine1}:
override_build_dir: /tools/C/chipyard-cicd/machine1
- {machine2}:
override_build_dir: /tools/C/chipyard-cicd/machine2
- {machine3}:
override_build_dir: /tools/C/chipyard-cicd/machine3
- {machine4}:
override_build_dir: /tools/C/chipyard-cicd/machine4
- {machine5}:
override_build_dir: /tools/C/chipyard-cicd/machine5
- {machine6}:
override_build_dir: /tools/C/chipyard-cicd/machine6
builds_to_run:
# this section references builds defined in config_build_recipes.yaml
# if you add a build here, it will be built when you run buildbitstream
- alveo_u250_firesim_rocket_singlecore_no_nic
- alveo_u250_firesim_rocket_quadcore_no_nic
## - alveo_u250_firesim_rocket_singlecore_nic
- alveo_u250_firesim_boom_singlecore_no_nic
- alveo_u250_firesim_gemmini_rocket_singlecore_no_nic
- alveo_u250_firesim_saturn_REFV256D128_rocket_singlecore_no_nic
- alveo_u250_firesim_saturn_GENV256D128_shuttle_singlecore_no_nic
agfis_to_share:
- alveo_u250_firesim_rocket_singlecore_no_nic
- alveo_u250_firesim_rocket_quadcore_no_nic
## - alveo_u250_firesim_rocket_singlecore_nic
- alveo_u250_firesim_boom_singlecore_no_nic
- alveo_u250_firesim_gemmini_rocket_singlecore_no_nic
- alveo_u250_firesim_saturn_REFV256D128_rocket_singlecore_no_nic
- alveo_u250_firesim_saturn_GENV256D128_shuttle_singlecore_no_nic
share_with_accounts:
# To share with a specific user:
somebodysname: 123456789012
# To share publicly:
# public: public