Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJang27 committed Nov 20, 2024
1 parent aba802f commit 5f7f27e
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
# Times in UTC (PST+8), this translates to running Mon-Fri at 2am/3am (depending on DST)
- cron: 0 10 * * 1-5
# Only enable on pull requests for testing
# DONOTLAND: REVERT THIS
pull_request:
paths: [.github/workflows/nightly.yaml]
# pull_request:
# paths: [.github/workflows/nightly.yaml]
workflow_dispatch: {}

permissions:
Expand All @@ -31,8 +30,6 @@ jobs:
name: Plugin Tests Main
# runs-on: [self-hosted, "${{ matrix.os }}"] TODO(Tyler): Set after Windows self-hosted are established.
runs-on: ${{ matrix.os }}
# DONOTLAND: REVERT THIS
if: false
timeout-minutes: 120
strategy:
fail-fast: false
Expand Down Expand Up @@ -174,9 +171,7 @@ jobs:
uses: ./.github/actions/linter_tests
with:
linter-version: ${{ matrix.linter-version }}
# DONOTLAND: REVERT THIS
append-args: linters/tr -- --json --outputFile=${{ matrix.results-file }}-res.json
# append-args: linters -- --json --outputFile=${{ matrix.results-file }}-res.json
append-args: linters -- --json --outputFile=${{ matrix.results-file }}-res.json
ref-type: release
sourcery-token: ${{ secrets.TRUNK_SOURCERY_TOKEN }}
trunk-staging-token: ${{ secrets.TRUNK_DEBUGGER_TOKEN }}
Expand Down Expand Up @@ -216,8 +211,6 @@ jobs:
tool_tests_main:
name: Tool Tests Main
# runs-on: [self-hosted, "${{ matrix.os }}"] TODO(Tyler): Set after Windows self-hosted are established.
# DONOTLAND: REVERT THIS
if: false
runs-on: ${{ matrix.os }}
timeout-minutes: 120
strategy:
Expand Down Expand Up @@ -257,9 +250,7 @@ jobs:
name: Upload Tool Test Results
needs: tool_tests_main
# Still run on test failure
# DONOTLAND: REVERT THIS
# if: always()
if: false
if: always()
uses: ./.github/workflows/upload_results.reusable.yaml
secrets:
TRUNKBOT_SLACK_BOT_TOKEN: ${{ secrets.TRUNKBOT_SLACK_BOT_TOKEN }}
Expand All @@ -276,14 +267,10 @@ jobs:
# Run repo healthcheck tests
repo_tests:
name: Repo Tests
# DONOTLAND: REVERT THIS
if: false
uses: ./.github/workflows/repo_tests.reusable.yaml

action_tests_main:
name: Action Tests Main
# DONOTLAND: REVERT THIS
if: false
runs-on: [ubuntu-latest]
timeout-minutes: 30
steps:
Expand Down

0 comments on commit 5f7f27e

Please sign in to comment.