swiftlang / swift-corelibs-foundation

The Foundation Project, providing core utilities, internationalization, and OS independence
swift.org
Apache License 2.0
5.3k stars 1.14k forks source link

[SR-10990] Setup a new swit-ci target on swift-corelibs-foundation for Darwin Testing #3302

Open spevans opened 5 years ago

spevans commented 5 years ago
Previous ID SR-10990
Radar None
Original Reporter @spevans
Type Task
Additional Detail from JIRA | | | |------------------|-----------------| |Votes | 0 | |Component/s | Foundation, Project Infrastructure | |Labels | Task | |Assignee | @shahmishal | |Priority | Medium | md5: 075b81ce8a35e3e69b32a9c70eacb204

Issue Description:

Would it be possible to setup a new swift-ci target, say darwin-compat on the swift-corelibs-foundation repository.

https://github.com/apple/swift-corelibs-foundation/pull/2335

has a script added to run the tests using the DarwinCompatibilityTests xcode project (https://github.com/apple/swift-corelibs-foundation/pull/2335/files#diff-a694b85a6c1927adc9d5e8842a60f2ce)

Im not sure how these are setup in Jenkins, it would require the

latest snapshot to be downloaded and installed as part of the test run and then it can be be run with DarwinCompatibilityTests/xcode-build.sh

If anything in the script needs to be changed thats not a problem. The script is currently setup to just run tests that currently work.

spevans commented 5 years ago

cc @millenomi