Skip to content

Commit 495deec

Browse files
authored
Merge pull request noobaa#1832 from liranmauda/liran-backport-into-5.18
[Backport into 5.18] Update AWS Regions with cn-north-1 and cn-northwest-1
2 parents 33b6eb4 + bdd632c commit 495deec

13 files changed

Lines changed: 46 additions & 2 deletions

.github/workflows/run_admission_test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ jobs:
2020
- name: Setup Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: "1.23"
23+
go-version-file: ./noobaa-operator/go.mod
24+
check-latest: true
25+
cache: true
26+
cache-dependency-path: |
27+
**/go.sum
2428
2529
- name: Set environment variables
2630
run: |

.github/workflows/run_hac_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
**/go.sum
2121
- name: Set up kind
2222
uses: helm/kind-action@v1
23+
with:
24+
install_only: true
2325

2426
- name: Set environment variables
2527
run: |

.github/workflows/run_kms_azure_vault_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
**/go.sum
2121
- name: Set up kind
2222
uses: helm/kind-action@v1
23+
with:
24+
install_only: true
2325

2426
- name: Set environment variables
2527
run: |

.github/workflows/run_kms_dev_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
**/go.sum
2121
- name: Set up kind
2222
uses: helm/kind-action@v1
23+
with:
24+
install_only: true
2325

2426
- name: Set environment variables
2527
run: |

.github/workflows/run_kms_ibm_kp_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
**/go.sum
2424
- name: Set up kind
2525
uses: helm/kind-action@v1
26+
with:
27+
install_only: true
2628

2729
- name: Set environment variables
2830
run: |

.github/workflows/run_kms_kmip_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
**/go.sum
2121
- name: Set up kind
2222
uses: helm/kind-action@v1
23+
with:
24+
install_only: true
2325

2426
- name: Set environment variables
2527
run: |

.github/workflows/run_kms_rotate_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
**/go.sum
2121
- name: Set up kind
2222
uses: helm/kind-action@v1
23+
with:
24+
install_only: true
2325

2426
- name: Set environment variables
2527
run: |

.github/workflows/run_kms_tls_sa_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
**/go.sum
2121
- name: Set up kind
2222
uses: helm/kind-action@v1
23+
with:
24+
install_only: true
2325
- name: Set environment variables
2426
run: |
2527
echo PATH=$PATH:$HOME/go/bin >> $GITHUB_ENV

.github/workflows/run_kms_tls_token_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
**/go.sum
2121
- name: Set up kind
2222
uses: helm/kind-action@v1
23+
with:
24+
install_only: true
2325

2426
- name: Set environment variables
2527
run: |

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ build-releases/
1212
# visual studio code intellisense configuration
1313
.vscode/
1414

15+
# Cursor IDE rules and config
16+
.cursor/
17+
1518
# NooBaa config file
1619
noobaa.cfg.yaml
1720

21+
# ignore any DS_Store file created by macos
22+
.DS_Store
23+
1824
*.IGNORE

0 commit comments

Comments
 (0)