Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
rename CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed May 12, 2020
1 parent 08e7655 commit 96de66f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
- cron: '17 10 * * *' # run at 10 AM UTC every day.

jobs:
build:
checks:
name: Checks
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

pretrained:
name: Pretrained Models
runs-on: [self-hosted]

steps:
Expand All @@ -86,6 +88,7 @@ jobs:
make docker-test-run DOCKER_TAG=$DOCKER_TAG ARGS='test-pretrained'
gpu_checks:
name: GPU Checks
runs-on: [self-hosted, GPU]

steps:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
name: Build
name: Build Package
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
path: dist

test:
name: Test
name: Test Package
needs: [build] # needs the package artifact created from 'build_package' job.
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -119,6 +119,7 @@ jobs:
./scripts/ensure_versions_match.py
pretrained:
name: Pretrained Models
runs-on: [self-hosted]

steps:
Expand Down

0 comments on commit 96de66f

Please sign in to comment.