Skip to content

Commit

Permalink
test CICD v4 w/ .kubernetes_environment
Browse files Browse the repository at this point in the history
  • Loading branch information
talebzeghmi committed Jan 23, 2024
1 parent ab6a630 commit af01174
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include:
- project: 'analytics/artificial-intelligence/ai-platform/aip-infrastructure/ci-templates/ci-cd-template'
# ref: &include_ref 'v4'
ref: &include_ref '4e25c7200369aec17fcf8de723db360a7726151a'
ref: &include_ref 'v4'
# ref: &include_ref '4e25c7200369aec17fcf8de723db360a7726151a'
file: 'environments/devex.yml'
- project: 'analytics/artificial-intelligence/ai-platform/aip-infrastructure/ci-templates/ci-cd-template'
ref: *include_ref
Expand Down Expand Up @@ -44,15 +44,15 @@ stages:
PY_LIBRARY_VERSION="${PY_LIBRARY_VERSION}+${METAFLOW_VERSION}"

.test:
extends: .generate_kubeconfig
extends: .kubernetes_environment
stage: test
variables:
GIT_STRATEGY: none
PIPELINE_VERSION: "1.0"
before_script:
- export IMAGE_REPOSITORY_TAG=$( cat ${IMAGE_REPOSITORY_TAG_PATH} )
- export IMAGE_REPOSITORY_TAG_AIP_STEP=$( cat ${IMAGE_REPOSITORY_TAG_PATH_AIP_STEP} )
- !reference [.generate_kubeconfig, before_script]
- !reference [.kubernetes_environment, before_script]
script:
- docker run
--rm
Expand Down

0 comments on commit af01174

Please sign in to comment.