Need to add somethink like version in every k6 build #68
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/xk6-frostfs#68
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Need to add something like version in every k6 build.
It will be good idea to print these version in output on k6 starts.
Somewhere here:
You can do it if k6 is build without local replacement:
xk6 build --with git.frostfs.info/TrueCloudLab/xk6-frostfs@master
For paths versioning doesn't work.
It doesn't help me to understand how version installed in the system.
Because different binares k6 were build on the different times have the same version:
If you build with
--with=..@master
syntax, version will should show dependencies (at least on my machine.Let's see whether we can show custom output somewhere. Using
-ldflags
to set someVersion
variable togit describe
is possible.Resolved by CI/CD