Skip to content

Commit fac37f6

Browse files
committed
that coulda been bad
Signed-off-by: Mriyam Tamuli <[email protected]>
1 parent 8487a8b commit fac37f6

9 files changed

+22
-18
lines changed

.github/workflows/backward-compatibility.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: backward-compatibility-5mins
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
workflow_dispatch:
88
jobs:
99
integration:

.github/workflows/containerd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: containerd-11mins
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
workflow_dispatch:
88
jobs:
99
integration:

.github/workflows/cri-o.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: cri-o-10mins
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
workflow_dispatch:
88
jobs:
99
integration:

.github/workflows/devcontainer-build-and-push.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Dev Container Build and Push Image
22

33
on:
44
push:
5-
branches:
6-
master
5+
branches: [master]
76
paths:
87
- .github/workflows/devcontainer-build-and-push.yml
98
- '.github/.devcontainer/**'

.github/workflows/images-build-and-push.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@ name: Create and publish the container image
33
on:
44
push:
55
branches:
6+
- '*'
67
tags:
8+
- 'v*'
79

810
env:
9-
BASE_REPOSITORY: warm-metal/csi-driver-image
10-
BASE_DEFAULT_BRANCH: master
11+
BASE_REPOSITORY: warm-metal/container-image-csi-driver
12+
BASE_DEFAULT_BRANCH: main
1113
BASE_IMAGE_NAME: warmmetal/csi-image
1214
FORK_IMAGE_NAME: ghcr.io/${{ github.repository }}
1315

16+
permissions:
17+
packages: write
18+
1419
jobs:
1520
build-and-push-image:
1621
runs-on: ubuntu-latest

.github/workflows/images-cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
packages: write
99

1010
env:
11-
BASE_REPOSITORY: warm-metal/csi-driver-image
11+
BASE_REPOSITORY: warm-metal/container-image-csi-driver
1212

1313
jobs:
1414
clean-ghcr:

.github/workflows/metrics.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: test-metrics-5m
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
workflow_dispatch:
88
jobs:
99
integration:
@@ -34,4 +34,4 @@ jobs:
3434
- name: Test metrics
3535
run: ./test/integration/test-metrics.sh
3636
- name: Uninstall the CSI Driver
37-
run: helm uninstall -n kube-system ${HELM_NAME} --wait
37+
run: helm uninstall -n kube-system ${HELM_NAME} --wait

.github/workflows/restart-ds-containerd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: restart-ds-containerd-5mins
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
workflow_dispatch:
88
jobs:
99
integration:

.github/workflows/restart-ds-crio.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: restart-ds-crio-8mins
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
workflow_dispatch:
88
jobs:
99
integration:

0 commit comments

Comments
 (0)