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

Run integration in CI. #11198

Merged
merged 17 commits into from
Oct 3, 2024
Merged

Run integration in CI. #11198

merged 17 commits into from
Oct 3, 2024

Conversation

farmaazon
Copy link
Contributor

@farmaazon farmaazon commented Sep 27, 2024

Pull Request Description

Added a step for packaging IDE which runs integration tests.

This is an additional step, not a job, because here I'm sure the package will exist and won't be built unnecessarily twice. Technically I could make a job downloading it from GH action, but didn't want to invest time to rust scripts. Once Bazel will be fully introduced, the integration test will be improved.

Important Notes

Fixes #8487

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • [ ] The documentation has been updated, if necessary.
  • Screenshots/screencasts have been attached, if there are any visual changes. For interactive or animated visual changes, a screencast is preferred.
  • All code follows the
    Scala,
    Java,
    TypeScript,
    and
    Rust
    style guides. In case you are using a language not listed above, follow the Rust style guide.
  • [ ] Unit tests have been written where possible.

@farmaazon farmaazon force-pushed the wip/farmaazon/ci-integration-tests branch from 0493e14 to f80488e Compare September 27, 2024 15:53
@farmaazon farmaazon self-assigned this Oct 3, 2024
@farmaazon farmaazon added CI: No changelog needed Do not require a changelog entry for this PR. -ci x-chore Type: chore labels Oct 3, 2024
@farmaazon farmaazon marked this pull request as ready for review October 3, 2024 06:56
@farmaazon farmaazon added the CI: Ready to merge This PR is eligible for automatic merge label Oct 3, 2024
@mergify mergify bot merged commit c7cc5f0 into develop Oct 3, 2024
37 checks passed
@mergify mergify bot deleted the wip/farmaazon/ci-integration-tests branch October 3, 2024 13:41
mergify bot pushed a commit that referenced this pull request Oct 9, 2024
- While #11255 fixes the root cause of #11278, this PR fixes what triggered it - since #11198 our runners were keeping `~/.enso/credentials` file between runs, meaning that some tests were unexpectedly running in 'authenticated' mode. This PR cleans up this file to avoid that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-ci CI: No changelog needed Do not require a changelog entry for this PR. CI: Ready to merge This PR is eligible for automatic merge x-chore Type: chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integration tests
3 participants