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: validate_tutorials #1069

Merged
merged 5 commits into from
Jul 25, 2024
Merged

Conversation

mikeee
Copy link
Member

@mikeee mikeee commented Jul 25, 2024

Description

  • Renames the tutorials validation workflow to validate_tutorials.yaml
  • Bumps kind & kubernetes to more recent, supported versions and image tag.
  • Defines a global resiliency policy
  • Updates dapr returned endpoints
  • Adds some timings to allow for metrics to propagate before validation takes place

Issue reference

CLI related issue: 1436

We strive to have all PRs being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #[issue number]

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • The quickstart code compiles correctly
  • You've tested new builds of the quickstart if you changed quickstart code
  • You've updated the quickstart's README if necessary
  • If you have changed the steps for a quickstart be sure that you have updated the automated validation accordingly. All of our quickstarts have annotations that allow them to be executed automatically as code. For more information see mechanical-markdown. For user guide with examples see Examples.

@mikeee mikeee changed the base branch from master to release-1.14 July 25, 2024 10:19
@mikeee mikeee changed the title Validate tutorials fix: validate_tutorials Jul 25, 2024
@mikeee mikeee requested a review from paulyuk July 25, 2024 20:24
@mikeee mikeee marked this pull request as ready for review July 25, 2024 20:31
Copy link
Contributor

@paulyuk paulyuk left a comment

Choose a reason for hiding this comment

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

LGTM! thank you for fixing tutorials!! this has been a long road.

KIND_VERSION: v0.12.0
KIND_IMAGE_SHA: sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6
GOVER: 1.22
KUBERNETES_VERSION: v1.29.4
Copy link
Contributor

Choose a reason for hiding this comment

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

modern kubernetes and kind versions. check!

@@ -389,6 +389,8 @@ expected_stdout_lines:
- '"total":"54"'
output_match_mode: substring
name: "Curl test"
background: false
sleep: 5
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice, this makes more resilient for timing issues in the runner

@paulyuk paulyuk merged commit 68dc3d3 into dapr:release-1.14 Jul 25, 2024
6 of 7 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.

2 participants