Skip to content

Commit

Permalink
Set default organization to 'quay.io/eclipse' instead of 'eclipse' (#…
Browse files Browse the repository at this point in the history
…15768)

* Set default organization to 'quay.io/eclipse' instead of 'eclipse'

Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>

* Fix image name in Happy path tests

Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>

* Fix che-server image address in tests

Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>

Co-authored-by: Dmytro Nochevnov <dnochevn@redhat.com>
  • Loading branch information
vparfonov and dmytro-ndp authored Jan 22, 2020
1 parent dc2f3b5 commit 28b42e3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/build.include
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ init() {
BOLD='\033[1m'
UNDERLINE='\033[4m'

ORGANIZATION="eclipse"
ORGANIZATION="quay.io/eclipse"
PREFIX="che"
TAG="nightly"
SKIP_TESTS=false
Expand Down
4 changes: 2 additions & 2 deletions tests/.infra/crw-ci/nightly/k8s/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
build job: 'basic-MultiUser-Che-check-e2e-tests-against-k8s',
parameters: [
string(name: 'cheImageRepo',
value: 'eclipse/che-server'),
value: 'quay.io/eclipse/che-server'),

string(name: 'cheImageTag',
value: 'nightly'),
Expand Down Expand Up @@ -58,7 +58,7 @@ pipeline {
build job: 'basic-MultiUser-Che-check-e2e-tests-against-k8s',
parameters: [
string(name: 'cheImageRepo',
value: 'eclipse/che-server'),
value: 'quay.io/eclipse/che-server'),

string(name: 'cheImageTag',
value: 'nightly'),
Expand Down
4 changes: 2 additions & 2 deletions tests/.infra/crw-ci/pr-check/k8s/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ pipeline {
steps {
withCredentials([string(credentialsId: 'ed71c034-60bc-4fb1-bfdf-9570209076b5', variable: 'maxura_docker_password')]) {
sh """
${WORKSPACE}/dockerfiles/che/build.sh --dockerfile:Dockerfile
docker tag eclipse/che-server:nightly docker.io/${cheImageRepo}:${mutableCheImageTag}
${WORKSPACE}/dockerfiles/che/build.sh --organization:eclipseche --tag:${mutableCheImageTag} --dockerfile:Dockerfile
docker tag eclipseche/che-server:${mutableCheImageTag} docker.io/${cheImageRepo}:${mutableCheImageTag}
docker login -u maxura -p ${maxura_docker_password}
docker push docker.io/${cheImageRepo}:${mutableCheImageTag}
"""
Expand Down
4 changes: 2 additions & 2 deletions tests/.infra/crw-ci/pre-release-testing/k8s/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pipeline {
build job: 'basic-MultiUser-Che-check-e2e-tests-against-k8s',
parameters: [
string(name: 'cheImageRepo',
value: 'eclipse/che-server'),
value: 'quay.io/eclipse/che-server'),

string(name: 'cheImageTag',
value: 'rc'),
Expand Down Expand Up @@ -128,7 +128,7 @@ pipeline {
build job: 'basic-MultiUser-Che-check-e2e-tests-against-k8s',
parameters: [
string(name: 'cheImageRepo',
value: 'eclipse/che-server'),
value: 'quay.io/eclipse/che-server'),

string(name: 'cheImageTag',
value: 'rc'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: CHE_CONF
value: /home/user/che-conf
- name: CHE_IMAGE_REPO
value: eclipse/che-server
value: quay.io/eclipse/che-server
- name: CHE_IMAGE_TAG
value: nightly
- name: CHE_INFRASTRUCTURE
Expand Down Expand Up @@ -133,7 +133,7 @@ spec:
optional: true
- name: CHE_WORKSPACE_PLUGIN__REGISTRY__URL
value: 'NULL'
image: 'eclipse/che-server:latest'
image: 'quay.io/eclipse/che-server:latest'
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down

0 comments on commit 28b42e3

Please sign in to comment.