Skip to content

Commit

Permalink
Move TAGS => BEHAT_TAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jan 24, 2024
1 parent 3001bd2 commit c948716
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ if [[ ${target} == "main" ]]; then
-p BEHAT_INCREASE_TIMEOUT=4 \
-p MOBILE_VERSION=latest-test \
-p INSTALL_PLUGINAPP=ci \
-p TAGS="@app&&~@performance&&~@local_behatsnapshots&&~@ci_jenkins_skip" \
-p BEHAT_TAGS="@app&&~@performance&&~@local_behatsnapshots&&~@ci_jenkins_skip" \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ if [[ ${target} == "main" ]]; then
-p BEHAT_INCREASE_TIMEOUT=4 \
-p MOBILE_VERSION=latest-test \
-p INSTALL_PLUGINAPP=ci \
-p TAGS="@app&&~@performance&&~@local_behatsnapshots&&~@ci_jenkins_skip" \
-p BEHAT_TAGS="@app&&~@performance&&~@local_behatsnapshots&&~@ci_jenkins_skip" \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if [[ "${jobtype}" == "all" ]] || [[ "${jobtype}" == "behat-all" ]] || [[ "${job
-p PHPVERSION=${php_version} \
-p BROWSER="BrowserKit (non-js)" \
-p BEHAT_SUITE=ALL \
-p TAGS="${final_tags}" \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
Expand All @@ -94,7 +94,7 @@ if [[ "${jobtype}" == "behat-chrome" ]]; then
-p DATABASE=pgsql \
-p PHPVERSION=${php_version} \
-p BROWSER="Chrome (js)" \
-p TAGS="${final_tags}" \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
Expand All @@ -115,7 +115,7 @@ if [[ "${jobtype}" == "behat-chrome" ]]; then
-p PHPVERSION=${php_version} \
-p BROWSER="Chrome (js)" \
-p BEHAT_SUITE=classic \
-p TAGS="${final_tags}" \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
Expand All @@ -135,7 +135,7 @@ if [[ "${jobtype}" == "all" ]] || [[ "${jobtype}" == "behat-all" ]] || [[ "${job
-p DATABASE=pgsql \
-p PHPVERSION=${php_version} \
-p BROWSER="Firefox (js)" \
-p TAGS="${final_tags}" \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
Expand All @@ -156,7 +156,7 @@ if [[ "${jobtype}" == "all" ]] || [[ "${jobtype}" == "behat-all" ]] || [[ "${job
-p PHPVERSION=${php_version} \
-p BROWSER="Firefox (js)" \
-p BEHAT_SUITE=classic \
-p TAGS="${final_tags}" \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
Expand All @@ -183,7 +183,7 @@ if [[ "${jobtype}" == "all" ]] || [[ "${jobtype}" == "behat-all" ]] || [[ "${job
-p BEHAT_INCREASE_TIMEOUT=4 \
-p MOBILE_VERSION=latest-test \
-p INSTALL_PLUGINAPP=ci \
-p TAGS="${final_tags}" \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if [[ "${jobtype}" == "behat-nonjs" ]]; then
-p PHPVERSION=${php_version} \
-p BROWSER="BrowserKit (non-js)" \
-p BEHAT_SUITE=ALL \
-p TAGS="${final_tags}" \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
Expand All @@ -142,7 +142,7 @@ if [[ "${jobtype}" == "behat-chrome" ]]; then
-p PHPVERSION=${php_version} \
-p BROWSER="Chrome (js)" \
-p BEHAT_SUITE=default \
-p TAGS="${final_tags}" \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
Expand All @@ -168,7 +168,7 @@ if [[ "${jobtype}" == "behat-firefox" ]]; then
-p PHPVERSION=${php_version} \
-p BROWSER="Firefox (js)" \
-p BEHAT_SUITE=default \
-p TAGS="${final_tags}" \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
Expand Down Expand Up @@ -197,7 +197,7 @@ if [[ "${jobtype}" == "behat-app" ]]; then
-p BEHAT_INCREASE_TIMEOUT=4 \
-p MOBILE_VERSION=latest-test \
-p INSTALL_PLUGINAPP=ci \
-p TAGS="${final_tags}" \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
Expand Down

0 comments on commit c948716

Please sign in to comment.