File tree 6 files changed +17
-17
lines changed
6 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ workflow:
38
38
- if : $CI_COMMIT_BRANCH
39
39
- if : $CI_COMMIT_TAG
40
40
- if : $CI_PIPELINE_SOURCE == "web"
41
- - if : $CI_COMMIT_BRANCH == "master "
41
+ - if : $CI_COMMIT_BRANCH == "main "
42
42
- if : $CI_COMMIT_BRANCH =~ /^release-.*$/
43
43
- if : $CI_COMMIT_TAG && $CI_COMMIT_TAG != ""
44
44
45
45
.main-or-manual :
46
46
rules :
47
- - if : $CI_COMMIT_BRANCH == "master "
47
+ - if : $CI_COMMIT_BRANCH == "main "
48
48
- if : $CI_COMMIT_BRANCH =~ /^release-.*$/
49
49
- if : $CI_COMMIT_TAG && $CI_COMMIT_TAG != ""
50
50
- if : $CI_PIPELINE_SOURCE == "schedule"
Original file line number Diff line number Diff line change 1
1
Hello!
2
2
3
3
Thanks for making this contribution! When contributing to this repository please keep in mind the following:
4
- - [ You should sign your work] ( https://github.com/NVIDIA/gpu-operator/blob/master /CONTRIBUTING.md ) .
4
+ - [ You should sign your work] ( https://github.com/NVIDIA/gpu-operator/blob/main /CONTRIBUTING.md ) .
5
5
- You should be making your contribution against the [ gitlab.com repository] ( https://gitlab.com/nvidia/kubernetes/gpu-operator ) as github.com is just a mirror.
Original file line number Diff line number Diff line change 20
20
- opened
21
21
- synchronize
22
22
branches :
23
- - master
23
+ - main
24
24
- release-*
25
25
push :
26
26
branches :
27
- - master
27
+ - main
28
28
- release-*
29
29
30
30
jobs :
@@ -236,12 +236,12 @@ jobs:
236
236
echo "COMMIT_SHORT_SHA=${GITHUB_SHA:0:8}" >> $GITHUB_ENV
237
237
LOWERCASE_REPO_OWNER=$(echo "${GITHUB_REPOSITORY_OWNER}" | awk '{print tolower($0)}')
238
238
echo "LOWERCASE_REPO_OWNER=$(echo "${GITHUB_REPOSITORY_OWNER}" | awk '{print tolower($0)}')" >> $GITHUB_ENV
239
-
240
- echo "OPERATOR_VERSION=${COMMIT_SHORT_SHA}-ubi8" >> $GITHUB_ENV
239
+
240
+ echo "OPERATOR_VERSION=${COMMIT_SHORT_SHA}-ubi8" >> $GITHUB_ENV
241
241
echo "OPERATOR_IMAGE=ghcr.io/${LOWERCASE_REPO_OWNER}/gpu-operator" >> $GITHUB_ENV
242
242
echo "VALIDATOR_VERSION=${COMMIT_SHORT_SHA}-ubi8" >> $GITHUB_ENV
243
243
echo "VALIDATOR_IMAGE=ghcr.io/${LOWERCASE_REPO_OWNER}/gpu-operator/gpu-operator-validator" >> $GITHUB_ENV
244
-
244
+
245
245
echo "instance_hostname=ubuntu@${{ steps.get_public_dns_name.outputs.result }}" >> $GITHUB_ENV
246
246
echo "private_key=${{ github.workspace }}/key.pem" >> $GITHUB_ENV
247
247
- name : Run e2e tests
@@ -289,7 +289,7 @@ jobs:
289
289
LOWERCASE_REPO_OWNER=$(echo "${GITHUB_REPOSITORY_OWNER}" | awk '{print tolower($0)}')
290
290
echo "LOWERCASE_REPO_OWNER=$(echo "${GITHUB_REPOSITORY_OWNER}" | awk '{print tolower($0)}')" >> $GITHUB_ENV
291
291
292
- echo "OPERATOR_VERSION=${COMMIT_SHORT_SHA}-ubi8" >> $GITHUB_ENV
292
+ echo "OPERATOR_VERSION=${COMMIT_SHORT_SHA}-ubi8" >> $GITHUB_ENV
293
293
echo "OPERATOR_IMAGE=ghcr.io/${LOWERCASE_REPO_OWNER}/gpu-operator" >> $GITHUB_ENV
294
294
echo "VALIDATOR_VERSION=${COMMIT_SHORT_SHA}-ubi8" >> $GITHUB_ENV
295
295
echo "VALIDATOR_IMAGE=ghcr.io/${LOWERCASE_REPO_OWNER}/gpu-operator/gpu-operator-validator" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ include:
14
14
ref : " 2023.10.09"
15
15
16
16
variables :
17
- # Release "devel"-tagged images off the master branch
18
- RELEASE_DEVEL_BRANCH : " master "
17
+ # Release "devel"-tagged images off the main branch
18
+ RELEASE_DEVEL_BRANCH : " main "
19
19
DEVEL_RELEASE_IMAGE_VERSION : " devel"
20
20
# On the multi-arch builder we don't need the qemu setup.
21
21
SKIP_QEMU_SETUP : " 1"
@@ -284,7 +284,7 @@ e2e_tests_containerd_k8s1_27:
284
284
- .e2e_defaults
285
285
- .infra_setup_defaults
286
286
- .schedule_defaults
287
-
287
+
288
288
.clean_infra :
289
289
extends :
290
290
- .cnt_kube_clean
@@ -308,7 +308,7 @@ cnt_kube_setup_containerd_k8s1_25:
308
308
variables :
309
309
TF_VAR_kubernetes_version : " 1.25.11"
310
310
TF_VAR_gpu_device_name : " NVIDIA-A100-PCIE-40GB"
311
-
311
+
312
312
cnt_kube_clean_containerd_k8s1_25 :
313
313
extends :
314
314
- .clean_infra
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This repository follows Semantic Versioning 2.0.0
10
10
The artifacts will be versioned as follows:
11
11
- ** nightly** : 1.0.0-nightly-shortSHA
12
12
- The version names contain "nightly".
13
- - Leading number of pre-release version tracked in master .
13
+ - Leading number of pre-release version tracked in main .
14
14
- build meta data of SHA hash is appended to version string.
15
15
- May be buggy
16
16
- Features may be removed at any time.
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ spec:
223
223
- name : init-container-image
224
224
image : nvcr.io/nvidia/cuda@sha256:ae0623ec8634b6c88f815b88037763def160cbbac15013b77ddef257fc276c9a
225
225
- name : gpu-operator-validator-image
226
- image : registry.gitlab.com/nvidia/kubernetes/gpu-operator/staging/gpu-operator-validator:master -latest-ubi8
226
+ image : registry.gitlab.com/nvidia/kubernetes/gpu-operator/staging/gpu-operator-validator:main -latest-ubi8
227
227
- name : k8s-driver-manager-image
228
228
image : nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:0c77725de8c42d248ed825453efd2e005f4900f4be384fd23084f6b721ddd0e0
229
229
- name : vfio-manager-image
@@ -853,7 +853,7 @@ spec:
853
853
- --leader-elect
854
854
- --leader-lease-renew-deadline
855
855
- " 60s"
856
- image : registry.gitlab.com/nvidia/kubernetes/gpu-operator/staging/gpu-operator:master -latest-ubi8
856
+ image : registry.gitlab.com/nvidia/kubernetes/gpu-operator/staging/gpu-operator:main -latest-ubi8
857
857
command :
858
858
- gpu-operator
859
859
livenessProbe :
@@ -891,7 +891,7 @@ spec:
891
891
fieldRef :
892
892
fieldPath : metadata.namespace
893
893
- name : " VALIDATOR_IMAGE"
894
- value : " registry.gitlab.com/nvidia/kubernetes/gpu-operator/staging/gpu-operator-validator:master -latest-ubi8"
894
+ value : " registry.gitlab.com/nvidia/kubernetes/gpu-operator/staging/gpu-operator-validator:main -latest-ubi8"
895
895
- name : " GFD_IMAGE"
896
896
value : " nvcr.io/nvidia/k8s-device-plugin@sha256:80674b19898ecf9ed6949e39674da769d6feeeb01bea54b914ef9ff502834f49"
897
897
- name : " CONTAINER_TOOLKIT_IMAGE"
You can’t perform that action at this time.
0 commit comments