Skip to content

Commit

Permalink
Simple test to run a github preflight.
Browse files Browse the repository at this point in the history
  • Loading branch information
seando-adsk committed Nov 8, 2023
1 parent d78bd1b commit 8a0b344
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/maya-hydra-preflight-launcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,25 @@ on:

jobs:

clang_format_linter:
timeout-minutes: 30
runs-on: ubuntu-latest
if: ${{ github.event.assignee.login == 'ecp-maya-devops-adsk' }}
steps:
# Aug 2023: Update from v2 to v3 which uses node16 (node12 is out of support).
- uses: actions/checkout@v3
- uses: DoozyX/[email protected]
with:
source: '.'
clangFormatVersion: 10
# clang_format_linter:
# timeout-minutes: 30
# runs-on: ubuntu-latest
# if: ${{ github.event.assignee.login == 'ecp-maya-devops-adsk' }}
# steps:
# # Aug 2023: Update from v2 to v3 which uses node16 (node12 is out of support).
# - uses: actions/checkout@v3
# - uses: DoozyX/[email protected]
# with:
# source: '.'
# clangFormatVersion: 14

# Wait for remote build to start and finish, report results
build_preflight:
timeout-minutes: 400
runs-on: ubuntu-latest
needs: clang_format_linter
if: ${{ github.event.assignee.login == 'ecp-maya-devops-adsk' }}
# needs: clang_format_linter
# Start preflight by assigning pull-request to yourself.
if: ${{ github.event.assignee.login == github.event.pull_request.user.login }}
steps:

# Build start info will be committed here when the remote build is launched
Expand Down

0 comments on commit 8a0b344

Please sign in to comment.