Skip to content

Commit eb2ff32

Browse files
committed
update
1 parent 4f6859a commit eb2ff32

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.lightning/workflows/fabric.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ trigger:
44
pull_request:
55
branches: ["master"]
66

7-
timeout: "75" # minutes
8-
machine: "L4_X_2"
7+
timeout: "55" # minutes
8+
machine: "T4_X_4"
99
parametrize:
1010
matrix: {}
1111
include:
@@ -96,6 +96,7 @@ run: |
9696
export PL_RUN_STANDALONE_TESTS=1
9797
wget https://raw.githubusercontent.com/Lightning-AI/utilities/main/scripts/run_standalone_tests.sh
9898
bash ./run_standalone_tests.sh "tests_fabric"
99+
export PL_RUN_STANDALONE_TESTS=0
99100
100101
# echo "Reporting coverage" # todo
101102
# python -m coverage report

.lightning/workflows/pytorch.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ trigger:
44
pull_request:
55
branches: ["master"]
66

7-
timeout: "75" # minutes
8-
machine: "L4_X_2"
7+
timeout: "55" # minutes
8+
machine: "T4_X_4"
99
parametrize:
1010
matrix: {}
1111
include:
@@ -112,6 +112,7 @@ run: |
112112
export PL_RUN_STANDALONE_TESTS=1
113113
wget https://raw.githubusercontent.com/Lightning-AI/utilities/main/scripts/run_standalone_tests.sh
114114
bash ./run_standalone_tests.sh "tests_pytorch"
115+
export PL_RUN_STANDALONE_TESTS=0
115116
116117
echo "Testing: PyTorch standalone tasks"
117118
cd tests_pytorch/

0 commit comments

Comments
 (0)