Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atlantis pipeline icons not appearing in Gitlab when running from a fork repository #1586

Open
axcosta opened this issue May 18, 2021 · 2 comments
Labels
bug Something isn't working help wanted Good feature for contributors provider/gitlab

Comments

@axcosta
Copy link

axcosta commented May 18, 2021

Environment:

  • GKE cluster v.1.17.17
  • Gitlab v.11.8.1 installed through Helm Chart
  • Terraform v.0.14.9
  • Atlantis v. 0.16.1 installed through Helm chart v.3.12.13 with autoplan, automerge, checkout_strategy=merge
  • atlantis.yml:
version: 3
projects:
- dir: .
  autoplan:
    when_modified: ["**/*.yaml", "*.tf"]
  apply_requirements: [mergeable]

Scenario:

I've got an upstream repo integrated with Atlantis and teams fork this repo, create feature branches and create merge requests from fork to upstream. When I submit a merge quest on upstream repo, it automatically starts plan pipeline job and shows progress through interface as such and records that at the pipelines section.

Issue:

When a team member submits a merge request through fork repo, it also automatically starts plan pipeline job BUT does not show any progress through interface NOR records its execution at pipeline section.

Is this an expected behavior? Fork repo users in this case don't know Atlantis progress until output (from plan or apply job) pops out at the comments section.

@jamengual jamengual added the bug Something isn't working label Aug 26, 2022
@jamengual
Copy link
Contributor

is this still happening with v0.19.8?

@jamengual jamengual added the waiting-on-response Waiting for a response from the user label Aug 26, 2022
@axcosta
Copy link
Author

axcosta commented Sep 5, 2022

Yes, had just tested with Gitlab 15.3.2 and Atlantis 0.19.8 and this is still happening, unfortunately.

@jamengual jamengual added provider/gitlab help wanted Good feature for contributors and removed waiting-on-response Waiting for a response from the user labels Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Good feature for contributors provider/gitlab
Projects
None yet
Development

No branches or pull requests

2 participants