Skip to content

Commit

Permalink
functional-test updates.
Browse files Browse the repository at this point in the history
Required-githooks: true

Signed-off-by: Phil Henderson <[email protected]>
  • Loading branch information
phender committed Oct 18, 2024
1 parent cb2c7ab commit 8a76f64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/actions/functional-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ on:
required: true
ftest_args:
type: string
default: ""
default: "--nvme=auto"
jenkins_url:
type: string
default: https://build.hpdd.intel.com/
secrets:
GITHUB_TOKEN:
required: true

runs:
using: "composite"
Expand Down Expand Up @@ -67,11 +70,8 @@ runs:
fetch-depth: 500
ref: ${{ github.event.pull_request.head.sha }}
- name: Request and Provision a Cluster
timeout-minutes: 7200
uses: ./.github/actions/provision-cluster
shell: bash
- name: Run Test
timeout-minutes: 7200
id: run-test
run: |
. ci/gha_functions.sh
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/code-coverage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,15 @@ jobs:
steps:
- name: Checkout code
uses: actions/[email protected]

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 1: GitHub-owned GitHubAction not pinned by hash
Click Remediation section below to solve this issue
- name: Build RPMs
- name: Run function test
timeout-minutes: 2880
uses: ./.github/actions/functional-test
with:
distro: el8
version: ${{ env.EL8_VERSION }}
build_version: ${{ env.EL8_BUILD_VERSION }}
cluster_label: ci_vm9
tags: test_one_pool_vm
jenkins_url: ${{ env.JENKINS_URL }}
secrets:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 8a76f64

Please sign in to comment.