Clone of bfree-info at sourceforge.jp
monaka/Android-Terminal-Emulator 2
A VT-100 terminal emulator for the Android OS
A command line tool to update an apk file on the Android Market
A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.
Chromium OS Universal Chroot Environment
Your PaaS. Your Rules.
Yet another Docker template repository
git subcommand of browse/modify issue traker's tickets.
Build GnuCash on OSX without X11
Build setup to help building the Mac OS X port of GTK+
push eventeclipse-che/che-plugin-registry
commit sha ac84d9b74b0781d7d4bb1b453700a62e4f2459bd
Automated Plugin Report - Sun Jun 20 02:13:31 UTC 2021 Signed-off-by: CHE Bot <[email protected]>
push time in an hour
push eventeclipse-che/che-theia
commit sha 3d12dbcbc69b70364c80858a901a89600543828d
Automated Built-In Extensions Report 2021-06-20 Signed-off-by: CHE Bot <[email protected]>
push time in an hour
push eventPizzaFactory/che-theia
commit sha f6c055cd6cf6828987c1808b833bf8446bc1c09d
Automated Built-In Extensions Report 2021-06-20 Signed-off-by: CHE Bot <[email protected]>
push time in an hour
pull request commenteclipse-che/che-theia
Update link after switching from `master` to `main`
@azatsarynnyy:
The HappyPath tests are failed due to the known problem https://www.eclipse.org/lists/che-dev/msg04194.html. The change here is build-related only. All the build jobs are passed. So, merging.
Actually, Happy path PR check failed because of different problem: che-theia build failure: https://github.com/eclipse-che/che-theia/pull/1149#issuecomment-864240613
[2021-06-18T19:45:16.485Z] ● Test Extensions › should skip clonning if source is an existing folder (and not a git uri to clone) and use it as the clonedDir
[2021-06-18T19:45:16.485Z]
[2021-06-18T19:45:16.485Z] Command failed: git init -b main
[2021-06-18T19:45:16.485Z] error: unknown switch `b'
[2021-06-18T19:45:16.485Z] usage: git init [-q | --quiet] [--bare] [--template=<template-directory>] [--shared[=<permissions>]] [directory]
[2021-06-18T19:45:16.485Z]
[2021-06-18T19:45:16.485Z] --template <template-directory>
[2021-06-18T19:45:16.485Z] directory from which templates will be used
[2021-06-18T19:45:16.485Z] --bare create a bare repository
[2021-06-18T19:45:16.485Z] --shared[=<permissions>]
[2021-06-18T19:45:16.485Z] specify that the git repository is to be shared amongst several users
[2021-06-18T19:45:16.485Z] -q, --quiet be quiet
[2021-06-18T19:45:16.485Z] --separate-git-dir <gitdir>
[2021-06-18T19:45:16.485Z] separate git dir from working tree
[2021-06-18T19:45:16.485Z]
[2021-06-18T19:45:16.485Z] 76 |
[2021-06-18T19:45:16.485Z] 77 | function initGit(cwd: string) {
[2021-06-18T19:45:16.485Z] > 78 | cp.execSync('git init -b main', { cwd });
[2021-06-18T19:45:16.485Z] | ^
[2021-06-18T19:45:16.485Z] 79 | cp.execSync('git config --local user.name "test user"', { cwd });
[2021-06-18T19:45:16.485Z] 80 | cp.execSync('git config --local user.email [email protected]', { cwd });
[2021-06-18T19:45:16.485Z] 81 | cp.execSync(`git add ${cwd}`, { cwd });
[2021-06-18T19:45:16.485Z]
[2021-06-18T19:45:16.485Z] at initGit (tests/init-sources/init-sources.spec.ts:78:12)
[2021-06-18T19:45:16.485Z] at tests/init-sources/init-sources.spec.ts:70:9
[2021-06-18T19:45:16.486Z] at step (tests/init-sources/init-sources.spec.ts:42:23)
[2021-06-18T19:45:16.486Z] at Object.next (tests/init-sources/init-sources.spec.ts:23:53)
[2021-06-18T19:45:16.486Z] at fulfilled (tests/init-sources/init-sources.spec.ts:14:58)
[2021-06-18T19:45:16.486Z]
[2021-06-18T19:45:16.486Z] PASS tests/command.spec.ts
[2021-06-18T19:45:16.752Z] PASS tests/cdn/boostrap.spec.ts
[2021-06-18T19:45:16.752Z] PASS tests/cli-error.spec.ts
[2021-06-18T19:45:16.752Z] PASS tests/link.spec.ts
[2021-06-18T19:45:16.752Z] PASS tests/cdn/webpack-loader.spec.ts
[2021-06-18T19:45:23.444Z] -------------------------|---------|----------|---------|---------|-----------------------------
[2021-06-18T19:45:23.444Z] File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
[2021-06-18T19:45:23.444Z] -------------------------|---------|----------|---------|---------|-----------------------------
[2021-06-18T19:45:23.444Z] All files | 77.59 | 69.16 | 80.52 | 77.76 |
[2021-06-18T19:45:23.445Z] src | 73.94 | 57.58 | 77.52 | 73.82 |
[2021-06-18T19:45:23.445Z] cdn.ts | 100 | 100 | 100 | 100 |
[2021-06-18T19:45:23.445Z] clean.ts | 100 | 75 | 100 | 100 | 45
[2021-06-18T19:45:23.445Z] cli-error.ts | 100 | 50 | 100 | 100 | 17
[2021-06-18T19:45:23.445Z] command.ts | 100 | 100 | 100 | 100 |
[2021-06-18T19:45:23.445Z] generate-assembly.ts | 50.91 | 14.29 | 40 | 54 | 39-74
[2021-06-18T19:45:23.445Z] index.ts | 0 | 100 | 100 | 0 | 12-14
[2021-06-18T19:45:23.445Z] init-sources.ts | 93.64 | 84.21 | 100 | 93.25 | 134,164-167,294-300,323-326
[2021-06-18T19:45:23.445Z] init.ts | 42.35 | 18.52 | 33.33 | 42.65 | 54-100,104-110,115-118
[2021-06-18T19:45:23.445Z] json-utils.ts | 23.08 | 0 | 0 | 25 | 20-23,28-33
[2021-06-18T19:45:23.445Z] link.ts | 97.06 | 62.5 | 100 | 96.3 | 52
[2021-06-18T19:45:23.445Z] logger.ts | 100 | 100 | 100 | 100 |
[2021-06-18T19:45:23.445Z] production.ts | 100 | 100 | 100 | 100 |
[2021-06-18T19:45:23.445Z] repository.ts | 100 | 80 | 100 | 100 | 50,58
[2021-06-18T19:45:23.445Z] update-dependencies.ts | 0 | 0 | 0 | 0 | 16-83
[2021-06-18T19:45:23.445Z] yargs.ts | 0 | 0 | 0 | 0 | 11-142
[2021-06-18T19:45:23.445Z] yarn.ts | 92.39 | 80.65 | 87.5 | 95.06 | 215-217,224-225
[2021-06-18T19:45:23.445Z] src/cdn | 95.45 | 100 | 96 | 95.27 |
[2021-06-18T19:45:23.445Z] base.ts | 96.77 | 100 | 100 | 96.55 | 97-98
[2021-06-18T19:45:23.445Z] bootstrap.ts | 100 | 100 | 100 | 100 |
[2021-06-18T19:45:23.445Z] html-template.ts | 100 | 100 | 100 | 100 |
[2021-06-18T19:45:23.445Z] webpack-customizer.ts | 100 | 100 | 100 | 100 |
[2021-06-18T19:45:23.445Z] webpack-loader.ts | 100 | 100 | 100 | 100 |
[2021-06-18T19:45:23.445Z] webpack.config.ts | 0 | 100 | 0 | 0 | 11-19
[2021-06-18T19:45:23.445Z] -------------------------|---------|----------|---------|---------|-----------------------------
[2021-06-18T19:45:23.445Z]
[2021-06-18T19:45:23.445Z] Test Suites: 1 failed, 15 passed, 16 total
[2021-06-18T19:45:23.445Z] Tests: 13 failed, 60 passed, 73 total
[2021-06-18T19:45:23.445Z] Snapshots: 0 total
[2021-06-18T19:45:23.445Z] Time: 16.849 s
[2021-06-18T19:45:23.445Z] Ran all test suites.
[2021-06-18T19:45:23.445Z] Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?
[2021-06-18T19:45:23.445Z] error Command failed with exit code 1.
[2021-06-18T19:45:23.445Z] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[2021-06-18T19:45:23.445Z] error Command failed with exit code 1.
[2021-06-18T19:45:23.445Z] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[2021-06-18T19:45:23.445Z] error Command failed with exit code 1.
[2021-06-18T19:45:23.445Z] info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
[2021-06-18T19:45:23.445Z] Copying Che-Theia generator
[2021-06-18T19:45:23.445Z] cp: cannot stat ‘/mnt/hudson_workspace/workspace/Che/e2e/minikube/pr-check/che-theia-pr-check/che-theia/dockerfiles/theia-dev/../../generator/eclipse-che-theia-generator.tgz’: No such file or directory
comment created time in 7 hours
pull request commenteclipse-che/che-theia
Dummy changes. Please, ignore.
:x: E2E Happy path tests failed :heavy_exclamation_mark:
<details> <summary>See Details</summary> <p>
| name | link |
|---|---|
| che-theia | quay.io/crw_pr/che-theia:1108 |
| che-theia-endpoint-runtime-binary | quay.io/crw_pr/che-theia-endpoint-runtime-binary:1108 |
Test product:
- tested with Eclipse Che on K8S (minikube v1.1.1)
- E2E test scenario
- E2E test pipeline source code
</p> </details>
Use comment "[crw-ci-test]" to rerun happy path E2E test.Use comment "[crw-ci-test --rebuild]" to re-build the images and rerun happy path E2E test.
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe
comment created time in 9 hours
pull request commenteclipse-che/che-theia
Dummy changes. Please, ignore.
[crw-ci-test --rebuild]
comment created time in 9 hours
pull request commenteclipse-che/che-theia
Dummy changes. Please, ignore.
:x: E2E Happy path tests failed :heavy_exclamation_mark:
<details> <summary>See Details</summary> <p>
| name | link |
|---|---|
| che-theia | quay.io/crw_pr/che-theia:1108 |
| che-theia-endpoint-runtime-binary | quay.io/crw_pr/che-theia-endpoint-runtime-binary:1108 |
Test product:
- tested with Eclipse Che on K8S (minikube v1.1.1)
- E2E test scenario
- E2E test pipeline source code
</p> </details>
Use comment "[crw-ci-test]" to rerun happy path E2E test.Use comment "[crw-ci-test --rebuild]" to re-build the images and rerun happy path E2E test.
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe
comment created time in 9 hours
push eventeclipse-che/che-theia
commit sha f26cdffa641b1bd051924957eee51f9ad84d5e55
chore(lib): Include lib folder when publishing the npm module Change-Id: Iaf2634ad23f78fec1662ba8d3a8d67bdb475d571 Signed-off-by: Florent Benoit <[email protected]>
commit sha 0cba6125f0f92f1cff249dedfc5791bf237c7012
fix(cleanup): Remove the unused devfileUrl field Change-Id: Ie32324200886d13009e05c145053fee847754e8c Signed-off-by: Florent Benoit <[email protected]>
commit sha 732da858f5572eb51fc1397005a6d625c7eca351
Introduce build process using yarn link (#955) Introduce build process using yarn link Signed-off-by: Thomas Mäder <[email protected]>
commit sha 5b89a6205ab1c6f9db69413973dc4ac9a70cb99d
Use correct base dir for che-theia extensions (#1130) Signed-off-by: Thomas Mäder <[email protected]>
commit sha 32f1b1d99118bafee7b71d1850408aaf95c5fce7
fix(generator): Increase jest timeout to give the test extra time when CPU is overloaded (#1132) Signed-off-by: Vitaliy Gulyy <[email protected]>
commit sha 1217e60c0d4835827da39c443e997c8ab90a8a17
fix(yeoman): Update Theia plugin yeoman generator (#1133) Signed-off-by: Vitaliy Gulyy <[email protected]>
commit sha 7e03e0b8e16c8f4895bcac857d49abbe71b814e2
fix(plugins-view): Register custom plugin registries from devfile plugins (#1131) Scan devfile plugins and if it has custom plugin registry source, add it's plugin registry to che-theia's plugin registry cache.
commit sha 225ffb41e23217df4f38860f7143354eb2b40697
feat(ports-plugin): Handle devworkspaces Change-Id: I67d3d67dd52d9ec6a0b12b7aeeb65f7bdf34d801 Signed-off-by: Florent Benoit <[email protected]>
commit sha 0259cf17f3b7f909e86d2e83a9d0be966479445c
fix(ssh-plugin): Disable the plug-in on DevWorkspace as there is no REST API (including ssh) Change-Id: I9fe4d0bf637c6fdba805fb1374dd67fbe807e083 Signed-off-by: Florent Benoit <[email protected]>
commit sha ba5ca436ec9aa67413aecacc9f131764d0935490
feat(recommendations): delegate find to theia API Change-Id: Ie482fbc86c6faca8c74f53ec194a7d3f6672a793 Signed-off-by: Florent Benoit <[email protected]>
commit sha 33170cf2b291e03e3cc1f6150b2498d0b6157efb
build(webpack): Upgrade to Webpack 5 to align with the upstream (#1134) * build(webpack): Upgrade to Webpack 5 to align with upstream Signed-off-by: Artem Zatsarynnyi <[email protected]>
commit sha 11263ae543974b4614dc6b4be0b13f037966a7e1
fix(task): Temporary fix to reveal tasks executed from the myworkspace view (#1138)
commit sha a94e837b55e05c2fbfe53a374929bf4c55401d53
build(happy-paths): Don't run Happy Path GH Workflow when the changes are not related (#1139) Signed-off-by: Artem Zatsarynnyi <[email protected]>
commit sha 340363a404aff8ed99562c69cb1a3da5984904a5
Split the GH Workflow to avoid running the build jobs when no code is changed (#1141) * build(pr-check): Split the GH Workflow to avoid running the build jobs when no code is changed Signed-off-by: Artem Zatsarynnyi <[email protected]>
commit sha d299d5175ace388c58c6c58eb8c40c489d7cb891
feat: Provides configured certificate/proxy method to get resources Change-Id: I4397cd164649160e7827829ada330490665aa30e Signed-off-by: Florent Benoit <[email protected]>
commit sha cbe54faf420a02d7c25b8abbcf2ae6def1438fa2
chore(tasks): Align Task Service to upstream changes Signed-off-by: Roman Nikitenko <[email protected]>
commit sha ebbd1bd4a240c0606ebc6e93e556fb1a429fca9a
chore: Pin Che-Theia to upstream Theia before the breaking changes Signed-off-by: Roman Nikitenko <[email protected]>
commit sha 754b1e7201cbb38a790fadb939e1d4ee5d1974a4
chore: Align Che-Theia to upstream changes Signed-off-by: Roman Nikitenko <[email protected]>
commit sha 07aeab7c143dc88d0a972ab32c6dc82b37cbc9a6
Install 'libsecret' as it's used by keytar that Theia depends on Signed-off-by: Artem Zatsarynnyi <[email protected]>
commit sha 41877f97888f755a9ce0799a639398ecc4f361f6
Update git built-in to the version that supports FileDecoration API Signed-off-by: Artem Zatsarynnyi <[email protected]>
push time in 9 hours
startedtanakh/wsl-get
started time in 10 hours
issue commenteclipse/che
Slip to 7.33; remaining TODOs:
- [ ] operator
- [ ] DWCO
- [ ] image puller
comment created time in 13 hours
issue commenteclipse/che
Generate PRs for updating base images in Che images (rhel.Dockerfile or Dockerfile)
Done:
- [x] che-devfile-registry - https://github.com/eclipse-che/che-devfile-registry/pull/401
Projects to enable w/ updateBaseImages script via GH action:
- [ ] eclipse-che/che-machine-exec
- [ ] eclipse-che/che-dashboard
- [ ] devfile/devworkspace-operator
- [ ] eclipse-che/che-operator
- [ ] eclipse-che/che-theia
- [ ] eclipse-che/che-plugin-registry
- [ ] eclipse-che/che-workspace-client (?)
- [ ] eclipse/che (server)
- [ ] eclipse/che-docs (?)
- [ ] eclipse/che-release (?)
- [ ] eclipse/che-jwtproxy
- [ ] eclipse/che-plugin-broker
- [ ] eclipse/che-workspace-loader
- [ ] che-incubator/devworkspace-che-operator
comment created time in 13 hours
issue commenteclipse/che
Still to do:
- [ ] 1.13 configbump/build/dockerfiles/rhel.Dockerfile
- [ ] 1.14 che-plugin-broker/build/artifacts/rhel.Dockerfile
- [ ] 1.14 che-plugin-broker/build/metadata/rhel.Dockerfile
- [ ] 1.13 devworkspace-che-operator/build/dockerfiles/Dockerfile
- [ ] 1.14 kubernetes-image-puller/docker/Dockerfile
- [ ] 1.13 kubernetes-image-puller-operator/build/Dockerfile
comment created time in 13 hours
issue commenteclipse/che
Eclipse che - 7.29.2 | Mysql based workspace not working
I see know sample stacks are working properly, but mysql is not storing the data in pvc. ie when I restart the workspace all the created database is no more available.
comment created time in 14 hours
issue commenteclipse/che
Eclipse che - 7.29.2 | Mysql based workspace not working
apiVersion: 1.0.0
metadata:
name: java-mysql-custom-1k6cb
projects:
- name: project-java-mysql-sample
source:
location: 'https://github.com/spadmins/project-java-mavan-sample.git'
type: git
branch: main
components:
- id: redhat/java/latest
preferences:
java.server.launchMode: Standard
type: chePlugin
- mountSources: true
endpoints:
- name: 8080-tcp
port: 8080
- attributes:
public: 'false'
name: debug
port: 5005
memoryLimit: 1000Mi
type: dockerimage
volumes:
- name: m2
containerPath: /home/user/.m2
image: 'quay.io/eclipse/che-java11-maven:7.29.2'
alias: tools
env:
- value: ''
name: MAVEN_CONFIG
- value: '-XX:MaxRAMPercentage=50.0 -XX:+UseParallelGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xms20m -Djava.security.egd=file:/dev/./urandom -Duser.home=/home/user'
name: JAVA_OPTS
- value: $(JAVA_OPTS)
name: MAVEN_OPTS
- mountSources: true
endpoints:
- attributes:
discoverable: 'true'
public: 'false'
name: db
port: 3306
command:
- tail
args:
- '-f'
- /dev/null
memoryLimit: 300Mi
type: dockerimage
image: 'docker.io/library/mysql:5.7'
alias: mysql
env:
- value: root
name: MYSQL_USER
- value: password
name: MYSQL_PASSWORD
- value: sample
name: MYSQL_DATABASE
- value: petclinic
name: MYSQL_ROOT_PASSWORD
- value: '$(echo ${0})\\$'
name: PS1
commands:
- name: maven build
actions:
- workdir: '${CHE_PROJECTS_ROOT}/project-java-mysql-sample'
type: exec
command: mvn clean install
component: tools
- name: Debug remote java application
actions:
- referenceContent: |
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Debug (Attach) - Remote",
"request": "attach",
"hostName": "localhost",
"port": 5005
}]
}
type: vscode-launch
comment created time in 15 hours
push eventistellartech/OpenTsiolkovsky
commit sha 7f44f9fa682dd220b3112a134683387f1790ed29
update wireless informations
commit sha c37ca3e384d8d33c07b49c638ab9a2a7029d3daf
Merge pull request #22 from KazufumiIkemoto/master Update wireless informations
push time in 19 hours
startedtmori/unit-test-sample
started time in 19 hours
push eventPizzaFactory/che-theia
commit sha 2d27fa70170c8ef841629bb90692ce503ccc40ac
Automated Built-In Extensions Report 2021-06-19 Signed-off-by: CHE Bot <[email protected]>
push time in a day
push eventeclipse-che/che-theia
commit sha 89fcdd13bf068f941fd668885d444876dfd8276b
Automated Built-In Extensions Report 2021-06-19 Signed-off-by: CHE Bot <[email protected]>
push time in a day
push eventeclipse-che/che-theia
commit sha f185083b68132f7d845982d9b8f46c1809910b60
Automated Built-In Extensions Report 2021-06-18 Signed-off-by: CHE Bot <[email protected]>
push time in a day
push eventeclipse-che/che-theia
commit sha b75177486bf5106af69a41755a13b2fc4db2f68e
fix: Update link after switching from master to main (#1149) Signed-off-by: Artem Zatsarynnyi <[email protected]>
push time in a day
PR merged eclipse-che/che-theia
Signed-off-by: Artem Zatsarynnyi [email protected]
<!-- Please review the following before submitting a PR: Che's Contributing Guide: https://github.com/eclipse/che/blob/master/CONTRIBUTING.md Pull Request Policy: https://github.com/eclipse/che/wiki/Development-Workflow#pull-requests -->
What does this PR do?
Update link after switching from master to main.
Screenshot/screencast of this PR
<!-- Please include a screenshot or a screencast explaining what is doing this PR -->
What issues does this PR fix or reference?
<!-- Please include any related issue from eclipse che repository (or from another issue tracker). Include link to other pull requests like documentation PR from the docs repo --> https://github.com/eclipse/che/issues/20000
How to test this PR?
<!-- Please explain for example :
- The test platform (openshift, kubernetes, minikube, CodeReady Container, docker-desktop, etc)
- Installation method: chectl / che-operator
- steps to reproduce
-->
docker-buildjobs should pass.
PR Checklist
As the author of this Pull Request I made sure that:
- [x] The Eclipse Contributor Agreement is valid
- [x] Code produced is complete
- [x] Code builds without errors
- [ ] Tests are covering the bugfix
- [ ] The repository devfile is up to date and works
- [ ] Sections
What issues does this PR fix or referenceandHow to test this PRcompleted - [ ] Relevant user documentation updated
- [ ] Relevant contributing documentation updated
- [ ] CI/CD changes implemented, documented and communicated
Reviewers
Reviewers, please comment how you tested the PR when approving it.
Happy Path Channel
<!-- Select the Happy Path Channel used for tests.
stable will use the latest che version to run Che-Theia editor.
next will use the current development che version. May be unstable.
if omitted, it will use stable --> HAPPY_PATH_CHANNEL=stable
pr closed time in a day
pull request commenteclipse-che/che-theia
Update link after switching from `master` to `main`
The HappyPath tests are failed due to the known problem https://www.eclipse.org/lists/che-dev/msg04194.html. The change here is build-related only. All the build jobs are passed. So, merging.
comment created time in a day
issue commenteclipse/che
Use digests instead of tags to reference images
Devfile registry is also done.
comment created time in a day
issue commenteclipse/che
Also reproducible on devsandbox
comment created time in a day
pull request commenteclipse-che/che-theia
Update link after switching from `master` to `main`
Codecov Report
:exclamation: No coverage uploaded for pull request base (
main@1031e2e). Click here to learn what that means. The diff coverage isn/a.
:exclamation: Current head 5750630 differs from pull request most recent head 06e5b0a. Consider uploading reports for the commit 06e5b0a to get more accurate results
@@ Coverage Diff @@
## main #1149 +/- ##
=======================================
Coverage ? 32.78%
=======================================
Files ? 290
Lines ? 9885
Branches ? 1457
=======================================
Hits ? 3241
Misses ? 6641
Partials ? 3
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 1031e2e...06e5b0a. Read the comment docs.
comment created time in a day
pull request commenteclipse-che/che-theia
Update link after switching from `master` to `main`
:x: E2E Happy path tests failed :heavy_exclamation_mark:
<details> <summary>See Details</summary> <p>
| name | link |
|---|---|
| che-theia | quay.io/crw_pr/che-theia:1149 |
| che-theia-endpoint-runtime-binary | quay.io/crw_pr/che-theia-endpoint-runtime-binary:1149 |
Test product:
- tested with Eclipse Che on K8S (minikube v1.1.1)
- E2E test scenario
- E2E test pipeline source code
</p> </details>
Use comment "[crw-ci-test]" to rerun happy path E2E test.Use comment "[crw-ci-test --rebuild]" to re-build the images and rerun happy path E2E test.
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe
comment created time in a day
pull request commenteclipse-che/che-theia
Update link after switching from `master` to `main`
:x: E2E Happy path tests failed :heavy_exclamation_mark:
<details> <summary>See Details</summary> <p>
| name | link |
|---|---|
| che-theia | quay.io/crw_pr/che-theia:1149 |
| che-theia-endpoint-runtime-binary | quay.io/crw_pr/che-theia-endpoint-runtime-binary:1149 |
Test product:
- tested with Eclipse Che on K8S (minikube v1.1.1)
- E2E test scenario
- E2E test pipeline source code
</p> </details>
Use comment "[crw-ci-test]" to rerun happy path E2E test.Use comment "[crw-ci-test --rebuild]" to re-build the images and rerun happy path E2E test.
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe
comment created time in a day