Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed May 30, 2024
1 parent c025819 commit e024ce5
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/self-nightly-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ on:
- build-cleanup-docker-build

jobs:
build_nightly_ci_images:
name: Build Nightly CI Docker Images
if: (github.event_name == 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'build-cleanup-docker-build'))
uses: ./.github/workflows/build-nightly-ci-docker-images.yml
secrets: inherit
# build_nightly_ci_images:
# name: Build Nightly CI Docker Images
# if: (github.event_name == 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'build-cleanup-docker-build'))
# uses: ./.github/workflows/build-nightly-ci-docker-images.yml
# secrets: inherit

model-ci:
name: Model CI
needs: [build_nightly_ci_images]
# needs: [build_nightly_ci_images]
uses: ./.github/workflows/self-scheduled.yml
with:
job: run_models_gpu
Expand All @@ -28,14 +28,14 @@ jobs:
ci_event: Nightly CI
secrets: inherit

deepspeed-ci:
name: DeepSpeed CI
needs: [build_nightly_ci_images]
uses: ./.github/workflows/self-scheduled.yml
with:
job: run_torch_cuda_extensions_gpu
slack_report_channel: "#transformers-ci-past-future"
runner: daily-ci
docker: huggingface/transformers-pytorch-deepspeed-nightly-gpu
ci_event: Nightly CI
secrets: inherit
# deepspeed-ci:
# name: DeepSpeed CI
# needs: [build_nightly_ci_images]
# uses: ./.github/workflows/self-scheduled.yml
# with:
# job: run_torch_cuda_extensions_gpu
# slack_report_channel: "#transformers-ci-past-future"
# runner: daily-ci
# docker: huggingface/transformers-pytorch-deepspeed-nightly-gpu
# ci_event: Nightly CI
# secrets: inherit

0 comments on commit e024ce5

Please sign in to comment.