Skip to content

Commit

Permalink
Fix Qase
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Devulder <ldevulder@suse.com>
  • Loading branch information
ldevulder committed Feb 5, 2024
1 parent ee84100 commit 1a9e6ae
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ jobs:
proxy: ${{ inputs.proxy }}
public_domain: ${{ needs.create-runner.outputs.public_domain }}
public_fqdn: ${{ needs.create-runner.outputs.public_fqdn }}
qase_project_code: ELEMENTAL
qase_run_id: ${{ needs.pre-qase.outputs.qase_run_id }}
rancher_upgrade: ${{ inputs.rancher_upgrade }}
rancher_version: ${{ inputs.rancher_version }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/sub_airgap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ on:
os_to_test:
required: true
type: string
qase_project_code:
required: true
type: string
qase_run_id:
required: true
type: string
Expand Down Expand Up @@ -60,6 +63,7 @@ jobs:
K8S_VERSION_TO_PROVISION: ${{ inputs.k8s_version_to_provision}}
# QASE variables
QASE_API_TOKEN: ${{ secrets.qase_api_token }}
QASE_PROJECT_CODE: ${{ inputs.qase_project_code }}
QASE_RUN_ID: ${{ inputs.qase_run_id }}
# For Rancher Manager
RANCHER_VERSION: ${{ inputs.rancher_version }}
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/sub_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ on:
public_fqdn:
required: true
type: string
qase_project_code:
required: true
type: string
qase_run_id:
required: true
type: string
Expand Down Expand Up @@ -99,7 +102,9 @@ jobs:
CLUSTER_NAME: ${{ inputs.cluster_name }}
CLUSTER_NS: fleet-default
CLUSTER_TYPE: ${{ inputs.cluster_type }}
# For Qase reporting
# QASE variables
QASE_API_TOKEN: ${{ secrets.qase_api_token }}
QASE_PROJECT_CODE: ${{ inputs.qase_project_code }}
QASE_RUN_ID: ${{ inputs.qase_run_id }}
# K3S / RKE2 flags to use for installation
INSTALL_K3S_SKIP_ENABLE: true
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/sub_multi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ on:
public_fqdn:
required: true
type: string
qase_project_code:
required: true
type: string
qase_run_id:
required: true
type: string
Expand Down Expand Up @@ -69,7 +72,9 @@ jobs:
CLUSTER_NAME: ${{ inputs.cluster_name }}
CLUSTER_NS: fleet-default
CLUSTER_TYPE: ${{ inputs.cluster_type }}
# For Qase reporting
# QASE variables
QASE_API_TOKEN: ${{ secrets.qase_api_token }}
QASE_PROJECT_CODE: ${{ inputs.qase_project_code }}
QASE_RUN_ID: ${{ inputs.qase_run_id }}
# K3S / RKE2 flags to use for installation
INSTALL_K3S_SKIP_ENABLE: true
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/sub_test_choice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ on:
public_fqdn:
required: true
type: string
qase_project_code:
required: true
type: string
qase_run_id:
required: true
type: string
Expand Down Expand Up @@ -115,6 +118,7 @@ jobs:
cluster_type: ${{ inputs.cluster_type }}
k8s_version_to_provision: ${{ inputs.k8s_version_to_provision }}
os_to_test: ${{ inputs.os_to_test }}
qase_project_code: ${{ inputs.qase_project_code }}
qase_run_id: ${{ inputs.qase_run_id }}
rancher_version: ${{ inputs.rancher_version }}
runner_label: ${{ inputs.runner_label }}
Expand Down Expand Up @@ -142,6 +146,7 @@ jobs:
os_to_test: ${{ inputs.os_to_test }}
public_domain: ${{ inputs.public_domain }}
public_fqdn: ${{ inputs.public_fqdn }}
qase_project_code: ${{ inputs.qase_project_code }}
qase_run_id: ${{ inputs.qase_run_id }}
rancher_upgrade: ${{ inputs.rancher_upgrade }}
rancher_version: ${{ inputs.rancher_version }}
Expand Down Expand Up @@ -171,6 +176,7 @@ jobs:
operator_repo: ${{ inputs.operator_repo }}
public_domain: ${{ inputs.public_domain }}
public_fqdn: ${{ inputs.public_fqdn }}
qase_project_code: ${{ inputs.qase_project_code }}
qase_run_id: ${{ inputs.qase_run_id }}
rancher_version: ${{ inputs.rancher_version }}
runner_label: ${{ inputs.runner_label }}
Expand All @@ -196,6 +202,7 @@ jobs:
proxy: ${{ inputs.proxy }}
public_domain: ${{ inputs.public_domain }}
public_fqdn: ${{ inputs.public_fqdn }}
qase_project_code: ${{ inputs.qase_project_code }}
qase_run_id: ${{ inputs.qase_run_id }}
rancher_version: ${{ inputs.rancher_version }}
runner_label: ${{ inputs.runner_label }}
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/sub_ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ on:
public_fqdn:
required: true
type: string
qase_project_code:
required: true
type: string
qase_run_id:
required: true
type: string
Expand Down Expand Up @@ -78,7 +81,9 @@ jobs:
steps_status: ${{ join(steps.*.conclusion, ' ') }}
env:
CLUSTER_NAME: ${{ inputs.cluster_name }}
# For Qase reporting
# QASE variables
QASE_API_TOKEN: ${{ secrets.qase_api_token }}
QASE_PROJECT_CODE: ${{ inputs.qase_project_code }}
QASE_RUN_ID: ${{ inputs.qase_run_id }}
# K3S / RKE2 flags to use for installation
INSTALL_K3S_SKIP_ENABLE: true
Expand Down

0 comments on commit 1a9e6ae

Please sign in to comment.