From 95878a05495594af1bd0af56ad41084a43710c46 Mon Sep 17 00:00:00 2001
From: Alexandre Strube <a.strube@fz-juelich.de>
Date: Fri, 17 Feb 2023 16:28:41 +0100
Subject: [PATCH] Fix style

---
 .../t/TensorFlow/TensorFlow-2.11.0-foss-2022a-CUDA-11.7.eb  | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Golden_Repo/t/TensorFlow/TensorFlow-2.11.0-foss-2022a-CUDA-11.7.eb b/Golden_Repo/t/TensorFlow/TensorFlow-2.11.0-foss-2022a-CUDA-11.7.eb
index 56dc0b0fa..7e18fc3dd 100644
--- a/Golden_Repo/t/TensorFlow/TensorFlow-2.11.0-foss-2022a-CUDA-11.7.eb
+++ b/Golden_Repo/t/TensorFlow/TensorFlow-2.11.0-foss-2022a-CUDA-11.7.eb
@@ -169,7 +169,8 @@ exts_list = [
         'source_urls': ['https://github.com/tensorflow/tensorflow/archive/'],
         'test_script': 'TensorFlow-2.x_mnist-test.py',
         'test_tag_filters_cpu': '-gpu,-tpu,-no_cuda_on_cpu_tap,-no_pip,-no_oss,-oss_serial,-benchmark-test,-v1only',
-        'test_tag_filters_gpu': 'gpu,-no_gpu,-nogpu,-gpu_cupti,-no_cuda11,-no_pip,-no_oss,-oss_serial,-benchmark-test,-v1only',
+        'test_tag_filters_gpu': 'gpu,-no_gpu,-nogpu,-gpu_cupti,\
+                                 -no_cuda11,-no_pip,-no_oss,-oss_serial,-benchmark-test,-v1only',
         'test_targets': [
             '//tensorflow/core/...',
             '-//tensorflow/core:example_java_proto',
@@ -190,7 +191,8 @@ exts_list = [
             '-//tensorflow/core/ir/importexport/tests/roundtrip/...',
         ],
         'testopts': "--test_timeout=3600 --test_size_filters=small",
-        'testopts_gpu': "--test_timeout=3600 --test_size_filters=small --run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute",
+        'testopts_gpu': "--test_timeout=3600 --test_size_filters=small \
+                         --run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute",
         'with_xla': True,
         'checksums': [
             {'v2.11.0.tar.gz': '99c732b92b1b37fc243a559e02f9aef5671771e272758aa4aec7f34dc92dac48'},
-- 
GitLab