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

Add smoke-test workflow #103

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

uuf6429
Copy link
Member

@uuf6429 uuf6429 commented Jan 8, 2025

Purpose

The objective is to provide an extendable workflow for testing basic compatibility* multiple drivers in isolation.

* latest drivers and oldest supported dependencies

Third-party drivers can also add themselves, but will be treated a little bit differently, to avoid failures reflecting badly on our CI results (since GitHub doesn't allow us to ignore failures).

Current Driver Tests

@aik099

This comment was marked as resolved.

@aik099

This comment was marked as resolved.

.github/workflows/smoke.yml Outdated Show resolved Hide resolved
.github/workflows/smoke.yml Outdated Show resolved Hide resolved
.github/workflows/smoke.yml Outdated Show resolved Hide resolved
.github/workflows/smoke.yml Outdated Show resolved Hide resolved
.github/workflows/smoke.yml Outdated Show resolved Hide resolved
@aik099

This comment was marked as outdated.

@aik099

This comment was marked as outdated.

@aik099 aik099 mentioned this pull request Jan 9, 2025
@stof

This comment was marked as resolved.

@uuf6429

This comment was marked as resolved.

@aik099

This comment was marked as resolved.

@uuf6429

This comment was marked as resolved.

@aik099

This comment was marked as resolved.

@aik099

This comment was marked as resolved.

@uuf6429

This comment was marked as resolved.

@aik099

This comment was marked as resolved.

@uuf6429

This comment was marked as resolved.

docker compose logs --no-color --no-log-prefix --timestamps selenium > ./logs/selenium.docker.log

Unofficial:
name: "✨️ ${{ matrix.name }}"
Copy link
Member Author

@uuf6429 uuf6429 Jan 17, 2025

Choose a reason for hiding this comment

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

I just pushed a major update; it should work much better now and should be relatively easy to follow.

There's one major annoyance (on GitHub's side): they do not evaluate expressions in job.name, (that line above), when the job is skipped.

This causes some ugly UI:
image

But the impact is just that, so I think we can live with it.

.github/workflows/ci.yml Outdated Show resolved Hide resolved
@uuf6429 uuf6429 force-pushed the chore/add-smoke-test-workflow branch from 28fb70a to d7fa83e Compare January 20, 2025 20:26
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.

3 participants