forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert elastic#64011 and subsequent fixes (elastic#71137)
* Revert "temporarily disable firefox functional tests in PRs (elastic#71116)" This reverts commit 54bd07f. * Revert "[savedObjects field count] run in baseline job (elastic#70999)" This reverts commit 53ee7a7. * Revert "[CI] Add pipeline task queue framework and merge workers into one (elastic#64011)" This reverts commit 465ed21. * Revert revert of change to jenkins_xpack_visual_regression.sh Co-authored-by: spalger <[email protected]>
- Loading branch information
Showing
51 changed files
with
130 additions
and
755 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
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
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 |
---|---|---|
|
@@ -7,11 +7,10 @@ function checkout_sibling { | |
targetDir=$2 | ||
useExistingParamName=$3 | ||
useExisting="$(eval "echo "\$$useExistingParamName"")" | ||
repoAddress="https://github.com/" | ||
|
||
if [ -z ${useExisting:+x} ]; then | ||
if [ -d "$targetDir" ]; then | ||
echo "I expected a clean workspace but an '${project}' sibling directory already exists in [$WORKSPACE]!" | ||
echo "I expected a clean workspace but an '${project}' sibling directory already exists in [$PARENT_DIR]!" | ||
echo | ||
echo "Either define '${useExistingParamName}' or remove the existing '${project}' sibling." | ||
exit 1 | ||
|
@@ -22,9 +21,8 @@ function checkout_sibling { | |
cloneBranch="" | ||
|
||
function clone_target_is_valid { | ||
|
||
echo " -> checking for '${cloneBranch}' branch at ${cloneAuthor}/${project}" | ||
if [[ -n "$(git ls-remote --heads "${repoAddress}${cloneAuthor}/${project}.git" ${cloneBranch} 2>/dev/null)" ]]; then | ||
if [[ -n "$(git ls-remote --heads "[email protected]:${cloneAuthor}/${project}.git" ${cloneBranch} 2>/dev/null)" ]]; then | ||
return 0 | ||
else | ||
return 1 | ||
|
@@ -73,7 +71,7 @@ function checkout_sibling { | |
fi | ||
|
||
echo " -> checking out '${cloneBranch}' branch from ${cloneAuthor}/${project}..." | ||
git clone -b "$cloneBranch" "${repoAddress}${cloneAuthor}/${project}.git" "$targetDir" --depth=1 | ||
git clone -b "$cloneBranch" "[email protected]:${cloneAuthor}/${project}.git" "$targetDir" --depth=1 | ||
echo " -> checked out ${project} revision: $(git -C "${targetDir}" rev-parse HEAD)" | ||
echo | ||
} | ||
|
@@ -89,12 +87,12 @@ function checkout_sibling { | |
fi | ||
} | ||
|
||
checkout_sibling "elasticsearch" "${WORKSPACE}/elasticsearch" "USE_EXISTING_ES" | ||
checkout_sibling "elasticsearch" "${PARENT_DIR}/elasticsearch" "USE_EXISTING_ES" | ||
export TEST_ES_FROM=${TEST_ES_FROM:-snapshot} | ||
|
||
# Set the JAVA_HOME based on the Java property file in the ES repo | ||
# This assumes the naming convention used on CI (ex: ~/.java/java10) | ||
ES_DIR="$WORKSPACE/elasticsearch" | ||
ES_DIR="$PARENT_DIR/elasticsearch" | ||
ES_JAVA_PROP_PATH=$ES_DIR/.ci/java-versions.properties | ||
|
||
|
||
|
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
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
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
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
8 changes: 7 additions & 1 deletion
8
test/scripts/jenkins_security_solution_cypress.sh
100755 → 100644
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.