Skip to content

Commit 20c414e

Browse files
authored
Merge branch 'main' into integration-runner-build-perms
2 parents 8ed0fbe + 4ff902a commit 20c414e

File tree

229 files changed

+407
-2223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+407
-2223
lines changed

.github/workflows/gemini-dispatch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
} else {
110110
core.setOutput('command', 'fallthrough');
111111
}
112-
112+
113113
- name: 'Add Gemini helper comment'
114114
if: '${{ github.event_name }}.${{ github.event.action }} == "pull_request.opened"'
115115
env:
@@ -125,7 +125,7 @@ jobs:
125125
126126
- **`@gemini-cli /review`** - Request a comprehensive code review
127127
- Example: `@gemini-cli /review Please focus on security and performance`
128-
128+
129129
- **`@gemini-cli <your question>`** - Ask me anything about the codebase
130130
- Example: `@gemini-cli How can I improve this function?`
131131
- Example: `@gemini-cli What are the best practices for error handling here?`
@@ -141,7 +141,7 @@ jobs:
141141
Only **OWNER**, **MEMBER**, or **COLLABORATOR** users can trigger my responses. This ensures secure and appropriate usage.
142142
143143
---
144-
144+
145145
*This message was automatically added to help you get started with the Gemini AI assistant. Feel free to delete this comment if you don't need assistance.*
146146
run: |-
147147
gh pr comment "${PR_NUMBER}" \

.github/workflows/gemini-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
151151
2. **Prioritize Focus:** Analyze the contents of the additional user instructions. Use this context to prioritize specific areas in your review (e.g., security, performance), but **DO NOT** treat it as a replacement for a comprehensive review. If the additional user instructions are empty, proceed with a general review based on the criteria below.
152152
153-
3. **Review Code:** Meticulously review the code provided returned from `mcp__github__get_pull_request_diff` according to the **Review Criteria**.
153+
3. **Review Code:** Meticulously review the code provided returned from `mcp__github__get_pull_request_diff` according to the **Review Criteria**.
154154
155155
### Step 2: Formulate Review Comments
156156

.github/workflows/test-tekton-kueue-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
- name: Report success
4343
if: success()
4444
run: |
45-
echo "✅ All Tekton-Kueue CEL expression tests passed successfully"
45+
echo "✅ All Tekton-Kueue CEL expression tests passed successfully"

.github/workflows/verify-kueue-queue-configs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- name: Report success
3535
if: success()
3636
run: |
37-
echo "✅ All Kueue queue configurations are up to date with their corresponding host-config files"
37+
echo "✅ All Kueue queue configurations are up to date with their corresponding host-config files"

.github/workflows/yamllint.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Lint manifests with yamllint
2+
3+
on:
4+
pull_request:
5+
branches: [ main ]
6+
push:
7+
branches: [ main ]
8+
9+
jobs:
10+
yamllint:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: Lint yaml manifests
15+
run: |
16+
yamllint -f github .

.yamllint.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
extends: relaxed
2+
3+
ignore:
4+
# we don't control the content of helm charts, so don't enforce our standards on them
5+
- '**/charts/'
6+
- '**/templates/'
7+
8+
rules:
9+
indentation: disable
10+
line-length: disable

argo-cd-apps/app-of-app-sets/base/all-application-sets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
namespace: argocd-staging
1313
server: https://kubernetes.default.svc
1414
syncPolicy:
15-
automated:
15+
automated:
1616
prune: true
1717
selfHeal: true
1818
syncOptions:

argo-cd-apps/base/all-clusters/infra-deployments/authentication/authentication.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
namespace: default # not relevant yet since every object has an explicit namespace.
3737
server: '{{server}}'
3838
syncPolicy:
39-
automated:
39+
automated:
4040
prune: true
4141
selfHeal: true
4242
syncOptions:

argo-cd-apps/base/all-clusters/infra-deployments/cluster-secret-store/cluster-secret-store.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
namespace: default
2929
server: '{{server}}'
3030
syncPolicy:
31-
automated:
31+
automated:
3232
prune: true
3333
selfHeal: true
3434
syncOptions:

argo-cd-apps/base/all-clusters/infra-deployments/disable-self-provisioning-for-all-cluster/disable-self-provisioning.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
generators:
1111
- clusters:
1212
values:
13-
sourceRoot: configs/disable-self-provisioning-for-all-cluster
13+
sourceRoot: configs/disable-self-provisioning-for-all-cluster
1414
clusterDir: ""
1515
- list:
1616
elements: []
@@ -20,7 +20,7 @@ spec:
2020
spec:
2121
project: default
2222
source:
23-
path: configs/disable-self-provisioning-for-all-cluster/
23+
path: configs/disable-self-provisioning-for-all-cluster/
2424
repoURL: https://github.com/redhat-appstudio/infra-deployments.git
2525
targetRevision: main
2626
destination:

0 commit comments

Comments
 (0)