Skip to content

Commit

Permalink
jobs: Define OS_ARCH for all job configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopcs9 committed Oct 30, 2024
1 parent 44737da commit 9c3efbc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jobs/fs-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
name: CENTOS_VERSION
default: '9s'
description: CentOS version to be installed on host node
- string:
name: OS_ARCH
default: 'x86_64'
description: Architecture to build the RPMS
- string:
name: GIT_REPO
default: 'sit-{git_repo}'
Expand Down
4 changes: 4 additions & 0 deletions jobs/gitlab-fs-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
name: CENTOS_VERSION
default: '9s'
description: CentOS version to be installed on host node
- string:
name: OS_ARCH
default: 'x86_64'
description: Architecture to build the RPMS
- string:
name: FILE_SYSTEM
default: '{file_system}'
Expand Down
4 changes: 4 additions & 0 deletions jobs/sink-clustered-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
name: CENTOS_VERSION
default: '9s'
description: CentOS version to be installed on host node
- string:
name: OS_ARCH
default: 'x86_64'
description: Architecture to build the RPMS
- string:
name: KUBE_VERSION
default: '{k8s_version}'
Expand Down

0 comments on commit 9c3efbc

Please sign in to comment.