Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
Removed images from CI, Disable Docker Hub publish, add README note
Browse files Browse the repository at this point in the history
This commit removes all images from CI except theia-full and
disables publishing to Docker Hub. These are the first steps
of the ramp-down, as documented in :
#496

Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed Sep 16, 2021
1 parent 65a7f81 commit 0e0a2af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 54 deletions.
54 changes: 0 additions & 54 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,45 +25,8 @@ jobs:
NPM_TAG: ["latest", "next"]
IMAGE_NAME:
[
"theia",
"theia-cpp",
"theia-full",
"theia-go",
"theia-https",
"theia-php",
"theia-python",
]
include:
- IMAGE_NAME: "theia-https"
ENV_VARS: "-e token="
PORT: 10443

# `dart` images use node 12 for building.
- IMAGE_NAME: "theia-dart"
NPM_TAG: "latest"
node_test: 10
node: 12

- IMAGE_NAME: "theia-dart"
NPM_TAG: "next"
node_test: 10
node: 12

- IMAGE_NAME: "theia-rust"
NPM_TAG: "next"
node_test: 10
node: 12.18.3

# `swift` images use node 12 for building.
- IMAGE_NAME: "theia-swift"
NPM_TAG: "latest"
node_test: 10
node: 12

- IMAGE_NAME: "theia-swift"
NPM_TAG: "next"
node_test: 10
node: 12

steps:
- name: Checkout
Expand Down Expand Up @@ -113,20 +76,3 @@ jobs:
google-chrome --version
chromedriver --version
(cd tests && yarn && yarn test-app-${{ matrix.IMAGE_NAME }})
- name: Login to Docker Hub
uses: docker/login-action@v1
if: github.event_name != 'pull_request'
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Docker deploy
if: github.event_name != 'pull_request'
uses: nick-invision/retry@v2
with:
timeout_minutes: 10
retry_wait_seconds: 30
max_attempts: 3
retry_on: error
command: docker image push --all-tags "theiaide/${{ matrix.IMAGE_NAME }}"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Collection of example cloud & desktop applications built using the [Theia](https

<br />

__Note: This repository is soon to be considered deprecated and will eventually be archived. [Theia Blueprint](https://github.com/eclipse-theia/theia-blueprint) is a more polished example application based on the Eclipse Theia framework, that might be of interest. For more details, see issue [#496](https://github.com/theia-ide/theia-apps/issues/496).__

<br />

### Outline

- [Overview](#overview)
Expand Down

0 comments on commit 0e0a2af

Please sign in to comment.