Skip to content

Commit 8095f2d

Browse files
committed
PR feedback
1 parent 6efe082 commit 8095f2d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.gitlab/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,9 @@ check-unused-deps:
112112
stage: test
113113
script:
114114
- make check-unused-deps
115+
116+
check-smp-experiments:
117+
extends: .linux-arm64-test-job
118+
stage: test
119+
script:
120+
- make check-smp-experiments

test/smp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Use `optimization_goal` (singular) for a single goal, or `optimization_goals` (p
154154

155155
## Custom Target Files
156156

157-
Experiments can specify custom files to place in the target directory (named after `target.name`, e.g., `agent-data-plane/`). Files can be specified with inline content or as symlinks to shared files.
157+
Experiments can specify custom files to place in the target directory (named after `target.name`, e.g., `agent-data-plane/`). Files can be specified with inline content or copied from shared files.
158158

159159
### Inline Content
160160

@@ -174,9 +174,9 @@ target:
174174
key: value
175175
```
176176

177-
### Symlinks to Shared Files
177+
### Copying Shared Files
178178

179-
Create symlinks to files relative to `experiments.yaml`:
179+
Copy files from a source path relative to `experiments.yaml`:
180180

181181
```yaml
182182
target:

0 commit comments

Comments
 (0)