From 1eaeed75b06dd09589f74518a0f9a99dd6ce6c43 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Fri, 15 Mar 2024 12:54:43 +0100 Subject: [PATCH] test: sub --- .github/workflows/submitAndMatch.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/submitAndMatch.yml b/.github/workflows/submitAndMatch.yml index 74f806048b7..ffb1204c7b9 100644 --- a/.github/workflows/submitAndMatch.yml +++ b/.github/workflows/submitAndMatch.yml @@ -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: |