ci: temporarily disable heavy workflows

This commit is contained in:
Ivan Dyachkov 2023-07-12 15:55:38 +02:00
parent 22b4f4d256
commit f1aaa25aad
10 changed files with 85 additions and 85 deletions

View File

@ -1,6 +1,6 @@
name: Check Apps Version name: Check Apps Version
on: [pull_request] # on: [pull_request]
jobs: jobs:
check_apps_version: check_apps_version:

View File

@ -4,22 +4,22 @@ concurrency:
group: docker-build-${{ github.event_name }}-${{ github.ref }} group: docker-build-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
on: # on:
push: # push:
tags: # tags:
- v* # - v*
- e* # - e*
- docker-latest-* # - docker-latest-*
workflow_dispatch: # workflow_dispatch:
inputs: # inputs:
branch_or_tag: # branch_or_tag:
required: false # required: false
profile: # profile:
required: false # required: false
default: 'emqx' # default: 'emqx'
is_latest: # is_latest:
required: false # required: false
default: false # default: false
jobs: jobs:
prepare: prepare:

View File

@ -4,19 +4,19 @@ concurrency:
group: build-${{ github.event_name }}-${{ github.ref }} group: build-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
on: # on:
push: # push:
branches: # branches:
- 'ci/**' # - 'ci/**'
tags: # tags:
- v* # - v*
- e* # - e*
workflow_dispatch: # workflow_dispatch:
inputs: # inputs:
branch_or_tag: # branch_or_tag:
required: false # required: false
profile: # profile:
required: false # required: false
jobs: jobs:
prepare: prepare:

View File

@ -4,23 +4,23 @@ concurrency:
group: slim-${{ github.event_name }}-${{ github.ref }} group: slim-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
on: # on:
push: # push:
branches: # branches:
- master # - master
- release-51 # - release-51
pull_request: # pull_request:
# GitHub pull_request action is by default triggered when # # GitHub pull_request action is by default triggered when
# opened reopened or synchronize, # # opened reopened or synchronize,
# we add labeled and unlabeled to the list because # # we add labeled and unlabeled to the list because
# the mac job dpends on the PR having a 'Mac' label # # the mac job dpends on the PR having a 'Mac' label
types: # types:
- labeled # - labeled
- unlabeled # - unlabeled
- opened # - opened
- reopened # - reopened
- synchronize # - synchronize
workflow_dispatch: # workflow_dispatch:
jobs: jobs:
linux: linux:

View File

@ -5,9 +5,9 @@ concurrency:
group: mix-${{ github.event_name }}-${{ github.ref }} group: mix-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
on: # on:
pull_request: # pull_request:
workflow_dispatch: # workflow_dispatch:
jobs: jobs:
elixir_release_build: elixir_release_build:

View File

@ -4,15 +4,15 @@ concurrency:
group: conftest-${{ github.event_name }}-${{ github.ref }} group: conftest-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
on: # on:
push: # push:
branches: # branches:
- master # - master
- 'ci/**' # - 'ci/**'
tags: # tags:
- v* # - v*
- e* # - e*
pull_request: # pull_request:
env: env:
IS_CI: "yes" IS_CI: "yes"

View File

@ -4,8 +4,8 @@ name: Check emqx app standalone
## in other project, so we need to make sure apps/emqx ## in other project, so we need to make sure apps/emqx
## as an Erlang/Elixir app works standalone ## as an Erlang/Elixir app works standalone
on: # on:
pull_request: # pull_request:
jobs: jobs:
run_emqx_app_tests: run_emqx_app_tests:

View File

@ -4,14 +4,14 @@ concurrency:
group: fvt-${{ github.event_name }}-${{ github.ref }} group: fvt-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
on: # on:
push: # push:
branches: # branches:
- master # - master
- 'ci/**' # - 'ci/**'
tags: # tags:
- v* # - v*
pull_request: # pull_request:
jobs: jobs:
prepare: prepare:

View File

@ -1,12 +1,12 @@
name: JMeter integration tests name: JMeter integration tests
on: # on:
push: # push:
tags: # tags:
- "v5.*" # - "v5.*"
pull_request: # pull_request:
branches: # branches:
- "master" # - "master"
jobs: jobs:
build_emqx_for_jmeter_tests: build_emqx_for_jmeter_tests:

View File

@ -4,15 +4,15 @@ concurrency:
group: test-${{ github.event_name }}-${{ github.ref }} group: test-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
on: # on:
push: # push:
branches: # branches:
- master # - master
- 'ci/**' # - 'ci/**'
tags: # tags:
- v* # - v*
- e* # - e*
pull_request: # pull_request:
env: env:
IS_CI: "yes" IS_CI: "yes"