Skip to content

Commit 1a513fa

Browse files
authored
Continue on error (#352)
1 parent 1b10a74 commit 1a513fa

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/cnf-test-partner-image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
large-packages: true
3939
docker-images: true
4040
swap-storage: true
41+
continue-on-error: true
4142

4243
- name: 'Build the `cnf-test-partner` image'
4344
run: docker build -t $IMAGE_NAME:$IMAGE_TAG -t $IMAGE_NAME:$SPECIFIC_IMAGE_TAG . --no-cache -f $IMAGE_CONTAINER_FILE_PATH

.github/workflows/debug-partner-image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
large-packages: true
4040
docker-images: true
4141
swap-storage: true
42+
continue-on-error: true
4243

4344
- name: 'Build the `debug-partner` image'
4445
run: docker build --no-cache -f Dockerfile.debug-partner -t $IMAGE_NAME:$IMAGE_TAG .

.github/workflows/local-test-infra.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
large-packages: true
3939
docker-images: true
4040
swap-storage: true
41+
continue-on-error: true
4142

4243
- name: Start the k8s cluster
4344
uses: ./.github/actions/start-k8s-cluster

.github/workflows/pre-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
large-packages: true
7676
docker-images: true
7777
swap-storage: true
78+
continue-on-error: true
7879

7980
- name: Set up Go 1.21
8081
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)