Skip to content
Snippets Groups Projects

Added copying of mark 4 observations to the WS staging area

Merged Nathan Bockisch requested to merge copy_mark4_to_staging_area into 2.8.2-DEVELOPMENT
1 unresolved thread

Works like a charm in testing! All the files reported successful NGAS ingestion.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Daniel Nemergut approved this merge request

    approved this merge request

  • Nice, I think this needs to be in the ingest_obs workflow too since those are also being dropped outside the WS staging directory. I can put that in.

  • Sounds good, though if you want to just run tests by live updating the database first then I can just include the changes in my MR when they're ready. I'm looking at how I can report that the mark 4 observation can report as successful or failed as well, which I'll discuss at the tag-up. I don't think this'll be an issue for ingest_obs since I believe the envoy should handle that.

48 48 NGASHOSTARR=(`/bin/echo ${NGASHOSTSTR}`) # Put the space-delimited host list into an array
49 49 NGASHOSTLEN=${#NGASHOSTARR[@]}
50 50
51 cd $1
51 # Copy from the difx area to the Workspaces staging area
52 WSSTAGINGDIR=$(./pycapo -q edu.nrao.workspaces.IngestionSettings.vlbiStagingDirectory)
  • Nathan Bockisch added 1 commit

    added 1 commit

    • 7f06f86a - Added check to report if NGAS ingestion failed

    Compare with previous version

  • Nathan Bockisch added 1 commit

    added 1 commit

    • cf19332b - Let's copy to the right staging area

    Compare with previous version

  • Daniel Nemergut unapproved this merge request

    unapproved this merge request

  • Daniel Nemergut approved this merge request

    approved this merge request

  • Charlotte Hausman approved this merge request

    approved this merge request

  • Nathan Bockisch mentioned in commit d11c1cef

    mentioned in commit d11c1cef

  • Please register or sign in to reply
    Loading