Skip to content

Commit ed1d5d2

Browse files
dccifacebook-github-bot
authored andcommitted
Rename oss_ci to conda_ci in preparation for removing it from OSS.
Summary: This is internal and doesn't belong in the drop. Reviewed By: colin2328 Differential Revision: D75467069 fbshipit-source-id: adfde753ae4be37fc30ca2f01d1d4ba5b17e0d8c
1 parent 4bcdb37 commit ed1d5d2

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

oss_ci/cmd_runner.sh renamed to conda_ci/cmd_runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ NCCL_IGNORE_TOPO_LOAD_FAILURE=true
2121
echo "$NCCL_IGNORE_TOPO_LOAD_FAILURE"
2222
echo "$MCP_AUTO"
2323

24-
CONDA_ENV_PATH="$BUCK_DEFAULT_RUNTIME_RESOURCES/monarch/oss_ci/monarch_conda_env"
24+
CONDA_ENV_PATH="$BUCK_DEFAULT_RUNTIME_RESOURCES/monarch/conda_ci/monarch_conda_env"
2525
conda run -p "$CONDA_ENV_PATH" "$@"
File renamed without changes.

oss_ci/re_prepare_source.sh renamed to conda_ci/re_prepare_source.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Pepares tmp dir to be uploaded to RE
99
# Creates ./conda_env dir with conda environment
10-
# Creates ./oss_ci dir with necessary runner scripts
10+
# Creates ./conda_ci dir with necessary runner scripts
1111
# Creates ./source dir with main script
1212

1313
if [ -z "${TMP_DIR}" ]; then
@@ -16,7 +16,7 @@ if [ -z "${TMP_DIR}" ]; then
1616
fi
1717

1818
TMP_CONDA_ENV_DIR="$TMP_DIR/conda_env"
19-
TMP_OSS_CI_DIR="$TMP_DIR/oss_ci"
19+
TMP_OSS_CI_DIR="$TMP_DIR/conda_ci"
2020
TMP_SOURCE_DIR="$TMP_DIR/source"
2121

2222

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)