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

fix: minor fix for CI #899

Merged
merged 2 commits into from
Aug 16, 2024
Merged

fix: minor fix for CI #899

merged 2 commits into from
Aug 16, 2024

Conversation

ryanzhang-oss
Copy link
Contributor

Description of your changes

Fixes #

I have:

  • Run make reviewable to ensure this PR is ready for review.

How has this code been tested

Special notes for your reviewer

@ryanzhang-oss ryanzhang-oss changed the title test: ci fix: minor fix for CI Aug 14, 2024
@@ -44,7 44,7 @@ jobs:

- name: Set up Ginkgo CLI
run: |
go install github.com/onsi/ginkgo/v2/ginkgo@v2.9.5
go install github.com/onsi/ginkgo/v2/ginkgo@v2.19.1
Copy link
Contributor

@Arvindthiru Arvindthiru Aug 14, 2024

Choose a reason for hiding this comment

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

Any reason why we didn't pick the latest version https://github.com/onsi/ginkgo/releases/tag/v2.20.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

too risky, don't want to go to the bleeding edge.


- name: Install Kind
# Before updating the kind version to use, verify that the current kind image
# is still supported by the version.
run: |
go install sigs.k8s.io/[email protected]
Copy link
Contributor

@Arvindthiru Arvindthiru Aug 15, 2024

Choose a reason for hiding this comment

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

The E2E has been skipped, I think this might have a similar effect to bumping kindest node image from 1.28.0 -> 1.29.0 https://github.com/Azure/fleet/actions/runs/10085086350/job/27885114531?pr=890

https://github.com/kubernetes-sigs/kind/releases/tag/v0.22.0

image

This change might need to be done in conjunction with changes to the fleet-guard-rail

@ryanzhang-oss ryanzhang-oss merged commit b53ed50 into Azure:main Aug 16, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants