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

Split out tests into multiple different github actions #28

Merged
merged 4 commits into from
Mar 25, 2020

Conversation

segiddins
Copy link
Member

This should speed up PRs by parallelizing, as well as making it clearer which bit is failing

This should speed up PRs by parallelizing, as well as making it clearer which bit is failing
@segiddins segiddins force-pushed the segiddins/split-ci-workflow branch from a18b0cc to 1a87bc5 Compare March 24, 2020 22:11
Removing it makes the project diffable between machines
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Select Xcode 11.2
Copy link
Collaborator

Choose a reason for hiding this comment

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

small nit: is it necessary to select xcode versions before running buildifier?

Copy link
Member Author

Choose a reason for hiding this comment

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

No clue

@@ -1,3 +1,3 @@
# We can't create a bzl_library for rules-swift because of its visibility,
# so circumvent by not using the sandbox
build --strategy=Stardoc=standalone
common --strategy=Stardoc=standalone
Copy link
Collaborator

Choose a reason for hiding this comment

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

I see the strategy option is documented in the bazel manuel and includes a valid value of standalone. But why is Stardoc also included here?

Copy link
Member Author

Choose a reason for hiding this comment

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

because we only want to run actions with Stardoc as the mnemonic in standalone mode (we don't want to run other actions in standalone mode)

.bazelrc Show resolved Hide resolved
@segiddins segiddins changed the base branch from segiddins/generate-module-map-only-objc-srcs to master March 25, 2020 16:54
@segiddins segiddins merged commit f534e90 into master Mar 25, 2020
@segiddins segiddins deleted the segiddins/split-ci-workflow branch March 25, 2020 16:54
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