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

Don't run Docker tests on Windows or Mac #1066

Merged
merged 1 commit into from Nov 10, 2022
Merged

Conversation

wjam
Copy link
Contributor

@wjam wjam commented Nov 10, 2022

Fixes #1064

@wjam wjam merged commit d8e019a into main Nov 10, 2022
@wjam wjam deleted the 1064-avoid-docker-tests branch November 10, 2022 09:47
@wdbaruni
Copy link
Collaborator

wdbaruni commented Nov 10, 2022

Is disabling the tests in Mac/Windows the right action? The tests are passing in my Mac, but failing in CircleCI

@wjam
Copy link
Contributor Author

wjam commented Nov 11, 2022

It's the pattern that all of the other tests have followed. I don't believe that CircleCI supports Docker on macs. The issue with Windows is that CircleCI is running Docker in Windows containers mode rather than Linux containers.

@wdbaruni
Copy link
Collaborator

I see. This actually doesn't affect running the tests in my IDE, so we are good. Thanks

simonwo added a commit that referenced this pull request Nov 16, 2022
# [updatecli] Ops Bacalhau Dependency


Bump ops clusters to "v0.3.12". This is an automated PR.



## Report

	Source:
		✔ [default] (githubrelease)


	Condition:

	Target:
		⚠ [development] Bump Dev(file)
		⚠ [production] Bump Dev(file)
		⚠ [staging] Bump Dev(file)




## Changelog

<details><summary>Click to expand</summary>

````

Release published on the 2022-11-16 14:05:57 +0000 UTC at the url https://github.com/filecoin-project/bacalhau/releases/tag/v0.3.12

## UX and core features
* Allow WASM jobs to have environment variables by @simonwo in #1026
* Don't overwrite files with hardlinks when downloading by @binocarlos in #985
* Support volumes with slashes for WASM jobs by @simonwo in #1027
* Fix running locally docs to use binary name by @iand in #1038
* Always use a random port of IPFS API server by @wjam in #1006
* Put WASM env vars in a consistent order by @wjam in #1051
* Add job timeout by @wdbaruni in #1061
* add --timeout cli option by @wdbaruni in #1065
* moving to beta by @aronchick in #1067
* 1015 fix CVE by @aronchick in #1019
* Load WASM import modules from IPFS (#880) by @lsp1138 in #1144
* Revert libp2p withdirectpeers by @lukemarsden in #1154
* More robust startup by @lukemarsden in #1159
* Pin results to Estuary after publishing to IPFS by @simonwo in #1002

## Developer experience
* Fix canary to look in correct results folder by @simonwo in #987
* Expose piggybacked publisher information by @wjam in #997
* Fetch build info from debug.BuildInfo struct by @wjam in #999
* Ensure temp files are cleaned up by @wjam in #1005
* Update dependencies and enable dependabot by @wjam in #1028
* Suppress logging output in tests by @iand in #1039
* Turn down some log messages that show up on every single test in CI by @lukemarsden in #1041
* Make GPU capacitymanager tests work when you have a GPU installed by @lukemarsden in #1042
* Remove test as it is a duplicate by @wjam in #1044
* Tweaks to make it easier to diagnose CI issues by @wjam in #1052
* First pass at removing Docker from tests which don't test it by @simonwo in #1054
* Don't run Docker tests on Windows or Mac by @wjam in #1066
* remove dead function GetSystemDirectory by @wdbaruni in #1072
* Associate the job id with both parts of the trace by @wjam in #1076
* have CircleCI notice the unittests.xml file by @lukemarsden in #1078
* Use Scenario-based tests to remove Docker and streamline test code by @simonwo in #1069
* Split tests out into unit vs integration, and run each type in parallel by @lukemarsden in #1083
* Clean up a directory related to testing by @wjam in #1128
* Expose test coverage by @wjam in #1123
* Use Noop executor in scenario-based tests by @simonwo in #1122
* Avoid flaky port collisions in tests by assign node ports up front by @simonwo in #1142
* Build canary against latest code by @simonwo in #1156
* Improve CI speed by @wjam in #1160
* Create CNAME by @aronchick in #1162
* Download Go on Windows directly by @wjam in #1164

## Dependency updates
* [updatecli] Ops Bacalhau Dependency by @philwinder in #984
* deps: updates wazero to 1.0.0-pre.3 by @codefromthecrypt in #989
* chore: Update Kubo to v0.16.0 by @Jorropo in #949
* Update Go version to 1.19 by @wjam in #1014
* Bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0 by @dependabot in #1049
* Bump github.com/filecoin-project/go-jsonrpc from 0.1.8 to 0.1.9 by @dependabot in #1048
* Bump github.com/bmatcuk/doublestar/v4 from 4.3.2 to 4.4.0 by @dependabot in #1047
* Bump github.com/invopop/jsonschema from 0.6.0 to 0.7.0 by @dependabot in #1046
* Bump golang.org/x/net from 0.1.0 to 0.2.0 by @dependabot in #1055
* Bump github.com/filecoin-project/go-state-types from 0.9.8 to 0.9.9 by @dependabot in #1057
* Bump golang.org/x/mod from 0.6.0 to 0.7.0 by @dependabot in #1059
* Bump github.com/ipfs/go-ipfs-files from 0.1.1 to 0.2.0 by @dependabot in #1058
* Bump github.com/filecoin-project/go-address from 1.0.0 to 1.1.0 by @dependabot in #1056

## New Contributors
* @codefromthecrypt made their first contribution in #989
* @Jorropo made their first contribution in #949
* @iand made their first contribution in #1039
* @lsp1138 made their first contribution in #1144

**Full Changelog**: v0.3.11...v0.3.12


````

</details>

## Remark

This pull request was automatically created using
[Updatecli](https://www.updatecli.io).

Please report any issues with this tool
[here](https://github.com/updatecli/updatecli/issues/)


Co-authored-by: Simon Worthington <simon@register-dynamics.co.uk>
aronchick pushed a commit that referenced this pull request Dec 16, 2022
# [updatecli] Ops Bacalhau Dependency


Bump ops clusters to "v0.3.12". This is an automated PR.



## Report

	Source:
		✔ [default] (githubrelease)


	Condition:

	Target:
		⚠ [development] Bump Dev(file)
		⚠ [production] Bump Dev(file)
		⚠ [staging] Bump Dev(file)




## Changelog

<details><summary>Click to expand</summary>

````

Release published on the 2022-11-16 14:05:57 +0000 UTC at the url https://github.com/filecoin-project/bacalhau/releases/tag/v0.3.12

## UX and core features
* Allow WASM jobs to have environment variables by @simonwo in #1026
* Don't overwrite files with hardlinks when downloading by @binocarlos in #985
* Support volumes with slashes for WASM jobs by @simonwo in #1027
* Fix running locally docs to use binary name by @iand in #1038
* Always use a random port of IPFS API server by @wjam in #1006
* Put WASM env vars in a consistent order by @wjam in #1051
* Add job timeout by @wdbaruni in #1061
* add --timeout cli option by @wdbaruni in #1065
* moving to beta by @aronchick in #1067
* 1015 fix CVE by @aronchick in #1019
* Load WASM import modules from IPFS (#880) by @lsp1138 in #1144
* Revert libp2p withdirectpeers by @lukemarsden in #1154
* More robust startup by @lukemarsden in #1159
* Pin results to Estuary after publishing to IPFS by @simonwo in #1002

## Developer experience
* Fix canary to look in correct results folder by @simonwo in #987
* Expose piggybacked publisher information by @wjam in #997
* Fetch build info from debug.BuildInfo struct by @wjam in #999
* Ensure temp files are cleaned up by @wjam in #1005
* Update dependencies and enable dependabot by @wjam in #1028
* Suppress logging output in tests by @iand in #1039
* Turn down some log messages that show up on every single test in CI by @lukemarsden in #1041
* Make GPU capacitymanager tests work when you have a GPU installed by @lukemarsden in #1042
* Remove test as it is a duplicate by @wjam in #1044
* Tweaks to make it easier to diagnose CI issues by @wjam in #1052
* First pass at removing Docker from tests which don't test it by @simonwo in #1054
* Don't run Docker tests on Windows or Mac by @wjam in #1066
* remove dead function GetSystemDirectory by @wdbaruni in #1072
* Associate the job id with both parts of the trace by @wjam in #1076
* have CircleCI notice the unittests.xml file by @lukemarsden in #1078
* Use Scenario-based tests to remove Docker and streamline test code by @simonwo in #1069
* Split tests out into unit vs integration, and run each type in parallel by @lukemarsden in #1083
* Clean up a directory related to testing by @wjam in #1128
* Expose test coverage by @wjam in #1123
* Use Noop executor in scenario-based tests by @simonwo in #1122
* Avoid flaky port collisions in tests by assign node ports up front by @simonwo in #1142
* Build canary against latest code by @simonwo in #1156
* Improve CI speed by @wjam in #1160
* Create CNAME by @aronchick in #1162
* Download Go on Windows directly by @wjam in #1164

## Dependency updates
* [updatecli] Ops Bacalhau Dependency by @philwinder in #984
* deps: updates wazero to 1.0.0-pre.3 by @codefromthecrypt in #989
* chore: Update Kubo to v0.16.0 by @Jorropo in #949
* Update Go version to 1.19 by @wjam in #1014
* Bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0 by @dependabot in #1049
* Bump github.com/filecoin-project/go-jsonrpc from 0.1.8 to 0.1.9 by @dependabot in #1048
* Bump github.com/bmatcuk/doublestar/v4 from 4.3.2 to 4.4.0 by @dependabot in #1047
* Bump github.com/invopop/jsonschema from 0.6.0 to 0.7.0 by @dependabot in #1046
* Bump golang.org/x/net from 0.1.0 to 0.2.0 by @dependabot in #1055
* Bump github.com/filecoin-project/go-state-types from 0.9.8 to 0.9.9 by @dependabot in #1057
* Bump golang.org/x/mod from 0.6.0 to 0.7.0 by @dependabot in #1059
* Bump github.com/ipfs/go-ipfs-files from 0.1.1 to 0.2.0 by @dependabot in #1058
* Bump github.com/filecoin-project/go-address from 1.0.0 to 1.1.0 by @dependabot in #1056

## New Contributors
* @codefromthecrypt made their first contribution in #989
* @Jorropo made their first contribution in #949
* @iand made their first contribution in #1039
* @lsp1138 made their first contribution in #1144

**Full Changelog**: v0.3.11...v0.3.12


````

</details>

## Remark

This pull request was automatically created using
[Updatecli](https://www.updatecli.io).

Please report any issues with this tool
[here](https://github.com/updatecli/updatecli/issues/)


Co-authored-by: Simon Worthington <simon@register-dynamics.co.uk>
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.

CircleCI failing due to missing docker or failing to pull images
2 participants