Skip to content

Commit 749163e

Browse files
mengdilinfacebook-github-bot
authored andcommitted
Fix CI for AVX512 (#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: #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 dd72e41 commit 749163e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
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)