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

GitHub Actions to parity with existing CI #469

Merged
merged 5 commits into from
Oct 23, 2024
Merged

GitHub Actions to parity with existing CI #469

merged 5 commits into from
Oct 23, 2024

Conversation

PeterAdams-A
Copy link
Contributor

Motivation:

Want to move away from legacy CI.

Modifications:

Add configuration and update code to use GitHub actions.

Result:

GitHub Actions can be used for basic CI.

Motivation:

Want to move away from legacy CI.

Modifications:

Add configuration and update code to use GitHub actions.

Result:

GitHub Actions can be used for basic CI.
@PeterAdams-A PeterAdams-A added the semver/none No version bump required. label Oct 23, 2024
Comment on lines 12 to 14
linux_5_9_arguments_override: "--explicit-target-dependency-import-check error"
linux_5_10_arguments_override: "--explicit-target-dependency-import-check error"
linux_6_0_arguments_override: "--explicit-target-dependency-import-check error"
Copy link
Member

Choose a reason for hiding this comment

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

What about warnings as errors?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added (but not 6 as that isn't clean).

.github/workflows/pull_request.yml Show resolved Hide resolved
@@ -0,0 +1,3 @@
IntegrationTests/run-tests.sh
Copy link
Member

Choose a reason for hiding this comment

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

Can you use line based ignores here instead please by adding # ignore-unacceptable-language to the lines.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

@@ -0,0 +1,3 @@
IntegrationTests/run-tests.sh
Tests/hpack-test-case/*/story_20.json
scripts/test_h2spec.sh
Copy link
Member

Choose a reason for hiding this comment

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

Same here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

@PeterAdams-A PeterAdams-A enabled auto-merge (squash) October 23, 2024 13:34
@PeterAdams-A PeterAdams-A merged commit bc93af2 into main Oct 23, 2024
26 checks passed
@PeterAdams-A PeterAdams-A deleted the gha branch October 23, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants