Skip to content

Commit 84e1da4

Browse files
CLDSRV-717: Don't ignore s3c test errors anymore
1 parent de5b173 commit 84e1da4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -469,10 +469,8 @@ jobs:
469469

470470
# Configure and run as Integration run S3C tests
471471
s3c-ft-tests:
472-
# This job for now ignore errors until all unification and backbeat tests are fixed
473472
runs-on: ubuntu-24.04
474473
needs: build
475-
continue-on-error: true
476474
env:
477475
S3BACKEND: file
478476
S3DATA: scality
@@ -513,47 +511,41 @@ jobs:
513511
run: ./setup-s3c.sh
514512
working-directory: .github/docker
515513
- name: Run cloudserver-object tests
516-
continue-on-error: true
517514
env:
518515
S3_CONFIG_FILE: ${{ github.workspace }}/.github/docker/config.s3c.json
519516
S3_LOCATION_FILE: ${{ github.workspace }}/tests/locationConfig/locationConfigS3C.json
520517
run: |-
521518
set -o pipefail;
522519
yarn run ft_awssdk_objects_misc | tee /tmp/artifacts/${{ github.job }}/ft_awssdk_objects_misc.log
523520
- name: Run cloudserver-version tests
524-
continue-on-error: true
525521
env:
526522
S3_CONFIG_FILE: ${{ github.workspace }}/.github/docker/config.s3c.json
527523
S3_LOCATION_FILE: ${{ github.workspace }}/tests/locationConfig/locationConfigS3C.json
528524
run: |-
529525
set -o pipefail;
530526
yarn run ft_awssdk_versioning | tee /tmp/artifacts/${{ github.job }}/ft_awssdk_versioning.log
531527
- name: Run cloudserver-bucket tests
532-
continue-on-error: true
533528
env:
534529
S3_CONFIG_FILE: ${{ github.workspace }}/.github/docker/config.s3c.json
535530
S3_LOCATION_FILE: ${{ github.workspace }}/tests/locationConfig/locationConfigS3C.json
536531
run: |-
537532
set -o pipefail;
538533
yarn run ft_awssdk_buckets | tee /tmp/artifacts/${{ github.job }}/ft_awssdk_buckets.log
539534
- name: Run cloudserver-routes (metadata) tests
540-
continue-on-error: true
541535
env:
542536
S3_CONFIG_FILE: ${{ github.workspace }}/.github/docker/config.s3c.json
543537
S3_LOCATION_FILE: ${{ github.workspace }}/tests/locationConfig/locationConfigS3C.json
544538
run: |-
545539
set -o pipefail;
546540
yarn run ft_node_routes | tee /tmp/artifacts/${{ github.job }}/ft_node_routes.log
547541
- name: Run backbeat route tests
548-
continue-on-error: true
549542
env:
550543
S3_CONFIG_FILE: ${{ github.workspace }}/.github/docker/config.s3c.json
551544
S3_LOCATION_FILE: ${{ github.workspace }}/tests/locationConfig/locationConfigS3C.json
552545
run: |-
553546
set -o pipefail;
554547
yarn run ft_route_backbeat | tee /tmp/artifacts/${{ github.job }}/ft_route_backbeat.log
555548
- name: Run backbeat tests
556-
continue-on-error: true
557549
env:
558550
S3_CONFIG_FILE: ${{ github.workspace }}/.github/docker/config.s3c.json
559551
S3_LOCATION_FILE: ${{ github.workspace }}/tests/locationConfig/locationConfigS3C.json

0 commit comments

Comments
 (0)