void-infrastructure icon indicating copy to clipboard operation
void-infrastructure copied to clipboard

btimefiles nomad

Open classabbyamp opened this issue 1 year ago • 1 comments

working towards buildbot in nomad

should be cleaned up on the ansible side first, then the nomad job can deployed

tested on my local nomad setup, everything works:

image

$ fd otime /hostdir -x sh -c 'echo $0; cat $0'
/hostdir/musl/binpkgs/debug/otime
1720983637
/hostdir/aarch64/binpkgs/debug/otime
1720983637
/hostdir/musl/binpkgs/otime
1720983637
/hostdir/musl/binpkgs/nonfree/otime
1720983637
/hostdir/aarch64/binpkgs/nonfree/otime
1720983637
/hostdir/glibc/binpkgs/debug/otime
1720983637
/hostdir/glibc/binpkgs/otime
1720983637
/hostdir/aarch64/binpkgs/otime
1720983637
/hostdir/glibc/binpkgs/multilib/otime
1720983637
/hostdir/glibc/binpkgs/nonfree/otime
1720983637
/hostdir/glibc/binpkgs/multilib/nonfree/otime
1720983637
$ fd otime /hostdir -x sh -c 'echo $0; cat $0'
/hostdir/musl/binpkgs/debug/otime
1720984117
/hostdir/musl/binpkgs/otime
1720984117
/hostdir/musl/binpkgs/nonfree/otime
1720984117
/hostdir/glibc/binpkgs/nonfree/otime
1720984117
/hostdir/aarch64/binpkgs/otime
1720984117
/hostdir/glibc/binpkgs/multilib/nonfree/otime
1720984117
/hostdir/glibc/binpkgs/multilib/otime
1720984117
/hostdir/aarch64/binpkgs/nonfree/otime
1720984117
/hostdir/glibc/binpkgs/debug/otime
1720984117
/hostdir/aarch64/binpkgs/debug/otime
1720984117
/hostdir/glibc/binpkgs/otime
1720984117

classabbyamp avatar Jul 14 '24 19:07 classabbyamp

cleanup for when this is finished: https://github.com/classabbyamp/void-infrastructure/compare/btimefiles...classabbyamp:void-infrastructure:btimefiles-cleanup

classabbyamp avatar Jul 15 '24 06:07 classabbyamp