Skip to content

Adding steps for python, and for docker builds #1

Adding steps for python, and for docker builds

Adding steps for python, and for docker builds #1

# Copyright (c) 2020 Project CHIP Authors

Check failure on line 1 in .github/workflows/builds-all-docker.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/builds-all-docker.yaml

Invalid workflow file

too many workflows are referenced, total: 30, limit: 20
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: Main Build - Docker
on:
pull_request:
push:
# concurrency:
# group: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
# cancel-in-progress: true
jobs:
docker_build:
uses: ./.github/workflows/docker_img.yaml
builds:
needs: [docker_build]
uses: ./.github/workflows/build.yaml
minimal_build:
needs: [docker_build]
uses: ./.github/workflows/minimal-build.yaml
chef:
needs: [docker_build]
uses: ./.github/workflows/chef.yaml
examples:
needs: [docker_build]
uses: ./.github/workflows/examples-all.yaml
tests:
needs: [docker_build]
uses: ./.github/workflows/tests-all.yaml
lint:
needs: [docker_build]
uses: ./.github/workflows/lint.yml
android_main_only:
needs: [docker_build]
uses: ./.github/workflows/full-android.yaml
zap:
needs: [docker_build]
uses: ./.github/workflows/zap_templates.yaml
doxygen:
needs: [docker_build]
uses: ./.github/workflows/doxygen.yaml