Slackbot
12/16/2023, 9:24 PMLuke Massa
12/16/2023, 9:24 PM--- FAIL: TestRenderProjectResults (0.01s)
--- FAIL: TestRenderProjectResults/single_successful_plan (0.00s)
--- FAIL: TestRenderProjectResults/single_successful_plan/single_successful_plan (0.00s)Luke Massa
12/16/2023, 9:25 PMLuke Massa
12/16/2023, 9:34 PMLuke Massa
12/16/2023, 9:34 PMmake test on that commit locally and it failed w the same errors, then I went backwards one commit and did not get the errorsLuke Massa
12/16/2023, 9:36 PMLuke Massa
12/16/2023, 9:37 PMLuke Massa
12/17/2023, 12:53 AMLuke Massa
12/17/2023, 12:53 AMexp: Ran Plan for 3 projects:
1. dir: `path` workspace: `workspace`
1. project: `projectname` dir: `path2` workspace: `workspace`
1. project: `projectname2` dir: `path3` workspace: `workspace`
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* `atlantis apply`
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* `atlantis unlock`******
got: Ran Plan for 3 projects:
1. dir: `path` workspace: `workspace`
1. project: `projectname` dir: `path2` workspace: `workspace`
1. project: `projectname2` dir: `path3` workspace: `workspace`
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* `atlantis apply`
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* `atlantis unlock`Luke Massa
12/17/2023, 12:53 AMdelete vs **delete**Luke Massa
12/17/2023, 4:30 PMLuke Massa
12/17/2023, 4:31 PMPePe Amengual
12/17/2023, 5:12 PMDavid Glasser
12/17/2023, 5:36 PMDavid Glasser
12/17/2023, 5:37 PMDavid Glasser
12/17/2023, 5:42 PMDavid Glasser
12/17/2023, 5:42 PMchanges:
outputs:
should-run-tests: ${{ steps.changes.outputs.go == 'true' }}
if: github.event.pull_request.draft == false
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v2
id: changes
with:
filters: |
go:
- '**.go'
- 'go.*'
- '.github/workflows/test.yml'David Glasser
12/17/2023, 5:42 PMtestdata should be enough to run tests?David Glasser
12/17/2023, 5:45 PMLuke Massa
12/17/2023, 6:02 PMLuke Massa
12/17/2023, 6:06 PMLuke Massa
12/17/2023, 6:06 PMLuke Massa
12/17/2023, 6:07 PM