Skip to content
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

Updates for dependabot and ci job #225

Merged
merged 2 commits into from
Apr 1, 2023

Conversation

cpanato
Copy link
Member

@cpanato cpanato commented Mar 20, 2023

  • Updates for dependabot and ci job

/assign @vladimirvivien

@k8s-ci-robot k8s-ci-robot added the sig/testing Categorizes an issue or PR as relevant to SIG Testing. label Mar 20, 2023
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Mar 20, 2023
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 30, 2023
Copy link
Member

@ShwethaKumbla ShwethaKumbla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 30, 2023
@cpanato
Copy link
Member Author

cpanato commented Mar 30, 2023

/test pull-e2e-framework-test

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 30, 2023
@@ -14,20 +14,21 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @cpanato ! Curious why the hash instead of the the tag?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is a best practice to use the hash instead of the tag, the tag is mutable and can be changed, but the hash not :)
and we pin to a specific release. also dependabot can update that and also update the version comment :)

hope that clarifies

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Thanks!

Copy link
Contributor

@vladimirvivien vladimirvivien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a question.

@vladimirvivien
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 31, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cpanato, ShwethaKumbla, vladimirvivien

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

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [ShwethaKumbla,vladimirvivien]

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

@cpanato
Copy link
Member Author

cpanato commented Mar 31, 2023

@vladimirvivien i will try to check later why the test is failing, i saw this in other PRs

@vladimirvivien
Copy link
Contributor

@cpanato I saw that too. I plan to check it out as well. Thanks.

@harshanarayana
Copy link
Contributor

@vladimirvivien @cpanato I noticed the same too. it seems to be the same set of test that are failing since March 25th. I am checking locally to see what might be causing it

@cpanato
Copy link
Member Author

cpanato commented Apr 1, 2023

@vladimirvivien @cpanato I noticed the same too. it seems to be the same set of test that are failing since March 25th. I am checking locally to see what might be causing it

fix here: #229

@harshanarayana
Copy link
Contributor

/retest

@k8s-ci-robot k8s-ci-robot merged commit 79f5dcd into kubernetes-sigs:main Apr 1, 2023
@cpanato cpanato deleted the updatre branch April 1, 2023 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. 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.

5 participants