Skip to content

Commit 492403e

Browse files
fstagniweb-flow
authored andcommitted
sweep: #7293 test: use CVMFS in the PilotWrapper tests' containers
1 parent 85c622d commit 492403e

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/workflows/pilotWrapper.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@ jobs:
2020
- devel
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
24+
- uses: cvmfs-contrib/github-action-cvmfs@v3
25+
26+
- name: Test CernVM-FS
27+
run: ls /cvmfs/dirac.egi.eu
28+
2429
- name: Fail-fast for outdated pipelines
2530
run: .github/workflows/fail-fast.sh
31+
2632
- name: prepare environment
2733
run: |
2834
conda config --set add_pip_as_python_dependency false

tests/Integration/WorkloadManagementSystem/Test_GenerateAndExecutePilotWrapper.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@
1717
# python Test_GenerateAndExecutePilotWrapper.py url://to_PilotWrapper.py
1818

1919

20-
from __future__ import print_function
21-
from __future__ import absolute_import
22-
from __future__ import division
20+
from __future__ import absolute_import, division, print_function
2321

24-
import sys
2522
import os
23+
import sys
2624
import time
2725

2826
# 1) gets the (DIRAC-free) PilotWrapper.py

0 commit comments

Comments
 (0)