Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 181
    • Merge requests 181
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !29925

Fix parameter formatting in python-based ART job scripts (ATR-20785)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged William Panduro Vazquez requested to merge jpanduro/athena:master-fix-test-formatting into master Jan 30, 2020
  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 4

The original parameter string in several jobs (originally bash scripts) used double quotes as a delimiter. When ported to python these jobs started to fail due to incorrect interpretation of the delimiter. Replacing the double quotes with single quotes fixes the problem. All four tests verified to run locally.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: master-fix-test-formatting