-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,15 +55,15 @@ workflows: | |
mkdir DerivedData | ||
xcodebuild -resolvePackageDependencies -onlyUsePackageVersionsFromResolvedFile | ||
xcodebuild "-project" "/Users/vagrant/git/firefox-ios/Client.xcodeproj" "-scheme" "Fennec" -configuration "Fennec_Testing" "CODE_SIGNING_ALLOWED=NO" -sdk "iphonesimulator" "-destination" "platform=iOS Simulator,name=iPhone 15,OS=18.1" "COMPILER_INDEX_STORE_ENABLE=NO" "build-for-testing" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO" -derivedDataPath "/Users/vagrant/git/DerivedData" | xcpretty | tee xcodebuild_fennec.log | ||
xcodebuild "-project" "/Users/vagrant/git/firefox-ios/Client.xcodeproj" "-scheme" "Fennec" -configuration "Fennec_Testing" "CODE_SIGNING_ALLOWED=NO" -sdk "iphonesimulator" "-destination" "platform=iOS Simulator,name=iPhone 16,OS=18.1" "COMPILER_INDEX_STORE_ENABLE=NO" "build-for-testing" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO" -derivedDataPath "/Users/vagrant/git/DerivedData" | xcpretty | tee xcodebuild_fennec.log | ||
ls /Users/vagrant/git/DerivedData/Build/Products | ||
ls /Users/vagrant/git/DerivedData | ||
- xcode-test-without-building@0: | ||
run_if: '{{getenv "RUN_UI_TESTS" | eq "Run_UI_Tests"}}' | ||
timeout: 600 | ||
inputs: | ||
- destination: platform=iOS Simulator,name=iPhone 15,OS=18.1 | ||
- destination: platform=iOS Simulator,name=iPhone 16,OS=18.1 | ||
- xcodebuild_options: '"COMPILER_INDEX_STORE_ENABLE=NO" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO"' | ||
- xctestrun: "/Users/vagrant/git/DerivedData/Build/Products/Fennec_UnitTest_iphonesimulator18.1-arm64.xctestrun" | ||
- maximum_test_repetitions: 2 | ||
|
@@ -205,7 +205,7 @@ workflows: | |
run_if: '{{getenv "RUN_UI_TESTS" | eq "Run_UI_Tests"}}' | ||
timeout: 1200 | ||
inputs: | ||
- destination: platform=iOS Simulator,name=iPhone 15,OS=18.1 | ||
- destination: platform=iOS Simulator,name=iPhone 16,OS=18.1 | ||
- xcodebuild_options: '"-derivedDataPath" "/Users/vagrant/git/DerivedData" "COMPILER_INDEX_STORE_ENABLE=NO" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO"' | ||
- xctestrun: "Users/vagrant/git/DerivedData/Build/Products/Fennec_Smoketest${SHARD}_iphonesimulator18.1-arm64.xctestrun" | ||
- [email protected]: | ||
|
@@ -733,12 +733,12 @@ workflows: | |
inputs: | ||
- xcodebuild_options: CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO | ||
- scheme: Fennec | ||
- simulator_device: iPhone 15 | ||
- simulator_device: iPhone 16 | ||
- [email protected]: | ||
run_if: '{{getenv "NEW_XCODE_VERSION" | eq "New_Version_Found" | or (getenv "RUN_ALL_STEPS" | eq "Run_All_Steps")}}' | ||
inputs: | ||
- scheme: Fennec | ||
- destination: platform=iOS Simulator,name=iPhone 15,OS=18.1 | ||
- destination: platform=iOS Simulator,name=iPhone 16,OS=18.1 | ||
- [email protected]: {} | ||
- [email protected]: {} | ||
- [email protected]: | ||
|
@@ -1203,7 +1203,7 @@ workflows: | |
inputs: | ||
- project_path: firefox-ios/Client.xcodeproj | ||
- scheme: Fennec | ||
- destination: platform=iOS Simulator,name=iPhone 15,OS=18.1 | ||
- destination: platform=iOS Simulator,name=iPhone 16,OS=18.1 | ||
- test_plan: PerformanceTestPlan | ||
- [email protected]: | ||
is_always_run: true | ||
|
@@ -1592,14 +1592,14 @@ workflows: | |
echo "-- build-for-testing --" | ||
mkdir DerivedData | ||
#xcodebuild -resolvePackageDependencies -onlyUsePackageVersionsFromResolvedFile | ||
xcodebuild "-project" "/Users/vagrant/git/focus-ios/Blockzilla.xcodeproj" "-scheme" "Focus" -configuration "FocusDebug" "CODE_SIGNING_ALLOWED=NO" "-destination" "platform=iOS Simulator,name=iPhone 15,OS=18.1" "COMPILER_INDEX_STORE_ENABLE=NO" "build-for-testing" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO" -derivedDataPath "/Users/vagrant/git/DerivedData" | xcpretty | tee xcodebuild_test.log | ||
xcodebuild "-project" "/Users/vagrant/git/focus-ios/Blockzilla.xcodeproj" "-scheme" "Focus" -configuration "FocusDebug" "CODE_SIGNING_ALLOWED=NO" "-destination" "platform=iOS Simulator,name=iPhone 16,OS=18.1" "COMPILER_INDEX_STORE_ENABLE=NO" "build-for-testing" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO" -derivedDataPath "/Users/vagrant/git/DerivedData" | xcpretty | tee xcodebuild_test.log | ||
- [email protected]: | ||
title: Build for Testing Klar | ||
inputs: | ||
- content: | | ||
set -euxo pipefail | ||
echo "-- build-for-testing --" | ||
xcodebuild "-project" "/Users/vagrant/git/focus-ios/Blockzilla.xcodeproj" "-scheme" "Klar" -configuration "KlarDebug" "CODE_SIGNING_ALLOWED=NO" "-destination" "platform=iOS Simulator,name=iPhone 15,OS=18.1" "COMPILER_INDEX_STORE_ENABLE=NO" "build-for-testing" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO" -derivedDataPath "/Users/vagrant/git/DerivedData" | xcpretty | tee xcodebuild_test.log | ||
xcodebuild "-project" "/Users/vagrant/git/focus-ios/Blockzilla.xcodeproj" "-scheme" "Klar" -configuration "KlarDebug" "CODE_SIGNING_ALLOWED=NO" "-destination" "platform=iOS Simulator,name=iPhone 16,OS=18.1" "COMPILER_INDEX_STORE_ENABLE=NO" "build-for-testing" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO" -derivedDataPath "/Users/vagrant/git/DerivedData" | xcpretty | tee xcodebuild_test.log | ||
- [email protected]: | ||
title: Compress Derived Data | ||
is_always_run: true | ||
|
@@ -1666,7 +1666,7 @@ workflows: | |
mv ./Users/vagrant/git/* . | ||
ls -la | ||
echo "-- test-without-building --" | ||
xcodebuild -resultBundlePath "xcodebuild.xcresult" -derivedDataPath "/Users/vagrant/git/DerivedData" -destination "platform=iOS Simulator,name=iPhone 15,OS=18.1" test-without-building -xctestrun "/Users/vagrant/git/DerivedData/Build/Products/Focus_SmokeTest_iphonesimulator18.1-arm64.xctestrun" | ||
xcodebuild -resultBundlePath "xcodebuild.xcresult" -derivedDataPath "/Users/vagrant/git/DerivedData" -destination "platform=iOS Simulator,name=iPhone 16,OS=18.1" test-without-building -xctestrun "/Users/vagrant/git/DerivedData/Build/Products/Focus_SmokeTest_iphonesimulator18.1-arm64.xctestrun" | ||
- custom-test-results-export@0: | ||
inputs: | ||
- search_pattern: "$BITRISE_SOURCE_DIR/xcodebuild.xcresult" | ||
|
@@ -1696,7 +1696,7 @@ workflows: | |
mv ./Users/vagrant/git/* . | ||
ls -la | ||
echo "-- test-without-building --" | ||
xcodebuild -resultBundlePath "xcodebuild.xcresult" -derivedDataPath "/Users/vagrant/git/DerivedData" -destination "platform=iOS Simulator,name=iPhone 15,OS=18.1" test-without-building -xctestrun "/Users/vagrant/git/DerivedData/Build/Products/Klar_UnitTests_iphonesimulator18.1-arm64.xctestrun" | ||
xcodebuild -resultBundlePath "xcodebuild.xcresult" -derivedDataPath "/Users/vagrant/git/DerivedData" -destination "platform=iOS Simulator,name=iPhone 16,OS=18.1" test-without-building -xctestrun "/Users/vagrant/git/DerivedData/Build/Products/Klar_UnitTests_iphonesimulator18.1-arm64.xctestrun" | ||
- custom-test-results-export@0: | ||
inputs: | ||
- search_pattern: "$BITRISE_SOURCE_DIR/xcodebuild.xcresult" | ||
|
@@ -1724,7 +1724,7 @@ workflows: | |
mv ./Users/vagrant/git/* . | ||
ls -la | ||
echo "-- test-without-building --" | ||
xcodebuild -resultBundlePath "xcodebuild.xcresult" -derivedDataPath "/Users/vagrant/git/DerivedData" -destination "platform=iOS Simulator,name=iPhone 15,OS=18.1" test-without-building -xctestrun "/Users/vagrant/git/DerivedData/Build/Products/Focus_UnitTests_iphonesimulator18.1-arm64.xctestrun" | ||
xcodebuild -resultBundlePath "xcodebuild.xcresult" -derivedDataPath "/Users/vagrant/git/DerivedData" -destination "platform=iOS Simulator,name=iPhone 16,OS=18.1" test-without-building -xctestrun "/Users/vagrant/git/DerivedData/Build/Products/Focus_UnitTests_iphonesimulator18.1-arm64.xctestrun" | ||
- custom-test-results-export@0: | ||
inputs: | ||
- search_pattern: "$BITRISE_SOURCE_DIR/xcodebuild.xcresult" | ||
|