Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 569
    • Issues 569
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 99
    • Merge requests 99
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • BINDBIND
  • Merge requests
  • !6465

Ensure junit is created in failed tarball and out-of-tree jobs

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Michal Nowak requested to merge mnowak/create-junit-for-failed-tarball-and-out-of-tree-jobs into main Jun 20, 2022
  • Overview 4
  • Commits 2
  • Pipelines 1
  • Changes 1

Failed system:gcc:tarball after script:

Running after script...
$ (source bin/tests/system/conf.sh; $PYTHON bin/tests/convert-trs-to-junit.py . > junit.xml)
/bin/bash: line 159: bin/tests/system/conf.sh: No such file or directory

system:gcc:tarball now:

Running after script...
$ if [[ -n "${OUT_OF_TREE_WORKSPACE}" ]]; then cd "${OUT_OF_TREE_WORKSPACE}"; else test -d bind-* && cd bind-* || true; fi
$ (source bin/tests/system/conf.sh; $PYTHON "${CI_PROJECT_DIR}/bin/tests/convert-trs-to-junit.py" . > "${CI_PROJECT_DIR}/junit.xml")
$ test -n "${OUT_OF_TREE_WORKSPACE}" && cd "${OUT_OF_TREE_WORKSPACE}"
$ test -d bind-* && cd bind-*
$ cat bin/tests/system/test-suite.log
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mnowak/create-junit-for-failed-tarball-and-out-of-tree-jobs