Searched full:workflow (Results 1 – 25 of 41) sorted by relevance
12
/Zephyr-latest/.github/workflows/ |
D | stale-workflow-queue-cleanup.yml | 1 name: Stale Workflow Queue Cleanup 11 group: stale-workflow-queue-cleanup 20 - name: Delete stale queued workflow runs 21 uses: MajorScruffy/delete-old-workflow-runs@v0.3.0 24 # Remove any workflow runs in "queued" state for more than 1 day
|
D | scorecards.yml | 1 # This workflow uses actions that are not certified by GitHub. They are provided 48 # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
|
D | greet_first_time_contributor.yml | 35 …s, and at [our contribution workflow](https://docs.zephyrproject.org/latest/contribute/guidelines.…
|
D | do_not_merge.yml | 19 echo "This workflow fails so that the pull request cannot be merged."
|
D | footprint-tracking.yml | 20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }} 124 --run-workflow "footprint-tracking:${{ github.event_name }}" \
|
D | twister-publish.yaml | 33 workflow: twister.yml
|
D | doc-publish.yml | 29 workflow: doc-build.yml
|
D | hello_world_multiplatform.yaml | 20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
|
D | doc-publish-pr.yml | 27 workflow: doc-build.yml
|
D | clang.yaml | 6 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
|
D | bsim-tests.yaml | 32 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
|
D | codecov.yaml | 8 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
|
/Zephyr-latest/doc/project/ |
D | index.rst | 24 The Zephyr project defines a development process workflow using GitHub 40 with respect to the development process workflow.
|
D | proposals.rst | 34 The following workflow should be used to process features:.
|
/Zephyr-latest/scripts/ |
D | requirements-extras.txt | 1 # EXTRAS: optional or useful for development/developers workflow
|
D | requirements-base.txt | 4 # part of the recommended workflow
|
/Zephyr-latest/scripts/ci/ |
D | twister_ignore.txt | 23 .github/workflows/stale-workflow-queue-cleanup.yml
|
D | upload_test_results_es.py | 352 parser.add_argument('--run-workflow', required=False, 353 help="Source workflow identificator, e.g. the workflow short name "
|
/Zephyr-latest/ |
D | CONTRIBUTING.rst | 24 * Zephyr development workflow is supported on Linux, macOS, and Windows,
|
/Zephyr-latest/doc/contribute/ |
D | proposals_and_rfcs.rst | 7 implemented and reviewed via the normal GitHub pull request workflow.
|
D | guidelines.rst | 198 The Zephyr development workflow supports all 3 major operating systems 203 your Pull Request (PR). You can see any failure results in the workflow 736 Workflow subsection 749 .. _Contribution workflow: 751 Contribution Workflow argument 762 The general GitHub workflow used by Zephyr developers uses a combination of 765 workflow here:
|
/Zephyr-latest/doc/safety/ |
D | safety_overview.rst | 221 Processes and workflow 226 :alt: Safety process and workflow overview 229 Safety process and workflow overview
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/ |
D | README.rst | 17 The sample also includes a full end-to-end workflow of training
|
/Zephyr-latest/doc/build/signing/ |
D | index.rst | 18 Here is an example workflow, which builds and flashes MCUboot, as well as the
|
/Zephyr-latest/doc/develop/tools/ |
D | clion.rst | 20 The instructions have been tested on Windows. In terms of the CLion workflow, the steps would be the
|
12