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

Adds an option to use custom ALLURE_RUN_ID #632

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

bamanczak
Copy link
Contributor

With this PR I aim to introduce support for a new environment variable called ALLURE_RUN_ID which works in a similar way like ALLURE_JOB_NAME.

The usecase why I'd like to introduce this change, is to allow myself to use GITHUB_RUN_NUMBER (e.g. 3 instead of GITHUB_RUN_ID (e.g. 1658821493), without breaking it for others. Run number is easier to remember and use e.g. during daily reviews of nightly regression test runs.

Copy link

codeclimate bot commented Jan 22, 2024

Code Climate has analyzed commit 982c47c and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 97.8% (0.0% change).

View more on Code Climate.

@andrcuns
Copy link
Owner

Sounds good, thanks for the PR 👍

@andrcuns andrcuns merged commit 3a02ec8 into andrcuns:main Jan 22, 2024
9 of 11 checks passed
@andrcuns andrcuns added the feature New feature label Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants