We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ba839 commit 0c0a07aCopy full SHA for 0c0a07a
.github/workflows/smoke.yml
@@ -9,6 +9,7 @@ on:
9
channel:
10
description: "Channel to run tests against"
11
default: "beta"
12
+ type: string
13
required: false
14
job_to_run:
15
required: true
taskcluster/kinds/new-beta-qa/kind.yml
@@ -48,7 +48,7 @@ tasks:
48
export REPORTABLE=1;
49
pipenv run pytest --fx-executable $FX_EXECUTABLE tests;
50
export BETA_VERSION=$(pipenv run python collect_executables.py -n)
51
- if ![[ "${BETA_VERSION}" == *"b6"* ]] && ![[ "${BETA_VERSION}" == *"b8"* ]]; then exit 0;
+ if ![[ "${BETA_VERSION}" == *"b6"* ]] && ![[ "${BETA_VERSION}" == *"b9"* ]]; then exit 0;
52
export FX_CHANNEL="devedition";
53
mv ./ci_pyproject.toml ./pyproject.toml;
54
./collect_executables.sh;
0 commit comments