Skip to content

Commit 680af38

Browse files
committed
Updated slow_test.yml
1 parent 4bd5767 commit 680af38

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/slow_test.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: slow_tests
22

33
on:
4-
schedule:
5-
- cron: '0 21 * * *' # This schedule runs every 21:00:00Z(05:00:00+08:00)
64
# The "create tags" trigger is specifically focused on the creation of new tags, while the "push tags" trigger is activated when tags are pushed, including both new tag creations and updates to existing tags.
75
create:
86
tags:
@@ -31,7 +29,7 @@ jobs:
3129
if: ${{ !cancelled() && !failure() }}
3230
run: |
3331
TZ=$(readlink -f /etc/localtime | awk -F '/zoneinfo/' '{print $2}')
34-
sudo docker rm -f infinity_build && sudo docker run -d --privileged --name infinity_build -e TZ=$TZ -v $PWD:/infinity -v /boot:/boot infiniflow/infinity_builder:ubuntu2310
32+
sudo docker rm -f infinity_build && sudo docker run -d --privileged --name infinity_build -e TZ=$TZ -v $PWD:/infinity -v /boot:/boot infiniflow/infinity_builder:centos7
3533
3634
- name: Build release version
3735
if: ${{ !cancelled() && !failure() }}
@@ -43,7 +41,7 @@ jobs:
4341

4442
- name: Prepare dataset
4543
if: ${{ !cancelled() && !failure() }}
46-
run: sudo mkdir -p test/data/benchmark && sudo ln -s $HOME/benchmark_dataset/dbpedia-entity test/data/benchmark/dbpedia-entity && sudo ln -s $HOME/benchmark_dataset/sift1M test/data/benchmark/sift_1m
44+
run: sudo mkdir -p test/data/benchmark && sudo ln -s $HOME/benchmark/dbpedia-entity test/data/benchmark/dbpedia-entity && sudo ln -s $HOME/benchmark/sift1M test/data/benchmark/sift_1m
4745

4846
- name: benchmark test
4947
if: ${{ !cancelled() && !failure() }}

0 commit comments

Comments
 (0)