Skip to content

Commit d932d88

Browse files
authored
update upload-test.sh and remove default allowed DAG (GoogleCloudPlatform#825)
1 parent 5f6f1ae commit d932d88

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

plugins/allow_list.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
on_failure_actions_trigger
2-
maxtext_sft_trainer
3-
maxtext_configs_aot
4-
maxtext_convergence
5-
maxtext_end_to_end
6-
maxtext_profiling

scripts/upload-tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ if [[ "$GCS_DAGS_FOLDER" == */dags ]]; then
3131
ROOT_PATH="${GCS_DAGS_FOLDER%/dags}"
3232
fi
3333

34-
gsutil -m rsync -r -d -x '.*\.md$' plugins "$ROOT_PATH"/plugins
35-
34+
gsutil -m rsync -c -d -r -x '.*\.(md|txt)$' plugins "$ROOT_PATH"/plugins
3635

3736
echo "Successfully uploaded tests."

0 commit comments

Comments
 (0)