Skip to content

Commit ba333e4

Browse files
almaslennikovgithub-actions[bot]
authored andcommitted
Create fork-ci.yml
Signed-off-by: Alexander Maslennikov <[email protected]>
1 parent 089bd2c commit ba333e4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/fork-ci.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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: [email protected]
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 }}

0 commit comments

Comments
 (0)