Skip to content

Commit 269359d

Browse files
mengdilinfacebook-github-bot
authored andcommitted
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: 5403e1a449ed765f0bf1a00e4a0d81d6c97463b9
1 parent db7118d commit 269359d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
name: Linux x86_64 AVX512 (cmake)
5959
continue-on-error: true # non-blocking mode for now
6060
needs: linux-x86_64-cmake
61-
runs-on: faiss-aws-m7i.xlarge
61+
runs-on: faiss-aws-m7i.large
6262
steps:
6363
- name: Checkout
6464
continue-on-error: true # non-blocking mode for now

0 commit comments

Comments
 (0)