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

Enables Skipping More Tests #10678

Merged
merged 1 commit into from
Sep 18, 2023
Merged

Enables Skipping More Tests #10678

merged 1 commit into from
Sep 18, 2023

Conversation

kalverra
Copy link
Collaborator

@kalverra kalverra commented Sep 18, 2023

The skip-smoke-tests tag is handy for draft PRs where you don't care about test results yet, so why waste time and resources running them? This is especially helpful when using a common workflow of building a new Chainlink image for use in soak tests. So far we've only used this tag to skip E2E smoke tests, but it can be expanded to skip the core unit and integration tests as well.

Tests are still required to complete successfully to merge, and will still run by default.

@github-actions
Copy link
Contributor

I see that you haven't updated any CHANGELOG files. Would it make sense to do so?

@kalverra kalverra enabled auto-merge September 18, 2023 15:51
@jmank88
Copy link
Contributor

jmank88 commented Sep 18, 2023

So far we've only used this tag to skip E2E smoke tests, but it can be expanded to skip the core unit and integration tests as well.

We could also leverage the -short test flag which skips tests that require the DB. Still get a compilation and unit test spot-check that way. Not Sure how long it would take to run 🤔

@kalverra kalverra added this pull request to the merge queue Sep 18, 2023
@cl-sonarqube-production
Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 18, 2023
@kalverra kalverra added this pull request to the merge queue Sep 18, 2023
Merged via the queue into develop with commit 78c8214 Sep 18, 2023
@kalverra kalverra deleted the skipMoreTests branch September 18, 2023 16:37
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.

4 participants