From 8a0b34421311043655b5ea35bb050900e75b90b1 Mon Sep 17 00:00:00 2001 From: Sean Donnelly <23455376+seando-adsk@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:13:12 -0500 Subject: [PATCH] Simple test to run a github preflight. --- .../maya-hydra-preflight-launcher.yml | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/workflows/maya-hydra-preflight-launcher.yml b/.github/workflows/maya-hydra-preflight-launcher.yml index c19d640d3a..34bfac19a8 100644 --- a/.github/workflows/maya-hydra-preflight-launcher.yml +++ b/.github/workflows/maya-hydra-preflight-launcher.yml @@ -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/clang-format-lint-action@v0.16.2 - 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/clang-format-lint-action@v0.16.2 +# 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