forked from kubernetes-sigs/node-feature-discovery
-
Notifications
You must be signed in to change notification settings - Fork 3
24 lines (22 loc) · 1.01 KB
/
fork-ci.yml
File metadata and controls
24 lines (22 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: Fork CI
on:
push:
tags:
- network-operator-*
jobs:
call-reusable-ci-fork-workflow:
uses: Mellanox/cloud-orchestration-reusable-workflows/.github/workflows/fork-ci-reusable.yml@main
with:
registry-internal: nvcr.io/nvstaging/mellanox
service-account-username: nvidia-ci-cd
service-account-email: svc-cloud-orch-gh@nvidia.com
# For the component name, use the name of the component from https://github.com/Mellanox/network-operator/blob/master/hack/release.yaml
# Otherwise, it won't be able to update the versions correctly
components: '[{"name": "nodeFeatureDiscovery", "imageName": "node-feature-discovery", "Dockerfile": "Dockerfile.nvidia"}]'
chart-name: node-feature-discovery
chart-path: "deployment/helm/node-feature-discovery"
exclude-chart-files: '["values.yaml"]'
secrets:
registry-username: ${{ secrets.NVCR_USERNAME }}
registry-token: ${{ secrets.NVCR_TOKEN }}
cicd-gh-token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}