Commit 241bc3bc authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Update IMAGE_TAG in CI/CD configuration to use candidate tag format

parent 6da0ae5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ build ryu-openflow:
  timeout: 20m
  variables:
    TEST_NAME: 'ryu-openflow'
    IMAGE_TAG: 'mr$CI_MERGE_REQUEST_IID'
    IMAGE_TAG: "candidate-${CI_COMMIT_SHORT_SHA}"
  stage: build
  before_script:
    - bash scripts/dockerhub_login.sh
@@ -54,7 +54,7 @@ end2end_test ryu-openflow:
  timeout: 45m
  variables:
    TEST_NAME: 'ryu-openflow'
    IMAGE_TAG: 'mr$CI_MERGE_REQUEST_IID'
    IMAGE_TAG: "candidate-${CI_COMMIT_SHORT_SHA}"
  stage: end2end_test
  # Disable to force running it after all other tasks
  #needs: