Skip to content

Commit

Permalink
test: sub
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Mar 15, 2024
1 parent f1acdc5 commit 1eaeed7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/submitAndMatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ jobs:
pip install ${GITHUB_WORKSPACE}
dirac-configure -S "DIRAC-Certification" -C "https://lbcertifdirac70.cern.ch:9135/Configuration/Server" --UseServerCertificate -o /DIRAC/Security/CertFile=${GITHUB_WORKSPACE}/Pilot/Pilot/etc/grid-security/hostcert.pem -o /DIRAC/Security/KeyFile=${GITHUB_WORKSPACE}/Pilot/Pilot/etc/grid-security/hostkey.pem
dirac-admin-get-proxy aboyer dteam_user -o /DIRAC/Security/UseServerCertificate=True --out="/tmp/x509up_u${UID}" -ddd
cat > test.jdl << EOF
[
Arguments = "Hello World";
CPUTime = 1000;
Executable = "echo";
Site = "DIRAC.CI.org";
JobName = "helloWorld_Github_CI";
]
EOF
dirac-wms-jobs-submit test.jdl
- name: run_pilot
run: |
Expand Down

0 comments on commit 1eaeed7

Please sign in to comment.