buildkite / test-engine-client

Buildkite Test Engine Client (bktec) is an open source tool to orchestrate your test suites. It uses your Buildkite Test Engine suite data to intelligently partition and parallelise your tests.
MIT License
9 stars 1 forks source link

Add logo to startup #225

Closed niceking closed 1 day ago

niceking commented 1 day ago

This adds the speedy bktec logo to the startup of the bktec program. I picked the same green as we use in this text here:

Screenshot 2024-11-19 at 3 00 41 PM

Have included a screenshot if this working locally but it doesn't have the version number included because we set that on the release pipeline

Screenshot 2024-11-19 at 3 05 45 PM
pda commented 1 day ago

~Would it be possible/easy/useful to include the version number?~ edit: ah, it's already in the code

    ______ ______ _____
    ___  /____  /___  /____________
    __  __ \_  //_/  __/  _ \  ___/
    _  /_/ /  ,<  / /_ /  __/ /__
    /_.___//_/|_| \__/ \___/\___/

    Buildkite Test Engine Client: bktec v1.23

or

    ______ ______ _____
    ___  /____  /___  /____________
    __  __ \_  //_/  __/  _ \  ___/
    _  /_/ /  ,<  / /_ /  __/ /__
    /_.___//_/|_| \__/ \___/\___/

    Buildkite Test Engine Client
    bktec v1.23
pda commented 1 day ago

Oh — I see in the code you already have, but the Version is blank — does that get filled in at release time?

wooly commented 1 day ago

Oh — I see in the code you already have, but the Version is blank — does that get filled in at release time?

Yeah it gets passed in when we build the binary for release: https://github.com/buildkite/test-engine-client/blob/main/.goreleaser.yaml#L22

niceking commented 1 day ago

@pda yeah did you read my PR comment 😎

pda commented 1 day ago

Did you?

(no, I didn't 🫣)