Skip to content

Commit

Permalink
Add MTR S3 on protected builder amd64-ubuntu-2004-debug
Browse files Browse the repository at this point in the history
Now that s3.mysqldump was resolved for the Main branch we can finally add S3 tests to branch protection.

See MDEV-35921:  MariaDB/server@b8fa8b9
and buildbot S3 run: https://buildbot.mariadb.org/#/builders/538/builds/23207/steps/13/logs/stdio

```
s3.amazon                                w15 [ skipped ]  Not connected to AWS
s3.unsupported                           w18 [ pass ]    192
s3.backup                                w19 [ pass ]    209
s3.select                                w14 [ pass ]    394
s3.debug                                 w10 [ pass ]    487
s3.encryption                            w3 [ pass ]    563
s3.partition_create_fail                 w13 [ pass ]    402
s3.arguments                             w7 [ pass ]    731
s3.innodb                                w12 [ pass ]    614
s3.alter2                                w1 [ pass ]    968
s3.partition_move                        w16 [ pass ]   1181
s3.mysqldump                             w6 [ pass ]   1539
s3.discovery                             w11 [ pass ]   1544
s3.replication_delayed 'mix'             w20 [ pass ]   1773
s3.alter                                 w5 [ pass ]   2472
s3.replication_mixed 'mix'               w17 [ pass ]   5178
s3.replication_stmt 'stmt'               w4 [ pass ]   5539
s3.basic                                 w9 [ pass ]  10117
s3.partition                             w2 [ pass ]  10334
s3.replication_partition 'mix'           w8 [ pass ]  10877
--------------------------------------------------------------------------
The servers were restarted 1 times
Spent 55.194 of 16 seconds executing testcases
Completed: All 20 tests were successful.
```
  • Loading branch information
RazvanLiviuVarzaru committed Jan 27, 2025
1 parent 7199ce3 commit 52ce1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
BUILDERS_S3_MTR = [
"aarch64-ubuntu-2004-debug",
"s390x-sles-1506",
"amd64-ubuntu-2004-debug",
]

# Defines branches for which we save packages
Expand Down

0 comments on commit 52ce1bc

Please sign in to comment.