Skip to content

Commit

Permalink
run CI automatically for renovate
Browse files Browse the repository at this point in the history
Renovate is a trusted contributor of Cilium. We can skip the need to run
the CI manually by the triager if the CI is automatically ran after a
push to renovate's branches.

[ upstream commit 6f461ea ]

Signed-off-by: André Martins <[email protected]>
  • Loading branch information
aanm committed Jun 21, 2024
1 parent 1f2b76d commit b3227ea
Show file tree
Hide file tree
Showing 18 changed files with 38 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/conformance-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
description: "[JSON object] Arbitrary arguments passed from the trigger comment via regex capture group. Parse with 'fromJson(inputs.extra-args).argName' in workflow."
required: false
default: '{}'
push:
branches:
- 'renovate/v1.14-**'
# Run every 6 hours
schedule:
- cron: '0 0/6 * * *'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/conformance-aws-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
description: "[JSON object] Arbitrary arguments passed from the trigger comment via regex capture group. Parse with 'fromJson(inputs.extra-args).argName' in workflow."
required: false
default: '{}'
push:
branches:
- 'renovate/v1.14-**'
# Run every 6 hours
schedule:
- cron: '30 0/6 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-clustermesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
# Run every 6 hours
schedule:
- cron: '0 3/6 * * *'
- 'renovate/v1.14-**'

# By specifying the access of one of the scopes, all of those that are not
# specified are set to 'none'.
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/conformance-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
description: "[JSON object] Arbitrary arguments passed from the trigger comment via regex capture group. Parse with 'fromJson(inputs.extra-args).argName' in workflow."
required: false
default: '{}'
push:
branches:
- 'renovate/v1.14-**'
# Run every 6 hours
schedule:
- cron: '0 5/6 * * *'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/conformance-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
description: "[JSON object] Arbitrary arguments passed from the trigger comment via regex capture group. Parse with 'fromJson(inputs.extra-args).argName' in workflow."
required: false
default: '{}'
push:
branches:
- 'renovate/v1.14-**'
# Run every 6 hours
schedule:
- cron: '0 1/6 * * *'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/conformance-externalworkloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
description: "[JSON object] Arbitrary arguments passed from the trigger comment via regex capture group. Parse with 'fromJson(inputs.extra-args).argName' in workflow."
required: false
default: '{}'
push:
branches:
- 'renovate/v1.14-**'
# Run every 6 hours
schedule:
- cron: '0 4/6 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-gateway-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
branches:
- v1.14
- ft/v1.14/**
- 'renovate/v1.14-**'
paths-ignore:
- 'Documentation/**'
- 'test/**'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/conformance-ginkgo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
description: "[JSON object] Arbitrary arguments passed from the trigger comment via regex capture group. Parse with 'fromJson(inputs.extra-args).argName' in workflow."
required: false
default: '{}'
push:
branches:
- 'renovate/v1.14-**'
# Run every 6 hours
schedule:
- cron: '0 1/6 * * *'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/conformance-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
description: "[JSON object] Arbitrary arguments passed from the trigger comment via regex capture group. Parse with 'fromJson(inputs.extra-args).argName' in workflow."
required: false
default: '{}'
push:
branches:
- 'renovate/v1.14-**'
# Run every 6 hours
schedule:
- cron: '0 2/6 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
branches:
- v1.14
- ft/v1.14/**
- 'renovate/v1.14-**'
paths-ignore:
- 'Documentation/**'
- 'test/**'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/conformance-ipsec-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
description: "[JSON object] Arbitrary arguments passed from the trigger comment via regex capture group. Parse with 'fromJson(inputs.extra-args).argName' in workflow."
required: false
default: '{}'
push:
branches:
- 'renovate/v1.14-**'
# Run every 6 hours
schedule:
- cron: '0 5/6 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-multi-pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
branches:
- v1.14
- ft/v1.14/**
- 'renovate/v1.14-**'
paths-ignore:
- 'Documentation/**'
- 'test/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conformance-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
branches:
- v1.14
- ft/v1.14/**
- 'renovate/v1.14-**'
paths-ignore:
- 'Documentation/**'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
branches:
- v1.14
- ft/v1.14/**
- 'renovate/v1.14-**'
paths-ignore:
- 'Documentation/**'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-clustermesh-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
# Run every 6 hours
schedule:
- cron: '0 3/6 * * *'
- 'renovate/v1.14-**'

# By specifying the access of one of the scopes, all of those that are not
# specified are set to 'none'.
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests-datapath-verifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
description: "[JSON object] Arbitrary arguments passed from the trigger comment via regex capture group. Parse with 'fromJson(inputs.extra-args).argName' in workflow."
required: false
default: '{}'
push:
branches:
- 'renovate/v1.14-**'
# Run every 6 hours
schedule:
- cron: '0 5/6 * * *'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests-ipsec-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
description: "[JSON object] Arbitrary arguments passed from the trigger comment via regex capture group. Parse with 'fromJson(inputs.extra-args).argName' in workflow."
required: false
default: '{}'
push:
branches:
- 'renovate/v1.14-**'
# Run every 6 hours
schedule:
- cron: '0 5/6 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-l4lb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
# Run every 6 hours
schedule:
- cron: '0 5/6 * * *'
- 'renovate/v1.14-**'

# By specifying the access of one of the scopes, all of those that are not
# specified are set to 'none'.
Expand Down

0 comments on commit b3227ea

Please sign in to comment.