2424 workflow_dispatch :
2525 schedule :
2626 # Run the job every 4 hours
27- - cron : ' 0 */1 * * *'
27+ - cron : ' 0 */24 * * *'
2828
2929jobs :
3030 prelim :
3131 runs-on : ["self-hosted", "tpu", "v6e-8"]
3232 steps :
3333 - uses : actions/checkout@v4
34- - name : Test MOE Microbenchmarks
35- run : bash .github/workflows/test_moe_microbenchmarks .sh
34+ - name : Test MOEBenchmarks
35+ run : bash .github/workflows/test_moe_benchmarks .sh
3636 # run: bash .github/workflows/test_moe_8x22b_microbenchmark.sh
3737 # - name: Test MOE long context chunked prefill - 8k
3838 # run: bash .github/workflows/benchmark_chunked_prefill.sh
@@ -50,19 +50,18 @@ jobs:
5050 - name : Log message if dependent job succeeded
5151 if : ${{ ! (failure() && github.event.pull_request == null) }}
5252 run : echo "Conditions for creating/updating issue not met. Skipping."
53- # - name: Send email
54- # uses: dawidd6/action-send-mail@v3.6.0
55- # with:
56- # server_address: smtp.gmail.com
57- # server_port: 465
58- # username: ${{secrets.MAIL_USERNAME}}
59- # password: ${{secrets.MAIL_PASSWORD}}
60- # subject: Message from Inference Stable Stack Runs.
61- # to: singhvijaya@google.com, yuyanpeng@google.com, vipannalla@google.com
62- # from: InferenceStableStackRuns
63- # secure: true
64- # attachments: ~/test_dir/moe_8x7b_jetstream.txt
65- # # attachments: ~/test_dir/moe_8x7b.txt,~/test_dir/moe_8x22b.txt,~/test_dir/moe_8x22b_long_context_8k_prefill.txt
66- # body: workflow for ${{github.repository}} completed successfully!
53+ - name : Send email
54+ uses : dawidd6/action-send-mail@v3.6.0
55+ with :
56+ server_address : smtp.gmail.com
57+ server_port : 465
58+ username : ${{secrets.MAIL_USERNAME}}
59+ password : ${{secrets.MAIL_PASSWORD}}
60+ subject : Message from Inference Stable Stack Runs.
61+ to : singhvijaya@google.com, yuyanpeng@google.com, vipannalla@google.com
62+ from : JetStream Runs
63+ secure : true
64+ attachments : ~/test_dir/moe_8x7b.txt,~/test_dir/moe_8x22b.txt,~/test_dir/moe_8x22b_long_context_8k_prefill.txt,~/test_dir/moe_8x7b_jetstream.txt
65+ body : workflow for ${{github.repository}} completed successfully!
6766 - name : Cleanup
6867 run : rm -rf ~/test_dir
0 commit comments