From ae0378f5b083349029973d5092783b762b47b1dc Mon Sep 17 00:00:00 2001 From: Daniel van der Schuur <schuur@astron.nl> Date: Wed, 23 Mar 2022 15:25:07 +0100 Subject: [PATCH] -Updated comments. --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a8ffbdd7f..04bd40b89e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,9 +83,7 @@ synth-check-programming-files: ############################################################################### -# Hardware stage -# . for some reason we cannot use tags + trigger together. So this will be -# run on the shared Gitlab runner - which is fine. +# Trigger hardware test only on merge request ############################################################################### trigger-opc-ua-test: stage: hardware @@ -94,9 +92,6 @@ trigger-opc-ua-test: # - applications/lofar2/images/lofar2_unb2b_sdp_station_full.tar.gz - merge_requests - -# script: -# - echo "Found updated programming file. Triggering OPC UA test in SDPTR repo." trigger: project: LOFAR2.0/sdptr branch: L2SDP-571 -- GitLab