Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix AIX permissions for file upload
  • Loading branch information
vladbogo committed Jan 18, 2023
1 parent 9a821b1 commit ecd3c6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions master-nonlatent/master.cfg
Expand Up @@ -282,6 +282,8 @@ f_aix.addStep(steps.MTR(
env=MTR_ENV,
))
f_aix.addStep(steps.ShellCommand(name="move mariadb log files", alwaysRun=True, command=['bash', '-c', util.Interpolate(moveMTRLogs(), jobs=util.Property('jobs', default='24'))]))
f_aix.addStep(steps.ShellCommand(name="create var archive", alwaysRun=True, command=['bash', '-c', util.Interpolate(createVar())], doStepIf=hasFailed))
f_aix.addStep(steps.ShellCommand(name="change permissions", alwaysRun=True, command=['bash', '-c', 'chmod -R o+rx /buildbot/logs']))
f_aix.addStep(steps.DirectoryUpload(name="save mariadb log files", compress="bz2", alwaysRun=True, workersrc='/buildbot/logs/', masterdest=util.Interpolate('/srv/buildbot/packages/' + '%(prop:tarbuildnum)s' + '/logs/' + '%(prop:buildername)s' )))
f_aix.addStep(steps.ShellCommand(name="cleanup", command="./aix-build-and-test.sh clean", alwaysRun=True))

Expand Down

0 comments on commit ecd3c6b

Please sign in to comment.