ADD: kinit + aklog
Some checks failed
Pmodules database Scheduler / deps-check (push) Failing after 13m46s
Pmodules database Scheduler / pages (push) Has been cancelled

This commit is contained in:
2025-10-16 11:02:34 +02:00
parent 6e8ccfd63c
commit 8e2e854598

View File

@@ -16,6 +16,8 @@ jobs:
run: |
export REQUESTS_CA_BUNDLE=/etc/ssl/ca-bundle.pem
export SSL_CERT_FILE=/etc/ssl/ca-bundle.pem
kinit -t $HOME/.krb5/keytab -k svcusr-spack
aklog -noprdb
source /opt/psi/config/profile.bash
module load Python/3.9.10
export COLUMNS=9000
@@ -33,6 +35,8 @@ jobs:
run: |
export REQUESTS_CA_BUNDLE=/etc/ssl/ca-bundle.pem
export SSL_CERT_FILE=/etc/ssl/ca-bundle.pem
kinit -t $HOME/.krb5/keytab -k svcusr-spack
aklog -noprdb
source /opt/psi/config/profile.bash
module load Python/3.9.10 asciidoctor/2.0.23
export COLUMNS=9000