Commit 269359d
Fix CI for AVX512 (facebookresearch#3649)
Summary:
With the refactoring diff landed in [D59650573](https://www.internalfb.com/diff/D59650573), we take in the instance type string for aws and register it as the label for the runner. There was a typo in the previous registration (`m7i.xlarge` instead of `m7i.large`). The refactoring diff fixed the typo from the runner registration side but we need to fix it on the CI side as well so CI can find the runners
Pull Request resolved: facebookresearch#3649
Test Plan: CI's AVX512 run on Github Action should succeed instead of stuck in pending
Reviewed By: ramilbakhshyiev
Differential Revision: D59916841
Pulled By: mengdilin
fbshipit-source-id: 5403e1a449ed765f0bf1a00e4a0d81d6c97463b91 parent db7118d commit 269359d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments