StackStorm / StackStorm/st2-packages
[INFO] SSH Debug a failed build in a CircleCI
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 28
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
Courtesy: @armab
Here are instructions to get into needed place under CircleCI.
- Push
Rebuild SSHbutton for build you want to debug, ex: https://circleci.com/gh/StackStorm/st2/497 - Wait for some container to fail under tests (see in UI logs/tabs by number:
0-4) - SSH into failed container
- Once you inside, find Docker where all packages were installed:
$ docker ps
and login into that Docker:
$ sudo lxc-attach -n "$(docker inspect --format '{{.Id}}' st2packages_wheezytest_1)" -- bash
where st2packages_wheezytest_1 is container name from ^^ docker ps command.
- Do what you need, everything is in running/installed state there.
service st2auth status.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue records SSH debugging steps for failed CircleCI builds, including the Rebuild SSH flow and Docker commands. No repository file, test, or requested documentation change is named, so first confirm whether this information should be moved into project documentation. Done would mean an agreed documentation location and a maintained version of these instructions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, shell
- Domain
- ci-cd, devops, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100