-
Notifications
You must be signed in to change notification settings - Fork 42
Conversation
This pull request does not have a backport label. Could you fix it @reakaleek? 🙏
|
💔 Build Failed
Expand to view the summary
Build stats
Steps errorsExpand to view the steps failures
|
f796ab3
to
2fdd38c
Compare
2fdd38c
to
6f565d2
Compare
run: echo "version=$(cat .go-version)" >> "$GITHUB_OUTPUT" | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: ${{ steps.get-go-version.outputs.version }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can use go-version-file instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cachedout I think we should start removing all the stuff is not used in this repo to avoid confusion in the future. Of course in a follow up PR. |
@kuisathaverat Indeed. Ultimately, I'd like to archive the entire thing to be honest with you. IMHO we should file a follow-up issue to migrate the k8s autodiscovery tests to a new testing framework and at that point, there should be no reason to keep this repo along any longer. WDYT? |
* Migrate k8s-autodiscovery test to GH Actions workflow * Remove Jenkins jobs * Test stack snapshot branches * Use sha for action version * empty (cherry picked from commit 37e80f6) # Conflicts: # .ci/jobs/e2e-testing-k8s-autodiscovery-daily-mbp.yml # .github/workflows/opentelemetry.yml
* Migrate k8s-autodiscovery test to GH Actions workflow * Remove Jenkins jobs * Test stack snapshot branches * Use sha for action version * empty (cherry picked from commit 37e80f6)
* Migrate k8s-autodiscovery test to GH Actions workflow * Remove Jenkins jobs * Test stack snapshot branches * Use sha for action version * empty (cherry picked from commit 37e80f6)
* Migrate k8s-autodiscovery test to GH Actions workflow * Remove Jenkins jobs * Test stack snapshot branches * Use sha for action version * empty (cherry picked from commit 37e80f6) Co-authored-by: Jan Calanog <[email protected]>
* Migrate k8s autodiscovery pipeline (#3596) * Migrate k8s-autodiscovery test to GH Actions workflow * Remove Jenkins jobs * Test stack snapshot branches * Use sha for action version * empty (cherry picked from commit 37e80f6) # Conflicts: # .ci/jobs/e2e-testing-k8s-autodiscovery-daily-mbp.yml # .github/workflows/opentelemetry.yml * Fix conflicts --------- Co-authored-by: Jan Calanog <[email protected]>
* Migrate k8s-autodiscovery test to GH Actions workflow * Remove Jenkins jobs * Test stack snapshot branches * Use sha for action version * empty (cherry picked from commit 37e80f6) Co-authored-by: Jan Calanog <[email protected]>
What does this PR do?
Migrate k8s autodiscovery pipeline to GitHub Actions workflow.
Why is it important?
Jenkins Migration
How to test?
Workflow run: https://github.com/elastic/e2e-testing/actions/runs/5689630212/job/15421501777?pr=3596
Author's Checklist