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

feat(run.sh): add spin version tag #50

Merged
merged 1 commit into from
May 10, 2024

Conversation

vdice
Copy link
Member

@vdice vdice commented May 9, 2024

Closes #41

@vdice
Copy link
Member Author

vdice commented May 10, 2024

Do we want to add the spin version as a variable to the dashboard as well? eg https://github.com/kate-goldenring/performance/blob/main/.github/workflows/aks.yaml#L75-L79

tests/run.sh Outdated
OUTPUT=${OUTPUT:-"datadog"}
export TAG_SPIN_VERSION="${SK_OCI_TAG}"
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't think we assume these are always the same. For example, for density tests we use latest. Maybe we support passing SPIN_VERSION to the script and default to SK_OCI_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.

Ah right, thank you. Updated.

Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com>
@vdice vdice force-pushed the feat/add-spin-version-tag branch from 682ea48 to 2d67e93 Compare May 10, 2024 18:04
@vdice vdice merged commit 243f819 into fermyon:main May 10, 2024
1 check passed
@vdice vdice deleted the feat/add-spin-version-tag branch May 10, 2024 19:44
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.

Tag tests with the spin version of the app used in the test
2 participants