-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: try label #3146
WIP: try label #3146
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/rehearse |
Rehearsal jobs created for this PR:
You can trigger rehearsal for all jobs by commenting either For a specific PR you can comment For a list of jobs that you can rehearse you can comment |
/cc none |
/rehearse |
Rehearsal jobs created for this PR:
You can trigger rehearsal for all jobs by commenting either For a specific PR you can comment For a list of jobs that you can rehearse you can comment |
/rehearse |
Rehearsal jobs created for this PR:
You can trigger rehearsal for all jobs by commenting either For a specific PR you can comment For a list of jobs that you can rehearse you can comment |
/rehearse |
Rehearsal jobs created for this PR:
You can trigger rehearsal for all jobs by commenting either For a specific PR you can comment For a list of jobs that you can rehearse you can comment |
Signed-off-by: Or Shoval <oshoval@redhat.com>
Signed-off-by: Or Shoval <oshoval@redhat.com>
/rehearse |
Rehearsal jobs created for this PR:
You can trigger rehearsal for all jobs by commenting either For a specific PR you can comment For a list of jobs that you can rehearse you can comment |
@oshoval: The following test failed, say
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/test-infra repository. I understand the commands that are listed here. |
/rehearse |
@dhiller's review-bot says: 👎 This doesn't look like a simple prow job image bump. github/ci/prow-deploy/files/jobs/kubevirt/project-infra/project-infra-periodics.yaml label:lgtm label:approved
status:failure
-label:needs-rebase
+ -label:needs-ok-to-test
repo:kubevirt/kubevirt
repo:kubevirt/kubevirtci
- --token=/etc/github/oauth
resources:
requests:
memory: "200Mi"
-- name: periodic-bump-crio-mirror-versions
- interval: 24h
- max_concurrency: 1
- annotations:
- testgrid-create-test-group: "false"
- labels:
- preset-github-credentials: "true"
- decorate: true
- decoration_config:
- timeout: 1h
- grace_period: 5m
- extra_refs:
- - org: kubevirt
- repo: project-infra
- base_ref: main
- workdir: true
- cluster: kubevirt-prow-control-plane
- spec:
- securityContext:
- runAsUser: 0
- containers:
- - image: quay.io/kubevirtci/pr-creator:v20230103-9f4e101
- command: ["/bin/sh"]
- args:
- - "-c"
- - git-pr.sh -c "./hack/bump-crio-mirror-versions.sh" -p ./ -r project-infra -b crio-version-bump -T main
- resources:
- requests:
- memory: "200Mi"
- name: periodic-kubevirtci-cluster-unsupported-version-remover
cron: "30 3 * * *"
max_concurrency: 1
command: [ "/bin/sh" , "-c" ]
args:
- |
- git-pr.sh -c "bazel run //robots/cmd/kubevirt require presubmits -- --job-config-path-kubevirt-presubmits=$(pwd)/github/ci/prow-deploy/files/jobs/kubevirt/kubevirt/kubevirt-presubmits.yaml --github-token-path= --dry-run=false && bazel run //robots/cmd/kubevirt remove always_run -- --job-config-path-kubevirt-presubmits=$(pwd)/github/ci/prow-deploy/files/jobs/kubevirt/kubevirt/kubevirt-presubmits.yaml --github-token-path= --dry-run=false" -r project-infra -b require-kubevirt-presubmits -T main -s 'Enable e2e lanes for latest kubernetes version' -B $'Enable lanes for latest kubernetes version and disable lanes with unsupported version\n\n/cc @kubevirt/prow-job-taskforce'
-
+ git-pr.sh -c "bazel run //robots/cmd/kubevirt require presubmits -- --job-config-path-kubevirt-presubmits=$(pwd)/github/ci/prow-deploy/files/jobs/kubevirt/kubevirt/kubevirt-presubmits.yaml --github-token-path= --dry-run=false" -r project-infra -b require-kubevirt-presubmits -T main
resources:
requests:
memory: "200Mi"
requests:
memory: "200Mi"
+- name: periodic-kubevirt-job-always-run-disabler
+ cron: "45 0 * * *"
+ max_concurrency: 1
+ annotations:
+ testgrid-create-test-group: "false"
+ labels:
+ preset-github-credentials: "true"
+ decorate: true
+ decoration_config:
+ timeout: 1h
+ grace_period: 5m
+ extra_refs:
+ - org: kubevirt
+ repo: project-infra
+ base_ref: main
+ workdir: true
+ cluster: kubevirt-prow-control-plane
+ spec:
+ securityContext:
+ runAsUser: 0
+ containers:
+ - image: quay.io/kubevirtci/pr-creator:v20230103-9f4e101
+ env:
+ command: [ "/bin/sh" , "-c" ]
+ args:
+ - |
+ git-pr.sh -c "bazel run //robots/cmd/kubevirt remove always_run -- --job-config-path-kubevirt-presubmits=$(pwd)/github/ci/prow-deploy/files/jobs/kubevirt/kubevirt/kubevirt-presubmits.yaml --github-token-path= --dry-run=false" -r project-infra -b disable-kubevirt-jobs -T main
+ resources:
+ requests:
+ memory: "200Mi"
+
- name: periodic-project-infra-mirror-istioctl
cron: "25 1 * * 1"
decorate: true
👍 This looks like a simple prow autobump. This PR does not satisfy at least one automated review criteria. Holding this PR because:
/hold Note: botreview (#3100) is a Work In Progress! |
Rehearsal jobs created for this PR:
You can trigger rehearsal for all jobs by commenting either For a specific PR you can comment For a list of jobs that you can rehearse you can comment |
No description provided.