From 623ab6c7d554b9b4dd268212bc966441064ab2fb Mon Sep 17 00:00:00 2001 From: Hoang Le Date: Tue, 17 Dec 2024 14:03:53 -0800 Subject: [PATCH] Update target path for CI macros 1/N Summary: We moved CI macros from /fbcode to /tools https://fb.workplace.com/groups/1243087773044302/posts/1477603662926044 Reviewed By: zertosh Differential Revision: D67352185 --- BUCK | 2 +- ci.bzl | 2 +- tests/buck_e2e.bzl | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BUCK b/BUCK index 1a1d8ec5b1d03..d672fcf4700a6 100644 --- a/BUCK +++ b/BUCK @@ -1,5 +1,5 @@ -load("@fbcode//target_determinator/macros:ci.bzl", "ci") load("@fbcode_macros//build_defs:native_rules.bzl", "alias") +load("@fbsource//tools/target_determinator/macros:ci.bzl", "ci") load(":defs.bzl", "buck2_bundle") oncall("build_infra") diff --git a/ci.bzl b/ci.bzl index c10efecfe66af..8783c66e66efd 100644 --- a/ci.bzl +++ b/ci.bzl @@ -5,7 +5,7 @@ # License, Version 2.0 found in the LICENSE-APACHE file in the root directory # of this source tree. -load("@fbcode//target_determinator/macros:ci.bzl", "ci") +load("@fbsource//tools/target_determinator/macros:ci.bzl", "ci") # We want to test most things on all platforms we support, but for various reasons, # this PACKAGE should be treated as Linux-only. diff --git a/tests/buck_e2e.bzl b/tests/buck_e2e.bzl index 1180941f9c466..af4cb723d490b 100644 --- a/tests/buck_e2e.bzl +++ b/tests/buck_e2e.bzl @@ -6,10 +6,10 @@ # of this source tree. load("@fbcode//buck2/app:modifier.bzl", "buck2_modifiers") -load("@fbcode//target_determinator/macros:ci.bzl", "ci") -load("@fbcode//target_determinator/macros:ci_hint.bzl", "ci_hint") load("@fbcode_macros//build_defs:native_rules.bzl", "buck_filegroup") load("@fbcode_macros//build_defs:python_pytest.bzl", "python_pytest") +load("@fbsource//tools/target_determinator/macros:ci.bzl", "ci") +load("@fbsource//tools/target_determinator/macros:ci_hint.bzl", "ci_hint") def buck_e2e_test( name,