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

[WIP] improve job artifact caching #456

Closed
wants to merge 3 commits into from

Conversation

fdc-ntflx
Copy link
Collaborator

Context

Explain context and other details for this pull request.

Checklist

  • ./gradlew build compiles code correctly
  • Added new tests where applicable
  • ./gradlew test passes all tests
  • Extended README or added javadocs where applicable

@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request June 8, 2023 16:17 — with GitHub Actions Inactive
@github-actions
Copy link

github-actions bot commented Jun 8, 2023

Test Results

127 files  ±0  127 suites  ±0   6m 16s ⏱️ -8s
537 tests ±0  528 ✔️ ±0  8 💤 ±0  1 ±0 
538 runs  ±0  529 ✔️ ±0  8 💤 ±0  1 ±0 

For more details on these failures, see this check.

Results for commit 57057d7. ± Comparison against base commit b119679.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Jun 8, 2023

Uploaded Artifacts

To use these artifacts in your Gradle project, paste the following lines in your build.gradle.

resolutionStrategy {
    force "io.mantisrx:mantis-client:0.1.0-20230610.155303-278"
    force "io.mantisrx:mantis-common:0.1.0-20230610.155303-277"
    force "io.mantisrx:mantis-common-serde:0.1.0-20230610.155303-277"
    force "io.mantisrx:mantis-discovery-proto:0.1.0-20230610.155303-277"
    force "io.mantisrx:mantis-network:0.1.0-20230610.155303-277"
    force "io.mantisrx:mantis-remote-observable:0.1.0-20230610.155303-278"
    force "io.mantisrx:mantis-runtime:0.1.0-20230610.155303-278"
    force "io.mantisrx:mantis-runtime-loader:0.1.0-20230610.155303-278"
    force "io.mantisrx:mantis-shaded:0.1.0-20230610.155303-276"
    force "io.mantisrx:mantis-connector-iceberg:0.1.0-20230610.155303-276"
    force "io.mantisrx:mantis-connector-job:0.1.0-20230610.155303-278"
    force "io.mantisrx:mantis-connector-kafka:0.1.0-20230610.155303-278"
    force "io.mantisrx:mantis-connector-publish:0.1.0-20230610.155303-277"
    force "io.mantisrx:mantis-control-plane-client:0.1.0-20230610.155303-277"
    force "io.mantisrx:mantis-control-plane-core:0.1.0-20230610.155303-271"
    force "io.mantisrx:mantis-control-plane-server:0.1.0-20230610.155303-271"
    force "io.mantisrx:mantis-examples-core:0.1.0-20230610.155303-271"
    force "io.mantisrx:mantis-examples-groupby-sample:0.1.0-20230610.155303-271"
    force "io.mantisrx:mantis-examples-jobconnector-sample:0.1.0-20230610.155303-271"
    force "io.mantisrx:mantis-examples-mantis-publish-sample:0.1.0-20230610.155303-271"
    force "io.mantisrx:mantis-examples-sine-function:0.1.0-20230610.155303-271"
    force "io.mantisrx:mantis-examples-synthetic-sourcejob:0.1.0-20230610.155303-271"
    force "io.mantisrx:mantis-examples-twitter-sample:0.1.0-20230610.155303-271"
    force "io.mantisrx:mantis-examples-wordcount:0.1.0-20230610.155303-271"
    force "io.mantisrx:mantis-publish-core:0.1.0-20230610.155303-271"
    force "io.mantisrx:mantis-publish-netty:0.1.0-20230610.155303-270"
    force "io.mantisrx:mantis-publish-netty-guice:0.1.0-20230610.155303-271"
    force "io.mantisrx:mantis-server-agent:0.1.0-20230610.155303-271"
    force "io.mantisrx:mantis-server-worker:0.1.0-20230610.155303-271"
    force "io.mantisrx:mantis-server-worker-client:0.1.0-20230610.155303-271"
    force "io.mantisrx:mantis-source-job-kafka:0.1.0-20230610.155303-271"
    force "io.mantisrx:mantis-source-job-publish:0.1.0-20230610.155303-271"
}

@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request June 9, 2023 07:34 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request June 9, 2023 07:51 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request June 9, 2023 08:45 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request June 9, 2023 09:28 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request June 9, 2023 13:18 — with GitHub Actions Error
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request June 9, 2023 13:31 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request June 9, 2023 14:48 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx had a problem deploying to Integrate Pull Request June 10, 2023 15:37 — with GitHub Actions Failure
@fdc-ntflx fdc-ntflx temporarily deployed to Integrate Pull Request June 10, 2023 15:47 — with GitHub Actions Inactive
@fdc-ntflx fdc-ntflx closed this Jun 12, 2023
@Andyz26 Andyz26 deleted the improve-caching-artifacts branch August 1, 2023 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant