X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.terraform%2F1n_nmd%2Fetl%2Fconf%2Fnomad%2Fetl.hcl.tftpl;h=208fb0a59f0870c6b194a4a192771dbb7595c549;hp=c1d186f68132ac8a64e4ddc786f4f0c90e72932f;hb=6668e3391bf025b1123a12e79713f6039ddfdb3e;hpb=54fd337e30acc97434b33a6d0d3c19e4aa3051ab diff --git a/fdio.infra.terraform/1n_nmd/etl/conf/nomad/etl.hcl.tftpl b/fdio.infra.terraform/1n_nmd/etl/conf/nomad/etl.hcl.tftpl index c1d186f681..208fb0a59f 100644 --- a/fdio.infra.terraform/1n_nmd/etl/conf/nomad/etl.hcl.tftpl +++ b/fdio.infra.terraform/1n_nmd/etl/conf/nomad/etl.hcl.tftpl @@ -70,8 +70,8 @@ job "${job_name}" { # https://www.nomadproject.io/docs/job-specification/artifact # artifact { - source = "git::https://github.com/pmikus/glue-etl-pyspark.git" - destination = "local/etl" + source = "git::https://github.com/FDio/csit" + destination = "local/csit" } # The "driver" parameter specifies the task driver that should be used to @@ -90,7 +90,7 @@ job "${job_name}" { "--executor-memory", "20g", "trending.py" ] - work_dir = "/local/etl" + work_dir = "/local/csit/csit.infra.etl" } # The env stanza configures a list of environment variables to populate @@ -124,8 +124,8 @@ job "${job_name}" { # https://www.nomadproject.io/docs/job-specification/artifact # artifact { - source = "git::https://github.com/pmikus/glue-etl-pyspark.git" - destination = "local/etl" + source = "git::https://github.com/FDio/csit" + destination = "local/csit" } # The "driver" parameter specifies the task driver that should be used to @@ -144,7 +144,7 @@ job "${job_name}" { "--executor-memory", "10g", "stats.py" ] - work_dir = "/local/etl" + work_dir = "/local/csit/csit.infra.etl" } # The env stanza configures a list of environment variables to populate @@ -213,8 +213,8 @@ job "${job_name}" { # https://www.nomadproject.io/docs/job-specification/artifact # artifact { - source = "git::https://github.com/pmikus/glue-etl-pyspark.git" - destination = "local/etl" + source = "git::https://github.com/FDio/csit" + destination = "local/csit" } # The "driver" parameter specifies the task driver that should be used to @@ -233,7 +233,7 @@ job "${job_name}" { "--executor-memory", "20g", "coverage_rls2202.py" ] - work_dir = "/local/etl" + work_dir = "/local/csit/csit.infra.etl" } # The env stanza configures a list of environment variables to populate @@ -267,8 +267,8 @@ job "${job_name}" { # https://www.nomadproject.io/docs/job-specification/artifact # artifact { - source = "git::https://github.com/pmikus/glue-etl-pyspark.git" - destination = "local/etl" + source = "git::https://github.com/FDio/csit" + destination = "local/csit" } # The "driver" parameter specifies the task driver that should be used to @@ -287,7 +287,7 @@ job "${job_name}" { "--executor-memory", "20g", "iterative_rls2202.py" ] - work_dir = "/local/etl" + work_dir = "/local/csit/csit.infra.etl" } # The env stanza configures a list of environment variables to populate