Skip to content

Fix CI builds, update it to match current support policy and fix several issues discovered by ci builds #778

Fix CI builds, update it to match current support policy and fix several issues discovered by ci builds

Fix CI builds, update it to match current support policy and fix several issues discovered by ci builds #778

Workflow file for this run

name: controller
on: [push, pull_request]
jobs:
hwsapibot:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
uses: ./.github/workflows/hwsapibot.yml
secrets: inherit
codeql:
needs: hwsapibot
if: ${{ !failure() && !cancelled() }}
uses: ./.github/workflows/codeql-analysis.yml
tools:
needs: hwsapibot
if: ${{ !failure() && !cancelled() }}
uses: ./.github/workflows/tools.yml
build:
needs: tools
if: ${{ !failure() && !cancelled() }}
uses: ./.github/workflows/build.yml
# clang_test:
# needs: build
# if: ${{ !failure() && !cancelled() }}
# uses: ./.github/workflows/clang_test.yml
# gcc_test:
# needs: build
# if: ${{ !failure() && !cancelled() }}
# uses: ./.github/workflows/gcc_test.yml
gccsnapshot_test:
needs: build
if: ${{ !failure() && !cancelled() }}
uses: ./.github/workflows/gccsnapshot_test.yml
mariadb:
needs: build
if: ${{ !failure() && !cancelled() }}
uses: ./.github/workflows/mariadb.yml
# mysql:
# needs: build
# if: ${{ !failure() && !cancelled() }}
# uses: ./.github/workflows/mysql.yml
# macos_latest:
# needs: build
# if: ${{ !failure() && !cancelled() }}
# uses: ./.github/workflows/macos_latest.yml
# macos_m1:
# needs: build
# if: ${{ !failure() && !cancelled() }}
# uses: ./.github/workflows/macos_m1.yml
# windows:
# needs: build
# if: ${{ !failure() && !cancelled() }}
# uses: ./.github/workflows/windows.yml