Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ${jenkinsreq} "DEV.01 - Developer-requested Behat" \
-p PHPVERSION=${php_version} \
-p BROWSER="BrowserKit (non-js)" \
-p BEHAT_SUITE=ALL \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-w >> "${resultfile}.jenkinscli" < /dev/null

# We want to launch always a Behat (Firefox (js) - boost) job
Expand All @@ -33,6 +34,7 @@ ${jenkinsreq} "DEV.01 - Developer-requested Behat" \
-p DATABASE=pgsql \
-p PHPVERSION=${php_version} \
-p BROWSER="Firefox (js)" \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-w >> "${resultfile}.jenkinscli" < /dev/null

# We want to launch a Behat (Firefox (js) - classic) job
Expand All @@ -46,6 +48,7 @@ if [[ ${target} == "main" ]]; then
-p PHPVERSION=${php_version} \
-p BROWSER="Firefox (js)" \
-p BEHAT_SUITE=classic \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ${jenkinsreq} "DEV.01 - Developer-requested Behat" \
-p PHPVERSION=${php_version} \
-p BROWSER="BrowserKit (non-js)" \
-p BEHAT_SUITE=ALL \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-w >> "${resultfile}.jenkinscli" < /dev/null

# We want to launch always a Behat (Firefox (js) - boost) job
Expand All @@ -33,6 +34,7 @@ ${jenkinsreq} "DEV.01 - Developer-requested Behat" \
-p DATABASE=pgsql \
-p PHPVERSION=${php_version} \
-p BROWSER="Firefox (js)" \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-w >> "${resultfile}.jenkinscli" < /dev/null

# We want to launch a Behat (Firefox (js) - classic) job
Expand All @@ -46,6 +48,7 @@ if [[ ${target} == "main" ]]; then
-p PHPVERSION=${php_version} \
-p BROWSER="Firefox (js)" \
-p BEHAT_SUITE=classic \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ if [[ "${jobtype}" == "all" ]] || [[ "${jobtype}" == "behat-all" ]] || [[ "${job
-p BEHAT_SUITE=ALL \
-p BEHAT_TAGS="${final_tags}" \
-p BEHAT_NAME="${behat_name}" \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi
Expand All @@ -96,6 +97,7 @@ if [[ "${jobtype}" == "behat-chrome" ]]; then
-p BROWSER="Chrome (js)" \
-p BEHAT_TAGS="${final_tags}" \
-p BEHAT_NAME="${behat_name}" \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi
Expand All @@ -117,6 +119,7 @@ if [[ "${jobtype}" == "behat-chrome" ]]; then
-p BEHAT_SUITE=classic \
-p BEHAT_TAGS="${final_tags}" \
-p BEHAT_NAME="${behat_name}" \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi
Expand All @@ -137,6 +140,7 @@ if [[ "${jobtype}" == "all" ]] || [[ "${jobtype}" == "behat-all" ]] || [[ "${job
-p BROWSER="Firefox (js)" \
-p BEHAT_TAGS="${final_tags}" \
-p BEHAT_NAME="${behat_name}" \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi
Expand All @@ -158,6 +162,7 @@ if [[ "${jobtype}" == "all" ]] || [[ "${jobtype}" == "behat-all" ]] || [[ "${job
-p BEHAT_SUITE=classic \
-p BEHAT_TAGS="${final_tags}" \
-p BEHAT_NAME="${behat_name}" \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi
Expand Down Expand Up @@ -185,6 +190,7 @@ if [[ "${jobtype}" == "all" ]] || [[ "${jobtype}" == "behat-all" ]] || [[ "${job
-p INSTALL_PLUGINAPP=ci \
-p BEHAT_TAGS="${final_tags}" \
-p BEHAT_NAME="${behat_name}" \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ if [[ "${jobtype}" == "all" ]] || [[ "${jobtype}" == "behat-all" ]] || [[ "${job
-p PHPVERSION=${php_version} \
-p BROWSER="BrowserKit (non-js)" \
-p BEHAT_SUITE=ALL \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi
Expand All @@ -43,6 +44,7 @@ if [[ "${jobtype}" == "behat-chrome" ]]; then
-p DATABASE=pgsql \
-p PHPVERSION=${php_version} \
-p BROWSER="Chrome (js)" \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi
Expand All @@ -57,6 +59,7 @@ if [[ "${jobtype}" == "behat-chrome" ]]; then
-p PHPVERSION=${php_version} \
-p BROWSER="Chrome (js)" \
-p BEHAT_SUITE=classic \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null

Expand All @@ -69,6 +72,7 @@ if [[ "${jobtype}" == "all" ]] || [[ "${jobtype}" == "behat-all" ]] || [[ "${job
-p DATABASE=pgsql \
-p PHPVERSION=${php_version} \
-p BROWSER="Firefox (js)" \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi
Expand All @@ -83,6 +87,7 @@ if [[ "${jobtype}" == "all" ]] || [[ "${jobtype}" == "behat-all" ]] || [[ "${job
-p PHPVERSION=${php_version} \
-p BROWSER="Firefox (js)" \
-p BEHAT_SUITE=classic \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ if [[ "${jobtype}" == "behat-nonjs" ]]; then
-p BEHAT_SUITE=ALL \
-p BEHAT_TAGS="${final_tags}" \
-p BEHAT_NAME="${behat_name}" \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
done
Expand All @@ -144,6 +145,7 @@ if [[ "${jobtype}" == "behat-chrome" ]]; then
-p BEHAT_SUITE=default \
-p BEHAT_TAGS="${final_tags}" \
-p BEHAT_NAME="${behat_name}" \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
done
Expand All @@ -170,6 +172,7 @@ if [[ "${jobtype}" == "behat-firefox" ]]; then
-p BEHAT_SUITE=default \
-p BEHAT_TAGS="${final_tags}" \
-p BEHAT_NAME="${behat_name}" \
-p BEHAT_INIT_ARGS="${behat_init_args}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
done
Expand Down
Loading