From be64b3fee68824d1451e48219a87363716b27f04 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Tue, 10 Dec 2019 11:51:12 +0100 Subject: [PATCH] Change docker image Former-commit-id: 6969cad8caeb0c0bf4eeda9d25659ef2e11c9cda Former-commit-id: 04d1a5233bb232689193d13b164049ce9c70787c --- steps/AOFlagger.cwl | 2 +- steps/DPPP.cwl | 2 +- steps/H5ParmCollector.cwl | 2 +- steps/LoSoTo.Abs.cwl | 2 +- steps/LoSoTo.Duplicate.cwl | 2 +- steps/LoSoTo.Norm.cwl | 2 +- steps/LoSoTo.Plot.cwl | 2 +- steps/LoSoTo.Replicateonaxis.cwl | 2 +- steps/LoSoTo.Reset.cwl | 2 +- steps/LoSoTo.Residual.cwl | 2 +- steps/check_ateam_separation.cwl | 2 +- steps/ddecal.cwl | 2 +- steps/interpolate_visibilities.cwl | 2 +- steps/makesourcedb.cwl | 2 +- steps/ms_concat.cwl | 2 +- steps/msinfo.cwl | 2 +- steps/predict.cwl | 2 +- steps/wsclean.cwl | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/steps/AOFlagger.cwl b/steps/AOFlagger.cwl index e3421e14..b2e3eff7 100644 --- a/steps/AOFlagger.cwl +++ b/steps/AOFlagger.cwl @@ -13,7 +13,7 @@ requirements: hints: DockerRequirement: - dockerPull: lofareosc/prefactor-ci:master + dockerPull: lofareosc/lofar-pipeline-ci:latest baseCommand: - aoflagger diff --git a/steps/DPPP.cwl b/steps/DPPP.cwl index 6ec9c1df..17005aba 100755 --- a/steps/DPPP.cwl +++ b/steps/DPPP.cwl @@ -88,7 +88,7 @@ outputs: glob: DPPP.log hints: - class: DockerRequirement - dockerPull: lofareosc/prefactor + dockerPull: lofareosc/lofar-pipeline stdout: DPPP.log requirements: - class: InlineJavascriptRequirement diff --git a/steps/H5ParmCollector.cwl b/steps/H5ParmCollector.cwl index e2e33e20..338109c7 100755 --- a/steps/H5ParmCollector.cwl +++ b/steps/H5ParmCollector.cwl @@ -63,7 +63,7 @@ outputs: label: H5parm_collector hints: - class: DockerRequirement - dockerPull: 'lofareosc/prefactor-ci:master' + dockerPull: 'lofareosc/lofar-pipeline-ci:latest' stdout: $(inputs.outh5parmname)-parm_collector_output.log requirements: - class: InlineJavascriptRequirement diff --git a/steps/LoSoTo.Abs.cwl b/steps/LoSoTo.Abs.cwl index 43f5c28c..69ec253b 100755 --- a/steps/LoSoTo.Abs.cwl +++ b/steps/LoSoTo.Abs.cwl @@ -30,7 +30,7 @@ arguments: hints: DockerRequirement: - dockerPull: lofareosc/prefactor-ci:master + dockerPull: lofareosc/lofar-pipeline-ci:latest inputs: - id: input_h5parm diff --git a/steps/LoSoTo.Duplicate.cwl b/steps/LoSoTo.Duplicate.cwl index 9111602f..2219758c 100644 --- a/steps/LoSoTo.Duplicate.cwl +++ b/steps/LoSoTo.Duplicate.cwl @@ -30,7 +30,7 @@ arguments: hints: DockerRequirement: - dockerPull: lofareosc/prefactor-ci:master + dockerPull: lofareosc/lofar-pipeline-ci:latest inputs: - id: input_h5parm diff --git a/steps/LoSoTo.Norm.cwl b/steps/LoSoTo.Norm.cwl index f60ee4c4..e9cadbd6 100644 --- a/steps/LoSoTo.Norm.cwl +++ b/steps/LoSoTo.Norm.cwl @@ -31,7 +31,7 @@ arguments: hints: DockerRequirement: - dockerPull: lofareosc/prefactor-ci:master + dockerPull: lofareosc/lofar-pipeline-ci:latest inputs: - id: input_h5parm diff --git a/steps/LoSoTo.Plot.cwl b/steps/LoSoTo.Plot.cwl index e5d5cfb0..e4145505 100644 --- a/steps/LoSoTo.Plot.cwl +++ b/steps/LoSoTo.Plot.cwl @@ -44,7 +44,7 @@ arguments: hints: DockerRequirement: - dockerPull: lofareosc/prefactor-ci:master + dockerPull: lofareosc/lofar-pipeline-ci:latest inputs: - id: input_h5parm diff --git a/steps/LoSoTo.Replicateonaxis.cwl b/steps/LoSoTo.Replicateonaxis.cwl index c676467d..f7512ea6 100644 --- a/steps/LoSoTo.Replicateonaxis.cwl +++ b/steps/LoSoTo.Replicateonaxis.cwl @@ -42,7 +42,7 @@ arguments: hints: DockerRequirement: - dockerPull: lofareosc/prefactor-ci:master + dockerPull: lofareosc/lofar-pipeline-ci:latest inputs: - id: input_h5parm diff --git a/steps/LoSoTo.Reset.cwl b/steps/LoSoTo.Reset.cwl index 99594d12..887b0b81 100644 --- a/steps/LoSoTo.Reset.cwl +++ b/steps/LoSoTo.Reset.cwl @@ -29,7 +29,7 @@ arguments: hints: DockerRequirement: - dockerPull: lofareosc/prefactor-ci:master + dockerPull: lofareosc/lofar-pipeline-ci:latest inputs: - id: input_h5parm diff --git a/steps/LoSoTo.Residual.cwl b/steps/LoSoTo.Residual.cwl index 4bc566cd..9dd82a8a 100644 --- a/steps/LoSoTo.Residual.cwl +++ b/steps/LoSoTo.Residual.cwl @@ -29,7 +29,7 @@ arguments: hints: DockerRequirement: - dockerPull: lofareosc/prefactor-ci:master + dockerPull: lofareosc/lofar-pipeline-ci:latest inputs: - id: input_h5parm diff --git a/steps/check_ateam_separation.cwl b/steps/check_ateam_separation.cwl index 977d9f86..1c383d46 100755 --- a/steps/check_ateam_separation.cwl +++ b/steps/check_ateam_separation.cwl @@ -39,6 +39,6 @@ outputs: label: check_Ateam_separation hints: - class: DockerRequirement - dockerPull: lofareosc/prefactor + dockerPull: lofareosc/lofar-pipeline - class: InlineJavascriptRequirement stdout: Ateam_separation.log diff --git a/steps/ddecal.cwl b/steps/ddecal.cwl index c534d536..7268170c 100644 --- a/steps/ddecal.cwl +++ b/steps/ddecal.cwl @@ -10,7 +10,7 @@ requirements: hints: DockerRequirement: - dockerPull: lofareosc/prefactor-ci:master + dockerPull: lofareosc/lofar-pipeline-ci:latest arguments: - steps=[ddecal] diff --git a/steps/interpolate_visibilities.cwl b/steps/interpolate_visibilities.cwl index 90772b4f..7d7c97f9 100644 --- a/steps/interpolate_visibilities.cwl +++ b/steps/interpolate_visibilities.cwl @@ -43,7 +43,7 @@ outputs: label: interpolate_visibilities hints: - class: DockerRequirement - dockerPull: lofareosc/prefactor-ci:master + dockerPull: lofareosc/lofar-pipeline-ci:latest requirements: - class: InitialWorkDirRequirement diff --git a/steps/makesourcedb.cwl b/steps/makesourcedb.cwl index eb5c2e7c..fec1acf4 100755 --- a/steps/makesourcedb.cwl +++ b/steps/makesourcedb.cwl @@ -50,7 +50,7 @@ outputs: label: make_sourcedb_ateam hints: - class: DockerRequirement - dockerPull: 'lofareosc/prefactor:latest' + dockerPull: 'lofareosc/lofar-pipeline:latest' stdout: make_sourcedb_ateam.log requirements: - class: InlineJavascriptRequirement diff --git a/steps/ms_concat.cwl b/steps/ms_concat.cwl index d9038e8d..c374f679 100644 --- a/steps/ms_concat.cwl +++ b/steps/ms_concat.cwl @@ -51,7 +51,7 @@ label: ms_concat requirements: - class: ShellCommandRequirement - class: DockerRequirement - dockerPull: lofareosc/prefactor-ci:master + dockerPull: lofareosc/lofar-pipeline-ci:latest - class: InlineJavascriptRequirement - class: InitialWorkDirRequirement listing: diff --git a/steps/msinfo.cwl b/steps/msinfo.cwl index 0c7e2f5b..a29ca584 100644 --- a/steps/msinfo.cwl +++ b/steps/msinfo.cwl @@ -17,7 +17,7 @@ requirements: - $import: RadioDatatypes.yaml hints: DockerRequirement: - dockerPull: lofareosc/prefactor-ci:master + dockerPull: lofareosc/lofar-pipeline-ci:latest baseCommand: - python3 diff --git a/steps/predict.cwl b/steps/predict.cwl index eeb14aef..d9facbb8 100644 --- a/steps/predict.cwl +++ b/steps/predict.cwl @@ -68,4 +68,4 @@ requirements: - class: InlineJavascriptRequirement hints: - class: DockerRequirement - dockerPull: lofareosc/prefactor-ci:master + dockerPull: lofareosc/lofar-pipeline-ci:latest diff --git a/steps/wsclean.cwl b/steps/wsclean.cwl index 2bb63f20..b1ab1734 100644 --- a/steps/wsclean.cwl +++ b/steps/wsclean.cwl @@ -39,4 +39,4 @@ outputs: label: WSClean requirements: - class: DockerRequirement - dockerPull: lofareosc/prefactor-ci:master + dockerPull: lofareosc/lofar-pipeline-ci:latest -- GitLab