Trask Stalnaker
2b0310e1b9
Fix gradle wrapper workflow notification ( #8545 )
2023-05-22 16:07:50 +00:00
Trask Stalnaker
bea517a3fc
Fix workflow notifications ( #8544 )
2023-05-22 08:49:30 -07:00
Trask Stalnaker
a41158fa1b
Auto-update gradle wrappers ( #8532 )
2023-05-19 16:01:10 -07:00
Trask Stalnaker
50ca91d1c5
Fix workflows ( #8457 )
2023-05-09 11:56:25 -07:00
Trask Stalnaker
48688b8f37
Don't create duplicate issues on workflow failures ( #8441 )
...
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2023-05-09 08:57:47 -07:00
Lauri Tulmin
f1d946e0f3
Run tests with java 20 ( #8314 )
2023-04-19 13:44:38 -07:00
Trask Stalnaker
41d7ed00b5
Fix auto-update SDK automation ( #8260 )
2023-04-10 08:47:26 -07:00
Lauri Tulmin
8fba02e391
Skip spotless and other checks in CI test step ( #8142 )
...
Currently we run spotless and other checks for each of the parallel test
steps which seems wasteful. Here is an attempt to run only the tests in
given partition without any extra checks in the `test` step and run all
the checks in the `build` step.
2023-04-04 10:43:12 -07:00
Trask Stalnaker
eb83b216a7
Remove doc version auto-update ( #8198 )
...
the auto-update will be triggered from the doc repo after
https://github.com/open-telemetry/opentelemetry.io/pull/2568
2023-04-03 11:33:23 -07:00
dependabot[bot]
67aabce866
Bump actions/checkout from 2 to 3 ( #8178 )
2023-03-30 15:55:00 -07:00
Jean Bisutti
c5ef8ffd60
Add GraalVM native tests ( #8163 )
...
This PR allows:
* Executing the OTel Logback appender tests as GraalVM native
executables
* Executing the native tests once a day on Github
---------
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2023-03-30 14:10:48 -07:00
Trask Stalnaker
b3204d9852
Better comment-driven automation ( #8168 )
2023-03-30 11:40:37 +02:00
dependabot[bot]
de0f51ef47
Bump actions/stale from 7 to 8 ( #8118 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 7 to 8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/stale/releases ">actions/stale's
releases</a>.</em></p>
<blockquote>
<h2>v8.0.0</h2>
<p>⚠️ This version contains breaking changes ⚠️ </p>
<h2>What's Changed</h2>
<ul>
<li>New option labels-to-remove-when-stale enables users to specify list
of coma delimited labels that will be removed when the issue or PR
becomes stale by <a
href="https://github.com/panticmilos "><code>@panticmilos</code></a> <a
href="https://redirect.github.com/actions/stale/issues/770 ">actions/stale#770</a></li>
<li>Skip deleting the branch in the upstream of a forked repo by <a
href="https://github.com/dsame "><code>@dsame</code></a> <a
href="https://redirect.github.com/actions/stale/pull/913 ">actions/stale#913</a></li>
<li>abort the build on the error by <a
href="https://github.com/dsame "><code>@dsame</code></a> in <a
href="https://redirect.github.com/actions/stale/pull/935 ">actions/stale#935</a></li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>In this release we prevent scenarios when the build is not
interrupted on some exceptions, which led to successful builds when they
are supposed to fail</li>
</ul>
<h2>Example</h2>
<pre lang="yaml"><code>name: 'Remove labels when the issue or PR becomes
stale'
on:
schedule:
- cron: '30 1 * * *'
<p>permissions:
pull-request: write</p>
<p>jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
labels-to-remove-when-stale: 'label1,label2'
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/actions/stale/blob/main/CHANGELOG.md ">actions/stale's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h1>[7.0.0]</h1>
<p>⚠️ Breaking change ⚠️ </p>
<ul>
<li>Allow daysBeforeStale options to be float by <a
href="https://github.com/irega "><code>@irega</code></a> in <a
href="https://redirect.github.com/actions/stale/pull/841 ">actions/stale#841</a></li>
<li>Use cache in check-dist.yml by <a
href="https://github.com/jongwooo "><code>@jongwooo</code></a> in <a
href="https://redirect.github.com/actions/stale/pull/876 ">actions/stale#876</a></li>
<li>fix print outputs step in existing workflows by <a
href="https://github.com/irega "><code>@irega</code></a> in <a
href="https://redirect.github.com/actions/stale/pull/859 ">actions/stale#859</a></li>
<li>Update issue and PR templates, add/delete workflow files by <a
href="https://github.com/IvanZosimov "><code>@IvanZosimov</code></a> in
<a
href="https://redirect.github.com/actions/stale/pull/880 ">actions/stale#880</a></li>
<li>Update how stale handles exempt items by <a
href="https://github.com/johnsudol "><code>@johnsudol</code></a> in <a
href="https://redirect.github.com/actions/stale/pull/874 ">actions/stale#874</a></li>
</ul>
<h1>[6.0.1]</h1>
<p>Update <code>@actions/core</code> to v1.10.0 (<a
href="https://redirect.github.com/actions/stale/pull/839 ">#839</a>)</p>
<h1>[6.0.0]</h1>
<p>⚠️ Breaking change ⚠️ </p>
<p>Issues/PRs default <code>close-issue-reason</code> is now
<code>not_planned</code>(<a
href="https://redirect.github.com/actions/stale/issues/789 ">#789</a>)</p>
<h1>[5.1.0]</h1>
<p><a href="https://redirect.github.com/actions/stale/issues/696 ">Don't
process stale issues right after they're marked stale</a>
[Add close-issue-reason option]<a
href="https://redirect.github.com/actions/stale/pull/764 ">#764</a><a
href="https://redirect.github.com/actions/stale/pull/772 ">#772</a>
Various dependabot/dependency updates</p>
<h2><a
href="https://github.com/actions/stale/compare/v3.0.19...v4.1.0 ">4.1.0</a>
(2021-07-14)</h2>
<h2>Features</h2>
<ul>
<li><a
href="9912fa74d1
">Ability
to exempt draft PRs</a></li>
</ul>
<h2><a
href="https://github.com/actions/stale/compare/v3.0.19...v4.0.0 ">4.0.0</a>
(2021-07-14)</h2>
<h3>Features</h3>
<ul>
<li><strong>options:</strong> simplify config by removing skip stale
message options (<a
href="https://redirect.github.com/actions/stale/issues/457 ">#457</a>)
(<a
href="6ec637d238
">6ec637d</a>),
closes <a
href="https://redirect.github.com/actions/stale/issues/405 ">#405</a> <a
href="https://redirect.github.com/actions/stale/issues/455 ">#455</a></li>
<li><strong>output:</strong> print output parameters (<a
href="https://redirect.github.com/actions/stale/issues/458 ">#458</a>)
(<a
href="3e6d35b685
">3e6d35b</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>dry-run:</strong> forbid mutations in dry-run (<a
href="https://redirect.github.com/actions/stale/issues/500 ">#500</a>)
(<a
href="f1017f33dd
">f1017f3</a>),
closes <a
href="https://redirect.github.com/actions/stale/issues/499 ">#499</a></li>
<li><strong>logs:</strong> coloured logs (<a
href="https://redirect.github.com/actions/stale/issues/465 ">#465</a>)
(<a
href="5fbbfba142
">5fbbfba</a>)</li>
<li><strong>operations:</strong> fail fast the current batch to respect
the operations limit (<a
href="https://redirect.github.com/actions/stale/issues/474 ">#474</a>)
(<a
href="5f6f311ca6
">5f6f311</a>),
closes <a
href="https://redirect.github.com/actions/stale/issues/466 ">#466</a></li>
<li><strong>label comparison</strong>: make label comparison case
insensitive <a
href="https://redirect.github.com/actions/stale/pull/517 ">#517</a>,
closes <a
href="https://redirect.github.com/actions/stale/pull/516 ">#516</a></li>
<li><strong>filtering comments by actor could have strange
behavior</strong>: "stale" comments are now detected based on
if the message is the stale message not <em>who</em> made the comment(<a
href="https://redirect.github.com/actions/stale/pull/519 ">#519</a>),
fixes <a
href="https://redirect.github.com/actions/stale/pull/441 ">#441</a>, <a
href="https://redirect.github.com/actions/stale/pull/509 ">#509</a>, <a
href="https://redirect.github.com/actions/stale/pull/518 ">#518</a></li>
</ul>
<h3>Breaking Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1160a22402
"><code>1160a22</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/stale/issues/965 ">#965</a>
from actions/dependabot/npm_and_yarn/prettier-2.8.6</li>
<li><a
href="5f7b396645
"><code>5f7b396</code></a>
build(deps-dev): bump prettier from 2.8.4 to 2.8.6</li>
<li><a
href="b002e7ec85
"><code>b002e7e</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/stale/issues/941 ">#941</a>
from panticmilos/vmpantic/rebuild-dist-vercel-bump</li>
<li><a
href="52903732a4
"><code>5290373</code></a>
Rebuild dist after rebase</li>
<li><a
href="b006677dea
"><code>b006677</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/stale/issues/962 ">#962</a>
from actions/dependabot/npm_and_yarn/jest-and-types/j...</li>
<li><a
href="4f29769aee
"><code>4f29769</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/stale/issues/961 ">#961</a>
from actions/dependabot/npm_and_yarn/typescript-5.0.2</li>
<li><a
href="83453dd842
"><code>83453dd</code></a>
build(deps-dev): bump jest and <code>@types/jest</code></li>
<li><a
href="79e8c046ed
"><code>79e8c04</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/stale/issues/960 ">#960</a>
from actions/dependabot/npm_and_yarn/types/node-18.15.3</li>
<li><a
href="75d4d955ac
"><code>75d4d95</code></a>
Remove labels on stale (<a
href="https://redirect.github.com/actions/stale/issues/959 ">#959</a>)</li>
<li><a
href="fac2d41a88
"><code>fac2d41</code></a>
build(deps-dev): bump typescript from 4.9.4 to 5.0.2</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/stale/compare/v7...v8 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-24 08:37:20 +01:00
Lauri Tulmin
9c21045c18
Add security manager test app ( #8115 )
...
For testing
https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/7983
2023-03-23 18:35:17 +02:00
Lauri Tulmin
aad49e8836
Use markdown-link-check 3.10.3 ( #8081 )
...
Newly released markdown-link-check `3.11.0` ignores our configuration
file.
2023-03-18 22:23:45 +02:00
Trask Stalnaker
a7dc2ef5a6
Fix CodeQL build ( #7991 )
...
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2023-03-07 10:14:26 +02:00
Lauri Tulmin
160ce88aca
Set smoke test image tag before workflow branches ( #7979 )
...
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7969
2023-03-07 08:56:36 +02:00
Trask Stalnaker
d27dd892ce
Don't fail-fast for testLatestDeps ( #7992 )
...
(similar to all of the other matrix builds)
2023-03-07 08:55:01 +02:00
Trask Stalnaker
ac709f4957
Update to Gradle 7.6.1 ( #7910 )
...
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2023-03-01 11:27:26 -08:00
Trask Stalnaker
6cb00d3de0
Fix sdk version in release notes ( #7880 )
2023-02-23 12:38:54 +01:00
dependabot[bot]
322b15fea7
Bump gradle/wrapper-validation-action from 1.0.5 to 1.0.6 ( #7861 )
...
Bumps
[gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action )
from 1.0.5 to 1.0.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gradle/wrapper-validation-action/releases ">gradle/wrapper-validation-action's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.6</h2>
<h1>Gradle Wrapper Validation</h1>
<ul>
<li>Security vulnerability: <a
href="959bfac6da
">Bump
json5 from 1.0.1 to 1.0.2</a></li>
<li>Security vulnerability: <a
href="ffa46e5c87
">Bump
qs from 6.10.1 to 6.11.0</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8d49e559aa
"><code>8d49e55</code></a>
Use Node 16 for CI workflow</li>
<li><a
href="553793aaea
"><code>553793a</code></a>
Build outputs</li>
<li><a
href="79fc16cf9b
"><code>79fc16c</code></a>
Add name to package_lock</li>
<li><a
href="bc61a16645
"><code>bc61a16</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/gradle/wrapper-validation-action/issues/68 ">#68</a>
from TWiStErRob/patch-2</li>
<li><a
href="64a4451e28
"><code>64a4451</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/gradle/wrapper-validation-action/issues/71 ">#71</a>
from gradle/dependabot/npm_and_yarn/json5-1.0.2</li>
<li><a
href="664dcf59c9
"><code>664dcf5</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/gradle/wrapper-validation-action/issues/70 ">#70</a>
from gradle/dependabot/npm_and_yarn/qs-6.11.0</li>
<li><a
href="dabb1b52d3
"><code>dabb1b5</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/gradle/wrapper-validation-action/issues/73 ">#73</a>
from obfusk/patch-2</li>
<li><a
href="777fab02ef
"><code>777fab0</code></a>
fix typo: diffoscope not DiffScope</li>
<li><a
href="6c56157398
"><code>6c56157</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/gradle/wrapper-validation-action/issues/72 ">#72</a>
from gradle/no/checkout-3</li>
<li><a
href="a63eded8e0
"><code>a63eded</code></a>
Update workflows to v3</li>
<li>Additional commits viewable in <a
href="https://github.com/gradle/wrapper-validation-action/compare/v1.0.5...v1.0.6 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21 09:51:56 +02:00
Lauri Tulmin
0351cfbdb5
Fix vaadin 14 test failures ( #7856 )
...
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7859
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7855
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7854
Apparently default node version was change to 18 for github actions. I
wasn't able to reproduce the failure, nor find anything in the test
output that would help to pinpoint the exact cause of the failure.
Changing the node version to 16 seems to get vaadin 14 tests passing
again.
2023-02-20 11:58:59 +01:00
Trask Stalnaker
ee722f9a4a
Fix auto-update action ( #7804 )
...
so it doesn't keep trying to open new PRs while existing PR is open
2023-02-11 12:38:40 -08:00
Trask Stalnaker
2d776af318
Auto-update OTel SDK ( #7633 )
...
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2023-02-10 21:34:47 +00:00
Trask Stalnaker
b72e28a1a8
Use new org secret ( #7759 )
2023-02-08 08:34:17 +01:00
dependabot[bot]
0f4322ef19
Bump docker/build-push-action from 3 to 4 ( #7681 )
2023-01-30 21:26:35 -08:00
Trask Stalnaker
fc81be47e5
Fix job name ( #7654 )
2023-01-25 10:13:00 -08:00
Trask Stalnaker
90209fe53b
Add labels for running openj9 and windows tests during PR builds ( #7647 )
...
Bringing back #6314 and extending to openj9
2023-01-25 09:53:54 -08:00
Trask Stalnaker
8b0880a8e3
Partition testLatestDeps to speed up CI ( #7649 )
2023-01-25 09:51:46 -08:00
Trask Stalnaker
e869bd879b
Parallelize tests across multiple GitHub Actions jobs ( #7639 )
...
The build takes ~2 hours when there are changes to core modules that
force re-running of all tests.
Ran into the long test times (again) in #7632 .
This also affects release times since the version bump PR build takes 2
hours to run, and then another 2 hours to run release (or wait 2 hours
for CI build to run and update gradle cache).
2023-01-24 12:22:42 -08:00
Trask Stalnaker
82ea80aba7
Skip openj9 in PR build ( #7641 )
...
to help offset new parallelization in #7639
2023-01-24 12:22:24 -08:00
Trask Stalnaker
df93f3b1ee
Update misspell link ( #7612 )
...
see
https://github.com/open-telemetry/opentelemetry-java/pull/5118/files#r1070170588
2023-01-19 10:44:21 +01:00
dependabot[bot]
6b0cfa5a0c
Bump actions/stale from 6 to 7 ( #7609 )
2023-01-18 13:54:26 -08:00
Trask Stalnaker
f33a1b73ea
Add stale workflow ( #7605 )
...
This is the same workflow I added in the community repo recently.
2023-01-18 12:32:07 -08:00
Trask Stalnaker
3786acb18a
Refine required checks ( #7411 )
...
Adds these are required checks for PRs (except on release branches where
they are still not required):
* shell-script-check
* markdown-lint-check
* misspell-check
This is still NOT a required check:
* markdown-link-check
Also in this PR:
* Avoids running `markdown-link-check` at all on release branches since
it's generally expected to be red due to pinning the release download
link before tagging
2022-12-14 07:57:56 -08:00
Trask Stalnaker
a4740264c2
Use windows-latest ( #7299 )
2022-11-29 07:54:03 -08:00
Trask Stalnaker
db48ba147a
Add some comment-driven automations for PRs ( #7321 )
...
Available commands:
* `@opentelemetrybot spotless` - runs `./gradlew spotlessApply`
* `@opentelemetrybot license` - runs `./gradlew generateLicenseReport`
* `@opentelemetrybot apidiff` - runs `./gradlew jApiCmp`
* `@opentelemetrybot update` - updates branch with merge commit
* `@opentelemetrybot rerun` - re-runs failed checks (NOT IMPLEMENTED
YET)
* `@opentelemetrybot help` - displays available commands
see #7290
2022-11-29 07:47:26 -08:00
Trask Stalnaker
0e4c66a428
Update images to Windows 2022 ( #7300 )
...
preliminary step for #7299
2022-11-27 09:50:08 -08:00
Vasi Vasireddy
27805615aa
Update the usage of set-output command in GH actions ( #7260 )
...
This PR updates the usage of set-output command in GH actions.
Reference :
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
CHANGELOG entry is not required
2022-11-21 11:29:57 -08:00
Trask Stalnaker
7ccf0bd655
Update doc PR now that annotations are stable ( #7219 )
...
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2022-11-18 17:19:59 +00:00
Trask Stalnaker
b0fb249a65
Post release updates ( #7213 )
...
fyi I added topic for SIG meeting in 2 weeks b/c I'd like to automate
this but have some questions:
* What is the purpose of keeping around old diffs?
* If we need them, what about not including the empty ones?
* Do we diff minor versions against patches (if any), or only against
last minor?
2022-11-18 10:55:57 +01:00
Aaron Ai
2d7395c44b
Introduce markdown lint check ( #7175 )
...
Fixes #7129
2022-11-16 20:48:42 -08:00
Trask Stalnaker
1e6fb0088a
Don't open issue on re-runs ( #7186 )
...
to avoid confusions like
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7181#issuecomment-1315828235
2022-11-16 09:29:37 +01:00
Trask Stalnaker
19ce0f87b9
GitHub action sync ( #7150 )
2022-11-15 09:35:30 -08:00
Trask Stalnaker
5a88cd7462
Fix sporadically failing uploads ( #7173 )
...
I've seen CI fail several times lately on something like
```
An error was encountered when uploading deadlock-detector-test-19-hotspot
```
e.g.
https://github.com/open-telemetry/opentelemetry-java-instrumentation/actions/runs/3466878562/jobs/5791191014
when otherwise the job would have succeeded.
2022-11-15 16:23:48 +01:00
Trask Stalnaker
6bc43450df
Add shell check ( #7125 )
...
Motivated by @mateuszrzeszutek's
https://github.com/signalfx/splunk-otel-java/pull/992
2022-11-11 14:58:05 -08:00
Trask Stalnaker
d9c4784952
Stabilize annotations ( #7046 )
...
Resolves #6494
2022-11-08 08:46:11 -08:00
Trask Stalnaker
1a91fced2a
Remove -contrib and -docs workflows ( #7051 )
...
No longer needed because of
* https://github.com/open-telemetry/opentelemetry-java-contrib/pull/568 ,
and
* https://github.com/open-telemetry/opentelemetry-java-docs/pull/60
2022-11-08 08:45:55 -08:00
Trask Stalnaker
cd95517ddc
Add OWASP dependency check ( #6978 )
...
See comment in the github action that explains why I think this is
helpful:
> the benefit of this over dependabot is that this also analyzes
transitive dependencies
> while dependabot (at least currently) only analyzes top-level
dependencies
2022-10-27 19:21:38 -07:00
Trask Stalnaker
2642c116bd
Fix play smoke-test image publishing ( #6988 )
...
Resolves #6983
2022-10-27 13:30:52 +03:00
Trask Stalnaker
28459d890c
Use component owners extension matching ( #6966 )
...
I have submitted a PR to add support for this to the component-owners
action: https://github.com/dyladan/component-owners/pull/14 , but we can
use my fork for now.
2022-10-26 11:23:02 -07:00
Trask Stalnaker
0575ab4fe3
Remove usage of deprecated docker image ( #6969 )
2022-10-26 11:22:34 -07:00
Trask Stalnaker
2778062528
Add gradle wrapper validation to required-status-checks ( #6976 )
...
So we can't accidentally merge a PR with this check failing.
Currently built on top of #6975
2022-10-26 11:16:20 -07:00
Trask Stalnaker
0ba68177e3
More reuse in github actions ( #6975 )
2022-10-26 09:09:48 -07:00
dependabot[bot]
89b173c5ae
Bump gradle/wrapper-validation-action from 1.0.4 to 1.0.5 ( #6970 )
2022-10-25 14:07:27 -07:00
Trask Stalnaker
b7602c746b
Remove CodeQL workaround ( #6949 )
...
same as
https://github.com/open-telemetry/opentelemetry-java-contrib/pull/556
2022-10-23 09:29:28 -07:00
Trask Stalnaker
034cac3f76
Fix comment ( #6926 )
...
First I tried to update to `20`, but looks like there are no ea releases
available, I think I "mispoke" in that comment, so fixed it.
2022-10-20 14:01:00 -07:00
Trask Stalnaker
bac8b0c8b0
Don't assign PRs to component owners ( #6918 )
...
It will still assign @theletterf as a reviewer
2022-10-19 13:42:22 -07:00
Trask Stalnaker
9621ea08cf
Update repo settings ( #6862 )
...
it seems that github recently tightened up the branch protection
restrictions (in a way that makes more sense than the prior behavior)
2022-10-13 20:07:36 -07:00
Trask Stalnaker
63302ccd3e
Split out license check as separate github action ( #6863 )
...
I've been having a bit of trouble with the license check in our distro
repo, and I think it's helpful for it to be a separate github action
(also for visibility).
2022-10-13 19:09:22 -07:00
Trask Stalnaker
b1bc39db59
Fix website PR ( #6869 )
...
Need to manually run the action after merging.
2022-10-13 07:32:30 -07:00
Trask Stalnaker
c5cd8d67a3
Fix create website pull request ( #6852 )
2022-10-11 18:07:56 -07:00
Mateusz Rzeszutek
709ab76dd2
Add @theletterf as docs codeowner ( #6830 )
...
cc @theletterf
2022-10-07 12:08:34 -07:00
Trask Stalnaker
06b6f0a2f2
Split out separate spotless CI check ( #6743 )
...
To make it clearer when the only problem with a PR is spotless (and may
follow-up with a comment-driven automation to apply spotless to a PR)
2022-10-05 17:17:01 -07:00
Trask Stalnaker
93a578b8db
Enable testLatestDeps in PRs ( #6744 )
...
but do not make it a required check.
The reason for my change of mind here is:
When new library versions are released which break testLatestDeps, the
quick fix is to temporarily limit the upper bound, but it's not clear
what the quick fix is if we end up merging in a change which breaks
testLatestDeps (short of reverting the change, which then potentially
requires reengaging the contributor after they have moved on from the
PR).
2022-09-29 10:59:26 -07:00
Trask Stalnaker
6fdea85873
Remove unnecessary CI steps ( #6742 )
...
Since tests aren't run on assemble, these shouldn't be needed.
2022-09-25 13:12:10 +03:00
Trask Stalnaker
5e2df2b81f
Run integration tests against Java 19 ( #6690 )
...
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2022-09-24 12:31:15 -07:00
Trask Stalnaker
3371d93f51
Remove Java 18 and add Java 20 in smoke tests ( #6703 )
...
Need to follow-up after images are published from `main` in order to
update the tests themselves.
2022-09-22 09:56:02 -07:00
Trask Stalnaker
08ba0a9ddd
Create website PR on release ( #6650 )
2022-09-19 08:39:27 -07:00
Trask Stalnaker
6c9e88e78a
Fix at mention in operator pr ( #6630 )
2022-09-15 13:38:31 +03:00
Trask Stalnaker
ba9876eae1
Fix operator pull request ( #6629 )
2022-09-14 17:58:38 -07:00
Mateusz Rzeszutek
edf421ede5
Stabilize instrumentation-api and introduce jApiCmp checks ( #6566 )
...
* Stabilize instrumentation-api and introduce jApiCmp checks
* Update
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-09-09 15:26:39 -07:00
Lauri Tulmin
dd752816b7
Spring boot application class should have a public constructor ( #6509 )
2022-08-25 12:28:05 -07:00
Trask Stalnaker
edc5a6cf8a
Add reviewer to external PRs ( #6498 )
2022-08-24 09:24:27 -07:00
Trask Stalnaker
abfc65c255
Add comment to generated PRs ( #6468 )
...
* Add comment to generated PRs
* Review
* More
2022-08-17 14:38:33 -07:00
Trask Stalnaker
6ded36095e
Small release improvements ( #6433 )
2022-08-08 08:39:30 -07:00
Trask Stalnaker
c070817272
Update java docs repo on release ( #6434 )
2022-08-08 08:29:49 -07:00
Trask Stalnaker
0b15109107
Keep licenses up-to-date ( #6399 )
...
* Keep licenses in sync
* Oops
* Wording
* Wording
* Update
2022-08-02 12:41:02 -07:00
Trask Stalnaker
a58d6dfc3a
Add Java 19 to smoke test matrix ( #6390 )
...
* Test Java 19
* Fix build
2022-07-31 09:32:33 -07:00
Trask Stalnaker
84719052c9
Add Java 18 to integration test matrix ( #6391 )
...
* Add Java 18 to integration test matrix
* Fix build
2022-07-31 09:32:18 -07:00
Trask Stalnaker
9bf5a04d1f
Auto-update contrib on release ( #6351 )
2022-07-22 11:09:07 +02:00
Trask Stalnaker
2cdaa01650
Fix operator script ( #6347 )
2022-07-20 08:35:59 -07:00
Lauri Tulmin
11bc28f044
Add a label for running windows smoke tests ( #6314 )
...
* Add a label for running windows smoke tests
* Trigger build
2022-07-12 10:44:24 -07:00
Trask Stalnaker
580a40eaf4
Fix build ( #6311 )
2022-07-12 10:08:22 +03:00
Trask Stalnaker
8adebaadca
Run github actions on windows-latest ( #6295 )
2022-07-11 14:31:39 -07:00
jason plumb
392181a44b
Fix petclinic docker image ( #6303 )
...
* pin petclinic revision
* don't tag docker image with latest.
2022-07-11 12:40:05 -07:00
Trask Stalnaker
df4eeefdb8
Switch from opentelemetry-java-bot to opentelemetrybot ( #6294 )
2022-07-11 08:48:11 -07:00
Lauri Tulmin
3f3e94ddb6
Increase gradle daemon heap size for latest deps test ( #6265 )
...
* Increase gradle daemon heap size for latest deps test
* correct file name
2022-07-05 19:23:47 -07:00
Trask Stalnaker
a141a21b01
Small gradle-build-action fixes ( #6266 )
2022-07-05 23:06:35 +03:00
Trask Stalnaker
3dda14afc4
Extract reusable create-operator-pull-request workflow ( #6193 )
...
* Extract reusable create-operator-pull-request workflow
* Renames
* Fix
* Sync
2022-06-21 11:02:30 +03:00
Trask Stalnaker
84aa843b60
Fix javaagent jar not being found when making release ( #6183 )
...
* Sync
* Fix
* More small updates
* Fix
2022-06-17 09:54:49 +03:00
Trask Stalnaker
0bdf26af51
Release workflow simplifications ( #6169 )
...
* Release workflow simplifications
* Remove now unused workflow
* Fix
* Remove prerelease support
2022-06-14 10:29:56 +03:00
Trask Stalnaker
4fa30a84b0
Fix release workflow ( #6040 )
2022-05-16 19:59:42 -07:00
Trask Stalnaker
59e47a2865
Workflow updates ( #6027 )
2022-05-16 11:59:30 +03:00
Trask Stalnaker
432606a168
Sync ( #5998 )
2022-05-10 09:27:00 -07:00
dependabot[bot]
c89297f250
Bump docker/build-push-action from 2 to 3 ( #5988 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 21:10:25 -07:00
dependabot[bot]
91ee7cdb28
Bump docker/setup-buildx-action from 1 to 2 ( #5987 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-06 10:26:00 +09:00
dependabot[bot]
12c1c6a784
Bump docker/login-action from 1 to 2 ( #5986 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 17:57:44 -07:00
Trask Stalnaker
8c65b99d30
Remove markdown-link-check version pin ( #5976 )
2022-05-04 13:18:40 -07:00
Mateusz Rzeszutek
c82fb91fa1
Freeze markdown-link-check-version ( #5975 )
2022-05-04 17:25:09 +03:00
dependabot[bot]
8ed3b2001f
Bump github/codeql-action from 1 to 2 ( #5932 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-25 14:57:09 -07:00
Trask Stalnaker
773ee15ba8
More resilient change log merging ( #5921 )
...
* More resilient change log merging
* --3way
2022-04-25 09:13:54 -07:00
Trask Stalnaker
483caae4d1
Fix muzzle release branch exclusion ( #5914 )
2022-04-22 13:41:35 -07:00
Trask Stalnaker
8e5e815e6b
More release branch exclusions ( #5919 )
...
* More release branch exclusions
* wording
2022-04-22 12:18:06 -07:00
Trask Stalnaker
4fe412bd93
Fix release workflow ( #5918 )
2022-04-22 12:15:40 -07:00
Trask Stalnaker
d949a82d06
Sync ( #5900 )
2022-04-21 09:28:09 -07:00
Trask Stalnaker
5f0c6a2dc3
Use BOT_TOKEN instead of GITHUB_TOKEN ( #5889 )
...
* Rename to BOT_TOKEN
* Use BOT_TOKEN
* more
* more
2022-04-19 20:02:37 -07:00
Lauri Tulmin
4d89b729ae
Use separate steps to build and test smoke tests ( #5887 )
...
* Use separate steps to build and test smoke tests
* Use gradle-build-action only to set up cache
* Update .github/workflows/reusable-smoke-test.yml
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-04-19 14:12:51 -07:00
Trask Stalnaker
0a0e10b1f0
Fix job suppressions ( #5872 )
2022-04-18 19:58:17 -07:00
Trask Stalnaker
7352e39e7e
Fix update change log automation ( #5875 )
2022-04-18 19:52:51 -07:00
Trask Stalnaker
0b9037bc85
Still fixing prepare release workflow ( #5868 )
2022-04-18 15:14:42 -07:00
Trask Stalnaker
0c26464235
Fix prepare release workflow more ( #5865 )
...
* Fix prepare release workflow more
* and more
* more
* more
2022-04-18 13:29:11 -07:00
Lauri Tulmin
a822e6b2d9
Fix collecting crash dumps ( #5862 )
...
* Fix collecting crash dumps
* Fix collecting crash dumps
* fix collection smoke test dumps on windows
* spelling
2022-04-18 13:25:30 -07:00
Trask Stalnaker
00d2033b38
Fix release workflow ( #5863 )
2022-04-18 09:24:42 -07:00
Trask Stalnaker
6a87cea0a9
Retry markdown link check on failure ( #5853 )
2022-04-18 09:08:18 -07:00
Trask Stalnaker
c447b8ab8c
Don't fail fast on matrix build ( #5854 )
2022-04-16 20:00:05 -07:00
dependabot[bot]
1fb74f8bd1
Bump actions/setup-java from 2 to 3 ( #5852 )
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-16 17:32:08 +09:00
Trask Stalnaker
1c9b1c6445
Smaller github action cache ( #5848 )
2022-04-15 18:18:45 -07:00
dependabot[bot]
23d346773e
Bump actions/upload-artifact from 2 to 3 ( #5851 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-15 14:29:45 -07:00
dependabot[bot]
8cfb2ff00f
Bump actions/cache from 2 to 3 ( #5850 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-15 14:29:36 -07:00
Trask Stalnaker
87a51414f7
Move and improve change log script ( #5845 )
2022-04-15 14:29:09 -07:00
Trask Stalnaker
ad798e8469
Add quotes to fix dependabot ( #5846 )
...
* Add quotes to (hopefully) fix dependabot
* more
2022-04-15 14:16:43 -07:00
Anuraag Agrawal
784f4b6704
Integrate servlet smoke into main build ( #5829 )
...
* Integrate servlet smoke test into main build.
* errorprone
* Update updater
2022-04-14 17:01:58 +09:00
Anuraag Agrawal
ed0b17df21
Integrate fake-backend project into main build. ( #5828 )
2022-04-14 15:33:10 +09:00
Anuraag Agrawal
1ca700525f
Integrate smoketests into the normal build ( #5825 )
...
* Integrate grpc, play, quarks, spring boot projects into main build.
* Apply spotless
* Apply spotless
* Fix spring-boot
* Fix quarkus
* README drift
* Update updater
2022-04-14 14:37:42 +09:00
Trask Stalnaker
fd5c7c5b23
markdown link checker updates ( #5804 )
2022-04-13 08:52:21 -07:00
Trask Stalnaker
59df222c0d
sync ( #5810 )
2022-04-12 19:41:29 -07:00
Trask Stalnaker
bfd456addc
Workflow updates and fixes ( #5785 )
...
* Port https://github.com/open-telemetry/opentelemetry-java/pull/4353
* Port https://github.com/open-telemetry/opentelemetry-java/pull/4359
* Port https://github.com/open-telemetry/opentelemetry-java/pull/4361
* Port https://github.com/open-telemetry/opentelemetry-java/pull/4362
* More syncing
* And sync markdown link check
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2022-04-11 14:55:29 -07:00
Trask Stalnaker
ad2243fcf4
Fix misspell check ( #5786 )
2022-04-11 10:19:42 +03:00
Anuraag Agrawal
7e428168ff
Update dependencies ( #5777 )
...
* Update dependencies
* Update licenses
* Exclude licenses from link check
* Exclude licenses from link check?
2022-04-08 20:00:53 +09:00
Trask Stalnaker
5b0d9e31ce
Remove old status check ( #5750 )
2022-04-04 14:22:51 -07:00
Trask Stalnaker
d908821072
Workflow cleanup/sync ( #5736 )
...
* Workflow cleanup/sync
* more
* more
* more
* fix
* consistency
* Use simpler sharing of env vars across steps
* Simplify, merge related jobs
* Simplify
* More improvements
* Use release/* release branch naming
2022-04-04 11:51:12 -07:00
Lauri Tulmin
56e3ed67a9
Collect crash dumps for smoke tests ( #5741 )
2022-04-02 11:42:11 -07:00
Anuraag Agrawal
da1dc66512
Create PR in operator repo on javaagent release. ( #5710 )
...
* File issue in operator repo on javaagent release.
* Open PR instead of issue
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-04-01 10:04:30 -07:00
Trask Stalnaker
0cc9cf0ef6
Fix prepare patch release workflow ( #5719 )
2022-03-31 11:43:33 +09:00
Trask Stalnaker
ba3863eb1b
Sync github actions ( #5695 )
...
* Automate post-release change log merging
* wording
* rearrange
* wording
* Follow general template
* Update RELEASING
* Update RELEASING
* Update RELEASING
* Sync github actions
* more
* more
* Remove outdated comment
* Updates
* sync
* more
2022-03-29 10:21:17 -07:00
Trask Stalnaker
64b930f5a1
Fix bot branch names ( #5689 )
...
* Fix bot branch names
* git commit -a
2022-03-25 09:59:35 -07:00
Trask Stalnaker
ec97a438d5
Automate backports ( #5686 )
...
* Automate backports
* Update releasing doc
* updates
2022-03-25 09:59:22 -07:00
Trask Stalnaker
877b219bcf
Update required status check ( #5659 )
...
* Update required status check
* Keep name for now
2022-03-22 16:52:37 -07:00
Trask Stalnaker
3ebb6283d8
Remove more third-party github actions ( #5657 )
2022-03-21 16:43:32 -07:00
Trask Stalnaker
dd39b5d10c
Validate all the gradle wrappers ( #5641 )
2022-03-21 08:49:18 -07:00
Trask Stalnaker
62cc5ccea8
Switch from unmaintained release actions ( #5644 )
2022-03-21 08:32:29 -07:00
Trask Stalnaker
8534925a65
Remove unused workflow ( #5645 )
2022-03-21 11:00:53 +01:00
Trask Stalnaker
60180b5a3f
Fix testLatestDeps caching ( #5637 )
2022-03-20 09:27:08 -07:00
Trask Stalnaker
72208e11ba
Fix CodeQL workflow after Java 17 update ( #5639 )
2022-03-20 14:01:19 +02:00
Trask Stalnaker
32fc378311
Remove duplicate gradle caching ( #5522 )
2022-03-19 12:01:03 -07:00
Anuraag Agrawal
cf805d87e0
Run Gradle and compile code with Java 17 ( #5623 )
...
* Run Gradle and compile code with Java 17
* Fix examples
* Update spotless version
* Add spotless Java 17 workaround
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-03-18 15:38:51 -07:00
Lauri Tulmin
a62c72fa5e
Cache pnpm modules for vaadin tests ( #5627 )
...
* Cache pnpm modules for vaadin tests
* ensure test is run
* rerun test
* remove debugging
* add comment
* add comment
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-03-18 14:03:45 -07:00
Trask Stalnaker
f22539580f
Fix image publish workflows ( #5630 )
2022-03-18 12:09:23 -07:00
Trask Stalnaker
1096720fe0
Update workflow names ( #5608 )
...
* Update workflow names
* Update callers
2022-03-18 11:53:20 -07:00
Trask Stalnaker
6eec6a1df7
Reusable smoke test image workflow ( #5609 )
2022-03-18 09:57:49 -07:00
Trask Stalnaker
25856b8531
Muzzle CI experiment ( #5594 )
...
* Muzzle CI experiment
* Fix class loader leak
* --max-workers=4
* Concurrent jobs
* Update .github/workflows/muzzle.yml
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Simpler
* Add link to comment
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
2022-03-18 09:57:02 -07:00
Lauri Tulmin
daa17624f0
Add vm name to deadlock detector file name ( #5597 )
2022-03-18 10:33:51 +02:00
Trask Stalnaker
696f8ccd46
Fix patch release workflow ( #5615 )
2022-03-18 10:32:25 +02:00
Lauri Tulmin
737ab3b364
Run tests with openj9 ( #5613 )
2022-03-18 08:38:38 +02:00
Anuraag Agrawal
213057d057
Run check during testing and assemble during building ( #5619 )
2022-03-18 13:48:51 +09:00
Lauri Tulmin
45bd419ec0
Run tests with jdk17 ( #5598 )
2022-03-17 13:25:16 -07:00
dependabot[bot]
98759f4c01
Bump EndBug/add-and-commit from 8 to 9 ( #5578 )
...
Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit ) from 8 to 9.
- [Release notes](https://github.com/EndBug/add-and-commit/releases )
- [Changelog](https://github.com/EndBug/add-and-commit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/EndBug/add-and-commit/compare/v8...v9 )
---
updated-dependencies:
- dependency-name: EndBug/add-and-commit
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-14 17:11:46 -07:00
Trask Stalnaker
bf4b5a5444
Bump muzzle retry interval ( #5562 )
2022-03-14 11:41:33 -07:00
Trask Stalnaker
a3a3e9f869
Prefix opentelemetry-java-bot branch names ( #5554 )
2022-03-14 11:37:42 -07:00
Trask Stalnaker
17bbbe91f7
Fix release notes automation ( #5569 )
2022-03-14 11:37:22 -07:00
Trask Stalnaker
d47f5d952b
Suppress markdown link check on release branches ( #5560 )
2022-03-14 11:07:23 +02:00
Trask Stalnaker
4b43b6e1fb
Fix release notes automation ( #5561 )
...
* Fix release notes automation
* fix another
2022-03-13 12:59:38 -07:00
Trask Stalnaker
416f2228ca
Fix CI on release branch ( #5553 )
2022-03-11 21:08:03 -08:00
Trask Stalnaker
d80b6f54fd
Fix sporadic link check failure ( #5515 )
2022-03-08 11:09:21 +02:00
Trask Stalnaker
6656791147
Small workflow sync with contrib repo ( #5518 )
2022-03-08 11:08:34 +02:00
Trask Stalnaker
f318e08ead
Disable testLatestDeps dependency cache ( #5520 )
2022-03-07 21:06:02 -08:00
Trask Stalnaker
cc4df202f9
Use latest download link on main branch ( #5506 )
2022-03-07 20:13:59 -08:00
Trask Stalnaker
805f25868c
Switch actions/setup-java from adopt to temurin ( #5507 )
...
* Switch actions/setup-java from adopt to temurin
* Revert one
2022-03-05 08:29:49 -08:00
Trask Stalnaker
5f2a37e326
Bump muzzle retry delay ( #5505 )
2022-03-05 14:08:33 +02:00
Trask Stalnaker
8c5e2ebce5
Move build to reusable workflow ( #5483 )
...
* Move build to reusable workflow
* pass secrets where needed
* pass secrets where needed
* build -> assemble
* and check
* Revert "and check"
This reverts commit aa981d0f4e
.
* Revert "build -> assemble"
This reverts commit c00f6d1d35
.
2022-03-04 09:54:40 -08:00
Trask Stalnaker
c342e1a5fd
Simplify smoke test image workfows ( #5492 )
2022-03-03 19:51:27 -08:00
Trask Stalnaker
7fcba80fc1
Fix github action cache 429 ( #5491 )
2022-03-02 21:27:27 -08:00
Trask Stalnaker
93f10964d2
Fix testLatestDeps ( #5490 )
2022-03-02 20:23:13 -08:00
Trask Stalnaker
786e79fbda
Better github action cache management ( #5488 )
2022-03-02 19:58:11 -08:00
Trask Stalnaker
813c661ac8
Reduce muzzle sporadic failures ( #5489 )
2022-03-02 17:18:25 -08:00
Trask Stalnaker
9360cf19f9
Move tests to reusable workflow ( #5486 )
2022-03-02 17:16:55 -08:00
Trask Stalnaker
272dc1e0b1
Move testLatestDeps to reusable workflow ( #5487 )
2022-03-02 17:16:36 -08:00
Trask Stalnaker
4ad785a1da
Move examples to reusable workflow ( #5482 )
...
* Move examples to reusable workflow
* ci.yml too
2022-03-02 16:35:31 -08:00
Trask Stalnaker
14addbb487
Fix cache-read-only ( #5481 )
2022-03-02 12:39:17 -08:00
Trask Stalnaker
399b39eac9
Bump more checkout action versions ( #5476 )
2022-03-02 11:25:57 +02:00
dependabot[bot]
ae3324dcef
Bump actions/checkout from 2 to 3 ( #5473 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01 20:18:06 -08:00
Trask Stalnaker
3ab1b8516f
Add markdown spell check ( #5450 )
...
* Add markdown link check
* Fix links
* update workflows
* move comment
* Add misspell check
* Fix misspellings
* Fix more misspellings
* Run against all files
* Spotless
2022-03-01 19:18:53 -08:00
Trask Stalnaker
0627c369c2
Don't run windows smoke tests on PRs ( #5471 )
2022-03-01 11:00:56 +02:00
Trask Stalnaker
96906741c3
Another reusable workflow ( #5470 )
2022-02-28 14:44:42 -08:00
Trask Stalnaker
5fc5c7eab7
Remove unnecessary fetch-depth ( #5469 )
...
And follow convention for actions/checkout
2022-02-28 12:45:43 -08:00
Trask Stalnaker
8d18e463ea
Add markdown link check ( #5449 )
...
* Add markdown link check
* Fix links
* update workflows
* move comment
2022-02-28 11:30:16 -08:00
Trask Stalnaker
d587aed81a
Clean up examples github actions job ( #5459 )
2022-02-28 10:00:11 -08:00
Trask Stalnaker
d08b4c1423
First reusable workflow ( #5460 )
2022-02-28 09:59:58 -08:00
Trask Stalnaker
e5fdfbaeb4
Add retry back to muzzle jobs ( #5457 )
2022-02-27 19:45:20 -08:00
Trask Stalnaker
e89a9f2ea1
Use gradle cache for setup-muzzle-matrix job ( #5448 )
2022-02-25 09:28:33 -08:00
Trask Stalnaker
938cd46480
Remove unnecessary github actions cache ( #5447 )
2022-02-25 10:48:45 +02:00
Trask Stalnaker
46418d5911
More restrictive branch match ( #5445 )
2022-02-24 17:14:26 -08:00
Lauri Tulmin
1832b353f0
Run muzzle with read-only github cache ( #5444 )
2022-02-24 08:36:02 -08:00
Trask Stalnaker
5cf757bc48
Add prepare patch release workflow ( #5411 )
2022-02-20 20:52:32 -08:00
Lauri Tulmin
7d255f2e82
Use windows-2019 for smoke tests ( #5388 )
2022-02-17 09:14:14 +02:00
Trask Stalnaker
3a2b2626a6
Improve the testLatestDeps PR job ( #5364 )
...
* Split out optional testLatestDeps job
* Revert "Split out optional testLatestDeps job"
This reverts commit 724e125577
.
* alt
2022-02-16 17:56:57 -08:00
Lauri Tulmin
696bbaa8d9
Collect more crash dump files ( #5327 )
2022-02-16 13:30:23 +02:00
Trask Stalnaker
8ce1445ae6
Autogenerate release notes ( #5363 )
...
* Stricter version parsing
* Automate release notes
* Update change log formatting
2022-02-15 20:18:56 -08:00
Anuraag Agrawal
aeee5b4fae
Publish gradle-plugins to Maven Central ( #5333 )
...
* Publish gradle-plugins to Maven Central
* Update .github/workflows/release-gradle-plugins.yml
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-02-11 11:37:01 +09:00
Trask Stalnaker
449af9b88f
Fix a sporadic CI failure ( #5301 )
2022-02-03 08:18:05 -08:00
Trask Stalnaker
e2b7354290
Add option to run testLatestDeps on PRs ( #5270 )
2022-01-31 09:41:12 -08:00
Trask Stalnaker
c3f7b15fbf
Use opentelemetry-java-bot as author for auto-generated commits ( #5271 )
...
* Use opentelemetry-java-bot as author for benchmark commits
* And prepare release branch workflow
2022-01-29 13:16:22 -08:00
Trask Stalnaker
8edd8f49a3
Only publish snaphots from main ( #5252 )
2022-01-27 11:11:18 +02:00
Trask Stalnaker
b6b5b35bf3
Reduce release branch maintenance overhead ( #5245 )
...
* Reduce release branch maintenance overhead
* Fix the var name
* Check if condition needed on downstream job
* Remove unnecessary condition
2022-01-26 17:41:37 -08:00
Trask Stalnaker
25d914f74b
Run CI on release branches ( #5230 )
2022-01-25 20:53:34 -08:00
Trask Stalnaker
435c80c6e2
Use CLA approved user ( #5195 )
2022-01-21 09:31:03 -08:00
dependabot[bot]
2177a22605
Bump EndBug/add-and-commit from 7 to 8 ( #5190 )
...
Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit ) from 7 to 8.
- [Release notes](https://github.com/EndBug/add-and-commit/releases )
- [Changelog](https://github.com/EndBug/add-and-commit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/EndBug/add-and-commit/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: EndBug/add-and-commit
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-20 14:09:02 -08:00
Trask Stalnaker
98c112f0fb
Update release naming ( #5173 )
2022-01-19 17:10:37 +09:00
Trask Stalnaker
b337f68640
Add workflow to prepare release branch ( #5143 )
...
* Add workflow to prepare release branch
* Avoid third party action
* Use PAT
* Delete the branches
* Revert "Use PAT"
This reverts commit 6f0c1b11b6
.
2022-01-17 22:58:11 -08:00
Trask Stalnaker
71685c1417
Simplify release workflow ( #5144 )
2022-01-17 22:23:25 -08:00
Trask Stalnaker
5d933615b2
Remove fetch-depth ( #5145 )
2022-01-17 10:27:36 -08:00
Trask Stalnaker
e86a46039d
More gradle build action cleanup ( #5140 )
...
* Remove unnecessary gradle wrapper caching
* Convert more to gradle-build-action
2022-01-15 18:47:16 -08:00
Trask Stalnaker
615bc0c60f
Remove unnecessary lines ( #5128 )
2022-01-15 10:03:15 -08:00
Trask Stalnaker
e28b9b7ecb
Add workflow to release just gradle plugins ( #5135 )
2022-01-15 10:01:33 -08:00
Trask Stalnaker
22c2691773
Fix workflow_dispatch ( #5113 )
2022-01-13 22:29:30 -08:00
Nikita Salnikov-Tarnovski
d81049a174
Make nightly-no-cache.yml send scans to GE ( #5107 )
2022-01-13 10:55:24 -08:00
Trask Stalnaker
fce227785f
Fix smoke test servlet image publishing ( #5102 )
2022-01-13 08:41:53 +02:00
Trask Stalnaker
6043e065d4
Use github action env files ( #5099 )
2022-01-12 20:09:56 -08:00
Trask Stalnaker
00e0920913
Apply gradle github action everywhere ( #5089 )
2022-01-12 19:35:18 -08:00
Trask Stalnaker
bd0ff33f53
Add Java 18 smoke test images ( #4905 )
...
* Add Java 18 smoke test images
* alpine images only exist for recent jdks
* Fix servlet image build
* Revert for liberty
2021-12-15 12:19:57 -08:00
Trask Stalnaker
ce257b72be
Fix examples build ( #4895 )
2021-12-13 21:43:03 -08:00
Nikita Salnikov-Tarnovski
3edfd8aa5a
Use Gradle GitHub Action ( #4887 )
2021-12-13 09:33:12 -08:00
Trask Stalnaker
d930971adf
Fix Quarkus correlation ( #4883 )
...
* Fix Quarkus correlation
* Add Quarkus smoke test image
* Add Quarkus smoke test
* Fix permission on gradlew
* Update to gradle 7.3.1
* Fix Jib build
* Bump compilation to Java 11
* Better comment
* Fix comment placement
* Fix
2021-12-13 09:26:44 -08:00
Trask Stalnaker
958df8e866
Bump grpc and spring boot smoke to Java 17, Part 1 ( #4878 )
2021-12-12 17:13:03 -08:00
Trask Stalnaker
9950c488c8
Fix example extension build ( #4875 )
...
* Fix example extension build
* Add CI to keep from breaking
2021-12-12 12:14:21 -08:00
dependabot[bot]
627d5ffffc
Bump nick-invision/retry from 2.5.1 to 2.6.0 ( #4874 )
...
Bumps [nick-invision/retry](https://github.com/nick-invision/retry ) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/nick-invision/retry/releases )
- [Changelog](https://github.com/nick-invision/retry/blob/master/.releaserc.js )
- [Commits](https://github.com/nick-invision/retry/compare/v2.5.1...v2.6.0 )
---
updated-dependencies:
- dependency-name: nick-invision/retry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-12 17:41:50 +02:00
Trask Stalnaker
67290e8d6e
Fix patch release workflow ( #4758 )
2021-11-30 20:41:29 -08:00
Trask Stalnaker
c440f688a8
Update patch release docs ( #4756 )
2021-11-30 18:39:15 -08:00
Trask Stalnaker
826008b580
Fix release tagging ( #4741 )
2021-11-30 07:56:43 -08:00
Trask Stalnaker
09d5883fb8
Update supported application servers ( #4715 )
...
* Update naming to Payara
* Alphabetize
* Update supported application servers
* A little more clarity?
2021-11-25 08:15:35 -08:00
Trask Stalnaker
54ab8fec80
Update patch release workflow ( #4713 )
2021-11-25 18:49:49 +09:00
Anuraag Agrawal
f7365288fd
Fix release build ( #4712 )
2021-11-24 22:13:08 -08:00
Trask Stalnaker
67353e934a
Fix release build yaml ( #4710 )
2021-11-24 20:06:01 -08:00
Trask Stalnaker
e417609b53
Update release process ( #4709 )
...
* Update release process
* Document how to create release branch
* wording
2021-11-24 19:45:46 -08:00
Trask Stalnaker
761b6b4e59
Remove backwards compatible -all artifact ( #4707 )
2021-11-24 15:54:12 -08:00
Trask Stalnaker
a9928b53fd
Don't block snapshot publishing on testLatestDeps ( #4684 )
2021-11-21 14:49:57 -08:00
Nikita Salnikov-Tarnovski
254a26745a
Start using Gradle Enterprise instance ( #4663 )
...
* Start using Gradle Enterprise instance
* Require opt-in to publish build scan from local machine
* Publish build scan only if authenticated
* Switch to GE cache
2021-11-21 18:53:55 +02:00
Lauri Tulmin
4e39f1ad5a
Add smoke test for websphere, update smoke test server versions ( #4613 )
...
* Add smoke test for websphere, update smoke test server versions
* update workflows
* fix workflow
* Apply suggestions from code review
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* revert accidental change
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-11-10 13:43:30 -08:00
Lauri Tulmin
59eb13fbbf
Add smoke test image for websphere and update other images ( #4598 )
...
* Add smoke test image for websphere and update other images
* fix windows liberty image build
* modify workflow to build websphere images
* correct liberty release
* fix typo
* add windows supported flag to server matrix
2021-11-08 08:49:24 -08:00
Anuraag Agrawal
a7e3696176
Revert patch release workflow to 1.7.x version ( #4586 )
2021-11-04 12:49:09 +09:00
Mateusz Rzeszutek
2aaf4cd961
Fix CI snapshot build ( #4572 )
2021-11-02 14:25:30 -07:00
Trask Stalnaker
e3620a4ab7
Fix the build ( #4559 )
2021-11-01 15:02:31 -07:00
Trask Stalnaker
37e24ec924
Sync gradle-plugins version with main project ( #4248 )
...
* Sync gradle-plugins version with main project
* More fixes
* Can rely on examples build against all branches now?
* Use common version.gradle.kts
* Update doc
* Simplify
2021-10-29 10:34:49 -07:00
Trask Stalnaker
3e3024d2b9
Fix patch release build ( #4530 )
2021-10-27 13:09:27 -07:00
dependabot[bot]
2ed3f2a006
Bump nick-invision/retry from 2.5.0 to 2.5.1 ( #4502 )
...
Bumps [nick-invision/retry](https://github.com/nick-invision/retry ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/nick-invision/retry/releases )
- [Changelog](https://github.com/nick-invision/retry/blob/master/.releaserc.js )
- [Commits](https://github.com/nick-invision/retry/compare/v2.5.0...v2.5.1 )
---
updated-dependencies:
- dependency-name: nick-invision/retry
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-26 11:01:39 +09:00
Nikita Salnikov-Tarnovski
e1e30eb502
Remove --stacktrace from gradle builds ( #4470 )
2021-10-22 08:38:54 -07:00
Trask Stalnaker
5d7c0dd95b
Fix nightly no cache build ( #4449 )
2021-10-20 12:08:18 -07:00
Trask Stalnaker
9c19ecdda3
Fix nightly build ( #4434 )
2021-10-19 22:29:33 -07:00
Lauri Tulmin
17a85bbc22
Use byte-buddy-dep instead of byte-buddy ( #4400 )
...
* Use byte-buddy-dep instead of byte-buddy
* print stacktrace on examples failure
* try to fix gradle plugins
* try to fix extension build
* try to fix extension build
* try to fix extension build
* try to fix extension build
* try removing mavenLocal
* add mavenLocal plugin repository
* publish gradle-plugins to mavenLocal for examples ci build
* Fix bytebuddy exclusion
2021-10-19 13:46:48 -07:00
Trask Stalnaker
dce8c91ee5
Fix release build yaml ( #4429 )
2021-10-19 12:44:37 -07:00
dependabot[bot]
746631d212
Bump nick-invision/retry from 2.4.1 to 2.5.0 ( #4325 )
...
Bumps [nick-invision/retry](https://github.com/nick-invision/retry ) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/nick-invision/retry/releases )
- [Changelog](https://github.com/nick-invision/retry/blob/master/.releaserc.js )
- [Commits](https://github.com/nick-invision/retry/compare/v2.4.1...v2.5.0 )
---
updated-dependencies:
- dependency-name: nick-invision/retry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-08 09:05:58 +02:00
Trask Stalnaker
02b8f0d6dc
Open issue on nightly benchmark job failure ( #4305 )
...
* Open issue on nightly benchmark job failure
* feedback
2021-10-06 11:52:20 -07:00
Trask Stalnaker
9edb3fd4f5
Rename smoke test image modules ( #4295 )
...
* Move under images directory
* Update references
* More
* Rename matrix to servlet
* executable
* Missed rename
2021-10-05 15:47:01 +09:00
Trask Stalnaker
cfdc4ac7e5
Change the default javaagent artifact to have exporters ( #4106 )
...
* Change default javaagent to all, introduce slim
* Update release builds
* Update examples build
* Update benchmark-overhead
* Update benchmark-e2e
* Update docs where ok pre-release
* Update misc
* Fix references to fullJavaagentJar
* Fix it
* Delete doc for pre-1.0 releases
* Attach backwards compatible "all" artifact to releases
* Comment
* Comment
* guessing
* fix
* Update version
* Add otlp/grpc exporter to slim artifact
* Fix comment
2021-10-02 11:28:11 -07:00
Trask Stalnaker
1841200e91
Verify example extension during release build ( #4247 )
2021-09-30 10:00:45 -07:00
Trask Stalnaker
d82c9396ed
Faster patch release build ( #4249 )
2021-09-30 15:44:57 +03:00
Trask Stalnaker
49df789752
Fix sporadic build failure ( #4231 )
2021-09-29 10:40:20 +03:00
dependabot[bot]
4d57fc26b8
Bump JasonEtco/create-an-issue from 2.5.0 to 2.6 ( #4225 )
...
Bumps [JasonEtco/create-an-issue](https://github.com/JasonEtco/create-an-issue ) from 2.5.0 to 2.6.
- [Release notes](https://github.com/JasonEtco/create-an-issue/releases )
- [Commits](https://github.com/JasonEtco/create-an-issue/compare/v2.5.0...v2.6 )
---
updated-dependencies:
- dependency-name: JasonEtco/create-an-issue
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-28 16:30:53 -07:00
Trask Stalnaker
c7a7b4515c
Suppress snapshot publishing on forks ( #4202 )
2021-09-28 09:04:13 -07:00
Trask Stalnaker
0b9d8c37a5
Remove collector from smoke tests ( #4186 )
2021-09-21 12:33:01 -07:00
Trask Stalnaker
411fcca89a
Fix open issue on failure ( #4161 )
2021-09-17 11:50:38 -07:00
Trask Stalnaker
28c68b91a0
Update "other" smoke tests to Java 16 ( #4144 )
...
* Update "other" smoke tests to Java 16
* Bump extraTag
* Play doesn't support Java 16 (or 17) yet
* Fix formatting
2021-09-17 11:50:21 -07:00
Trask Stalnaker
6c8175194d
Open issue on smoke test image publishing failure ( #4146 )
...
* Open issue on smoke test image publishing failure
* Update .github/templates/smoke-test-image-publishing-failed.md
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2021-09-17 10:54:15 -07:00
Trask Stalnaker
07b5d667ec
Build smoke test images on PR ( #4145 )
...
* Build smoke test images on PR
* publish -> build
* Play doesn't support Java 16 (or 17) yet
2021-09-17 09:40:53 -07:00
Trask Stalnaker
11bc04af9c
Better build names for smoke test images ( #4131 )
2021-09-15 09:39:37 -07:00
Trask Stalnaker
d9a0bdfde2
Fix windows smoke test image build ( #4115 )
2021-09-13 11:40:23 -07:00
Trask Stalnaker
a576dd5625
Update smoke test docker images ( #4095 )
...
* Update smoke test docker images
* Parallelize
* Clean up
* Some linux Java 17
* Less
2021-09-13 09:59:48 -07:00
Nikita Salnikov-Tarnovski
1db3f657d1
Update ci.yml ( #4111 )
...
Require successful `muzzle` step before publishing snapshots
2021-09-13 14:30:32 +02:00
Trask Stalnaker
bf2512213e
Consistent naming for nightly builds ( #4101 )
2021-09-13 16:16:44 +09:00
dependabot[bot]
ce85fd963c
Bump technote-space/workflow-conclusion-action from 2.1.7 to 2.2 ( #4054 )
...
Bumps [technote-space/workflow-conclusion-action](https://github.com/technote-space/workflow-conclusion-action ) from 2.1.7 to 2.2.
- [Release notes](https://github.com/technote-space/workflow-conclusion-action/releases )
- [Changelog](https://github.com/technote-space/workflow-conclusion-action/blob/main/.releasegarc )
- [Commits](https://github.com/technote-space/workflow-conclusion-action/compare/v2.1.7...v2.2 )
---
updated-dependencies:
- dependency-name: technote-space/workflow-conclusion-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-07 11:40:03 +09:00
jason plumb
78c4d981fc
Use a different action and be a bit more hands-on with result handling. ( #4038 )
2021-09-01 09:17:02 -07:00
Trask Stalnaker
6bf893bdc6
Fix patch release workflow to push changes ( #4034 )
2021-08-31 09:48:48 -07:00
Trask Stalnaker
ecde2c7940
Fix smoke tests on windows ( #4011 )
...
* Revert "Use --no-daemon on windows builds (#4000 )"
This reverts commit c13063b5ea
.
* Fix sporadic smoke test failure on Windows
2021-08-29 21:15:20 -07:00
Trask Stalnaker
c13063b5ea
Use --no-daemon on windows builds ( #4000 )
2021-08-28 10:19:09 -07:00
Trask Stalnaker
a5f622a5a2
Fix windows smoke tests in patch release build ( #3982 )
...
* Fix windows smoke tests in patch release build
* Update docs
2021-08-26 23:52:20 -07:00
Trask Stalnaker
f0c5699b4c
Cherry-pick before running patch release tests ( #3979 )
2021-08-26 21:54:17 -07:00
Trask Stalnaker
f49879ddd9
Fix release yml files ( #3977 )
2021-08-26 20:56:15 -07:00
jason plumb
b16331678b
remove local gh-pages dir after rsync ( #3973 )
2021-08-26 12:11:23 -07:00
jason plumb
df14b934b9
Benchmark results to gh pages ( #3969 )
...
* use gh-pages for benchmark overhead storage.
* remove locally generated results files (whoops)
* won't be pushing to this dir, so this can be removed now.
2021-08-26 10:16:35 -07:00
Trask Stalnaker
b66d74459e
Add building gradle-plugins to GHA workflows ( #3951 )
...
* Add building gradle-plugins to GHA workflows
* Fix nightly-no-cache
* Fix yaml
* Fix
* Add --no-build-cache for nightly-no-cache
* Sync
2021-08-25 13:09:43 -07:00
Trask Stalnaker
e38b80f0e1
Add muzzle to other builds ( #3943 )
2021-08-25 08:15:35 -07:00
Trask Stalnaker
f2605f9acc
Capture OpenJ9 javacore files for troubleshooting ( #3931 )
2021-08-25 10:20:13 +02:00
Trask Stalnaker
6ceeacd381
Fix examples build ( #3899 )
...
* Fix examples build
* Publish main repo artifacts locally
* Sync builds
* Fix init script?
* Fix publishing of agent-for-testing
2021-08-22 17:26:51 -07:00
jason plumb
46d06f51f5
whoops, missed a colon. #justyamlstuff ( #3879 )
2021-08-19 11:43:40 -07:00
jason plumb
b7577bb31e
Benchmark overhead: Accumulate and persist results ( #3832 )
...
* persist summary and csv back into the results directory
* run nightly and don't trigger CI
* leverage autocloseable
* sort once.
* use stringbuilder
* factor out writeheader method
* add comments for clarity
2021-08-19 09:47:36 -07:00
jason plumb
73b1560283
fix action after dir was renamed ( #3871 )
2021-08-19 09:23:37 +09:00
Nikita Salnikov-Tarnovski
d73710b4dc
Run tests on j9 JVM during CI ( #3764 )
...
* During PR runs tests on j9 JVM as well
* Run test matrix on J9 as well
2021-08-12 11:13:42 +03:00
Nikita Salnikov-Tarnovski
32351d0bab
Publish muzze plugins to Gradle Plugin Portal only when manually requested. ( #3763 )
...
Restored publishing to Sonatype OSS repository on every change
2021-08-04 08:59:53 +03:00
Nikita Salnikov-Tarnovski
455574635f
Publish muzze plugins to Gradle Plugin Portal ( #3720 )
2021-08-03 16:49:27 +03:00
Nikita Salnikov-Tarnovski
1785db5331
Extension snapshot ( #3625 )
...
* Try to build examples against locally published snapshot
* Always build examples against latest snapshot
* Add Gradle init script to remove sonatype repo
* Build examples against locally published version only during nightly builds
* Update distro demo to the latest snapshot as well
2021-07-28 15:50:27 +03:00
jason plumb
edea07a0ad
Add gh action to publish base image for overhead testing ( #3640 )
...
* Add gh action to publish base image for overhead testing
* rebuild/publish when the dockerfile changes.
2021-07-22 16:07:56 +03:00
Anuraag Agrawal
b6fb8753bd
Replace save-gradle-dependencies: false with read-only: true ( #3618 )
2021-07-19 19:57:32 +03:00
Anuraag Agrawal
47bdc0d6d2
Specialize dependencies cache key for testLatestDeps ( #3584 )
...
* Specialize dependencies cache key for smoke-tests
* B
* C
* D
* Fix merge
* Don't need mkdir -p
2021-07-16 11:46:21 +03:00
Nikita Salnikov-Tarnovski
7155dfcfeb
Only one main build should persist gradle depdencies to GHA cache ( #3593 )
2021-07-16 13:33:53 +09:00
Nikita Salnikov-Tarnovski
1d4a1bfa73
Call correct tasks for publishing ( #3586 )
...
* Call correct tasks for publishing
* Don't close sonatype repo
2021-07-15 17:53:09 +03:00
Nikita Salnikov-Tarnovski
d8dabf5c76
Publish gradle plugins to Sonatype ( #3571 )
...
* Publish gradle plugins to Sonatype
* Change artifact group
2021-07-15 14:07:10 +03:00
Nikita Salnikov-Tarnovski
1170c1a526
Don't use cache for distro build ( #3581 )
2021-07-15 13:01:55 +03:00
Anuraag Agrawal
1e57fd0f54
Enable smoke-tests iff specified on command line ( #3542 )
...
* Enable smoke-tests iff specified on command line
* README
2021-07-12 13:29:48 +03:00
Trask Stalnaker
f28ccf5c11
Sync GHA matrix property names with sdk repo ( #3487 )
2021-07-05 10:50:29 -07:00
Anuraag Agrawal
96104cc3e7
Add prepare-release-branch to release needs since output is used. ( #3456 )
2021-07-01 13:22:15 +09:00
Trask Stalnaker
e6e0910cd4
Build Java 16 smoke test images ( #3455 )
2021-06-30 20:43:22 -07:00
dependabot[bot]
e6209c3b67
Bump technote-space/workflow-conclusion-action from 2.1.6 to 2.1.7 ( #3393 )
2021-06-24 11:07:35 +03:00
dependabot[bot]
da11d9438d
Bump docker/login-action from 1.9.0 to 1.10.0 ( #3394 )
2021-06-24 11:06:18 +03:00
Anuraag Agrawal
d65738df62
Fix drift in patch release workflow file ( #3384 )
2021-06-23 13:14:12 +09:00
Lauri Tulmin
5b5992faa9
Gradle wrapper caching try 2 ( #3377 )
2021-06-22 09:36:03 -07:00
Lauri Tulmin
19a650027a
Cache gradle wrapper ( #3363 )
2021-06-21 09:35:15 -07:00
Trask Stalnaker
80b5a47406
Minor updates to release yml files ( #3349 )
2021-06-18 09:51:33 +09:00
Anuraag Agrawal
353ecedcc0
Remove testLatestDeps from release build. ( #3343 )
2021-06-17 10:28:34 -07:00
Trask Stalnaker
f1beb2397f
Intellij cleanup of markdown and yaml ( #3284 )
...
* Intellij cleanup of markdown and yaml
* Revert required yaml param
2021-06-14 13:13:01 +03:00
Trask Stalnaker
ac9cd8d56a
Consistent github workflows extension ( #3278 )
...
* Consistent github workflows extension
* yaml -> yml
2021-06-14 10:10:26 +03:00
Trask Stalnaker
be983a9439
Rename testLatestDep job to match flag name ( #3277 )
2021-06-14 11:30:25 +09:00
dependabot[bot]
5fdba59c51
Bump nick-invision/retry from 2.4.0 to 2.4.1 ( #3249 )
...
Bumps [nick-invision/retry](https://github.com/nick-invision/retry ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/nick-invision/retry/releases )
- [Changelog](https://github.com/nick-invision/retry/blob/master/.releaserc.js )
- [Commits](https://github.com/nick-invision/retry/compare/v2.4.0...v2.4.1 )
---
updated-dependencies:
- dependency-name: nick-invision/retry
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-11 10:26:13 +03:00
Anuraag Agrawal
86ace9dcb4
Cancel in-progress PR builds when new commit is pushed. ( #3217 )
...
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-06-08 08:20:15 +09:00
Trask Stalnaker
4ce2cac645
Sync yaml files ( #3145 )
2021-05-31 13:43:19 -07:00
dependabot[bot]
c3c5c11acb
Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4 ( #3149 )
...
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action ) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases )
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1.0.3...v1.0.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-31 07:59:11 -07:00
Trask Stalnaker
9ba984ffb8
Consistent job ordering within yaml files ( #3143 )
2021-05-30 19:53:52 -07:00
Trask Stalnaker
d3cfd9b8ef
Retry muzzle CI step ( #3141 )
2021-05-31 10:12:52 +09:00
Trask Stalnaker
41f092d0e2
Fix nightly build yaml ( #3133 )
2021-05-30 14:01:36 +09:00
Trask Stalnaker
ceb0ce9b35
Publish snapshot on every merge to main ( #3097 )
2021-05-27 09:38:13 -07:00
Trask Stalnaker
bcfd6b4d67
Re-enable smoke tests in release build ( #3006 )
2021-05-16 22:05:04 -07:00
Anuraag Agrawal
615d51ad2a
Remove leftover references to bintray secrets. ( #2991 )
2021-05-14 18:18:25 +09:00
Anuraag Agrawal
81f9d1853f
Disable smoke tests in release build since we can't run them inline with other builds effectively. ( #2990 )
2021-05-14 16:04:03 +09:00
Anuraag Agrawal
3118bf2e49
Use GITHUB_TOKEN for ghcr.io push now that it's supported. ( #2989 )
2021-05-14 13:58:08 +09:00
dependabot[bot]
c617a29e70
Bump actions/upload-release-asset from 1 to 1.0.2 ( #2979 )
...
Bumps [actions/upload-release-asset](https://github.com/actions/upload-release-asset ) from 1 to 1.0.2.
- [Release notes](https://github.com/actions/upload-release-asset/releases )
- [Commits](https://github.com/actions/upload-release-asset/compare/v1...v1.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-14 13:15:19 +09:00
dependabot[bot]
3e4ea76149
Bump technote-space/workflow-conclusion-action from 1 to 2.1.6 ( #2957 )
...
Bumps [technote-space/workflow-conclusion-action](https://github.com/technote-space/workflow-conclusion-action ) from 1 to 2.1.6.
- [Release notes](https://github.com/technote-space/workflow-conclusion-action/releases )
- [Changelog](https://github.com/technote-space/workflow-conclusion-action/blob/master/.releasegarc )
- [Commits](https://github.com/technote-space/workflow-conclusion-action/compare/v1...v2.1.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-13 20:21:21 -07:00
dependabot[bot]
c167731cec
Bump JasonEtco/create-an-issue from 2 to 2.5.0 ( #2978 )
...
Bumps [JasonEtco/create-an-issue](https://github.com/JasonEtco/create-an-issue ) from 2 to 2.5.0.
- [Release notes](https://github.com/JasonEtco/create-an-issue/releases )
- [Commits](https://github.com/JasonEtco/create-an-issue/compare/v2...v2.5.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-13 13:38:34 -07:00
dependabot[bot]
02ac89c549
Bump gradle/wrapper-validation-action from 1 to 1.0.3 ( #2963 )
...
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action ) from 1 to 1.0.3.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases )
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1...v1.0.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 21:21:43 -07:00
dependabot[bot]
0b38133704
Bump docker/login-action from 1 to 1.9.0 ( #2965 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 1 to 1.9.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1...v1.9.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 09:30:05 -07:00
dependabot[bot]
eefa76df2b
Bump actions/checkout from 2 to 2.3.4 ( #2966 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 09:29:57 -07:00
dependabot[bot]
53707960d7
Bump actions/create-release from 1 to 1.1.4 ( #2964 )
...
Bumps [actions/create-release](https://github.com/actions/create-release ) from 1 to 1.1.4.
- [Release notes](https://github.com/actions/create-release/releases )
- [Commits](https://github.com/actions/create-release/compare/v1...v1.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 09:29:40 -07:00
Nikita Salnikov-Tarnovski
b944a28b96
Fix workflow file ( #2967 )
2021-05-12 14:25:50 +03:00
Nikita Salnikov-Tarnovski
4b6750ac90
Add separate nightly run which does not use any gradle caches ( #2950 )
...
* Add separate nightly run which does not use any gradle caches
* Update .github/workflows/nightly-no-cache.yaml
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2021-05-11 16:57:03 +03:00
Nikita Salnikov-Tarnovski
b517c97547
Don't run smoke test during latestDeps ( #2743 )
2021-04-07 09:35:07 +03:00
Trask Stalnaker
b39348d640
Add -Werror flag to the build ( #2712 )
...
* Add -Werror to the build
* Add to javadoc also
* Run javadoc
* Change from "check javadoc" to "build"
* Fix javadoc warnings
2021-04-06 10:01:10 +03:00
Anuraag Agrawal
0bd7b4fd65
Update setup-java to v2 ( #2733 )
2021-04-06 10:00:21 +03:00
Trask Stalnaker
f00c0d4e85
Remove --no-daemon from CI ( #2708 )
2021-04-05 08:49:05 +03:00
Trask Stalnaker
74b4a239a9
Split out smoke tests in nightly too ( #2711 )
2021-04-05 08:46:15 +03:00
Trask Stalnaker
4b319c759e
Split out smoke tests in main branch build too ( #2686 )
2021-04-01 09:08:11 +03:00
Trask Stalnaker
bf03a77b3f
Split out smoke tests further ( #2668 )
2021-03-31 09:23:21 +03:00
Nikita Salnikov-Tarnovski
43f4ab4734
Run smoke tests on Windows as well ( #2617 )
...
* Run smoke tests on Windows as well
* Allow long paths on windows
* Allow long paths on windows
* Polish
* Add check that spans were generated by expected OS
* Fix method name
* Use proper extra tag
* Use long paths on CI build on Windows
* Don't run linux test images on Windows
* Don't run linux test images on Windows
* Typo
* More debug
* Don't use testcontainers on Windows
* Polish
* Update backend
* Support for extra resources on linux
* Trying Linux backend on Windows
* Pull backend images if not found
* We do use windows images for backend as well
* Use correct windows images
* Less logs
* Polish
* Better logs
* Polish
* Polish
2021-03-26 15:11:59 +02:00
Nikita Salnikov-Tarnovski
2a2d4ae2f8
Publish windows images for smoke tests backends ( #2621 )
...
* Build and push Windows Docker images for fake-backend and collector
* Run on main branch only
* Update smoke-tests/fake-backend/build.gradle
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Fix comment
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-03-24 13:20:40 +02:00
Lauri Tulmin
e3155ed977
Run smoketests in parallel ( #2622 )
2021-03-24 08:31:12 +02:00
Nikita Salnikov-Tarnovski
150b52ca19
Use azure/docker-login action ( #2580 )
2021-03-16 11:04:50 +02:00
Nikita Salnikov-Tarnovski
196d1b3ee7
Fix docker login on Windows ( #2573 )
...
* Fix docker login on Windows
* Add TODO
2021-03-15 17:12:03 +02:00
Nikita Salnikov-Tarnovski
0a1ea92733
Build Windows images for smoke tests ( #2568 )
2021-03-15 09:38:06 +02:00
Anuraag Agrawal
be423c23f7
Revert patch-release-build workflow to previous plugin temporarily.
2021-03-12 13:35:05 +09:00
dependabot[bot]
999a78c9ee
Bump burrunan/gradle-cache-action from v1.9 to v1.10 ( #2553 )
...
Bumps [burrunan/gradle-cache-action](https://github.com/burrunan/gradle-cache-action ) from v1.9 to v1.10.
- [Release notes](https://github.com/burrunan/gradle-cache-action/releases )
- [Changelog](https://github.com/burrunan/gradle-cache-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/burrunan/gradle-cache-action/compare/v1.9...cbdf4342ff988d143aa7a5aeceedffafb8c74bcf )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-11 08:49:25 +02:00
dependabot[bot]
7273404128
Bump burrunan/gradle-cache-action from v1.8 to v1.9 ( #2541 )
...
Bumps [burrunan/gradle-cache-action](https://github.com/burrunan/gradle-cache-action ) from v1.8 to v1.9.
- [Release notes](https://github.com/burrunan/gradle-cache-action/releases )
- [Changelog](https://github.com/burrunan/gradle-cache-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/burrunan/gradle-cache-action/compare/v1.8...97d1da428b1d9b4f4a0de9aa268c72ce1fe9ca69 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-11 11:19:32 +09:00
dependabot[bot]
ee04ff72c3
Update burrunan/gradle-cache-action requirement to v1.8 ( #2532 )
...
Updates the requirements on [burrunan/gradle-cache-action](https://github.com/burrunan/gradle-cache-action ) to permit the latest version.
- [Release notes](https://github.com/burrunan/gradle-cache-action/releases )
- [Changelog](https://github.com/burrunan/gradle-cache-action/blob/main/CHANGELOG.md )
- [Commits](a61b505b54
)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-09 08:57:53 +02:00