File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Fork CI
2+
3+ on :
4+ push :
5+ tags :
6+ - network-operator-*
7+
8+ jobs :
9+ call-reusable-ci-fork-workflow :
10+ uses : Mellanox/cloud-orchestration-reusable-workflows/.github/workflows/fork-ci-reusable.yml@main
11+ with :
12+ registry-internal : nvcr.io/nvstaging/mellanox
13+ service-account-username : nvidia-ci-cd
14+ service-account-email : svc-cloud-orch-gh@nvidia.com
15+ # For the component name, use the name of the component from https://github.com/Mellanox/network-operator/blob/master/hack/release.yaml
16+ # Otherwise, it won't be able to update the versions correctly
17+ components : ' [{"name": "nodeFeatureDiscovery", "imageName": "node-feature-discovery", "Dockerfile": "Dockerfile.nvidia"}]'
18+ chart-name : node-feature-discovery
19+ chart-path : " deployment/helm/node-feature-discovery"
20+ exclude-chart-files : ' ["values.yaml"]'
21+ secrets :
22+ registry-username : ${{ secrets.NVCR_USERNAME }}
23+ registry-token : ${{ secrets.NVCR_TOKEN }}
24+ cicd-gh-token : ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}
You can’t perform that action at this time.
0 commit comments